GET api/OrderAdmin/LoadBillShopslist?name={name}&token={token}

“LoadBillShopslist”的文档。

Request Information

Parameters

NameDescriptionAdditional information
name
“name”的文档。

Define this parameter in the request URI.

token
“token”的文档。

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2"
  },
  {
    "Id": 1,
    "Name": "sample string 2"
  },
  {
    "Id": 1,
    "Name": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBillShopslist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models.Admin">
  <BillShopslist>
    <Id>1</Id>
    <Name>sample string 2</Name>
  </BillShopslist>
  <BillShopslist>
    <Id>1</Id>
    <Name>sample string 2</Name>
  </BillShopslist>
  <BillShopslist>
    <Id>1</Id>
    <Name>sample string 2</Name>
  </BillShopslist>
</ArrayOfBillShopslist>