GET api/miniApps/QueryFindShipShareImg?goodserId={goodserId}

寻船 生成图片,返回url

Request Information

Parameters

NameDescriptionAdditional information
parms

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "RetData": {},
  "RetCode": 2,
  "RetMsg": "sample string 3"
}

text/html

Sample:
{"RetData":{},"RetCode":2,"RetMsg":"sample string 3"}

application/xml, text/xml

Sample:
<BaseModelPacket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Public.Model">
  <RetCode>2</RetCode>
  <RetMsg>sample string 3</RetMsg>
  <RetData />
</BaseModelPacket>