GET api/Product/OffLineProduct?pid={pid}&platformId={platformId}

“OffLineProduct”的文档。

Request Information

Parameters

NameDescriptionAdditional information
pid
“pid”的文档。

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:
{
  "Success": true,
  "Message": "sample string 2",
  "DataId": "sample string 3",
  "Uid": "sample string 4",
  "Id": 5,
  "Msg": "sample string 6"
}

application/xml, text/xml

Sample:
<ReturnModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models">
  <DataId>sample string 3</DataId>
  <Id>5</Id>
  <Message>sample string 2</Message>
  <Msg>sample string 6</Msg>
  <Success>true</Success>
  <Uid>sample string 4</Uid>
</ReturnModel>