GET api/User/getShopStatus?uid={uid}&platformId={platformId}

“getShopStatus”的文档。

Request Information

Parameters

NameDescriptionAdditional information
uid
“uid”的文档。

Define this parameter in the request URI.

platformId
“platformId”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ShopName": "sample string 1",
  "Status": "sample string 2",
  "Note": "sample string 3"
}

application/xml, text/xml

Sample:
<CommercialSHModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models">
  <Note>sample string 3</Note>
  <ShopName>sample string 1</ShopName>
  <Status>sample string 2</Status>
</CommercialSHModel>