POST api/Mobile/ScanLogList

“ScanLogList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
param
“param”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "issuccess": 64,
  "type": 64,
  "typein": "sample string 1",
  "result": 64,
  "resultin": "sample string 2",
  "date": "sample string 3",
  "date_min": "sample string 4",
  "date_max": "sample string 5",
  "page": 1,
  "orderid": 1,
  "keywords": "sample string 6",
  "clientid": 64
}

application/xml, text/xml

Sample:
<Scan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YII.ZXY.Model.Mobile.QueryPara">
  <clientid>64</clientid>
  <keywords>sample string 6</keywords>
  <orderid>1</orderid>
  <page>1</page>
  <date>sample string 3</date>
  <date_max>sample string 5</date_max>
  <date_min>sample string 4</date_min>
  <issuccess>64</issuccess>
  <result>64</result>
  <resultin>sample string 2</resultin>
  <type>64</type>
  <typein>sample string 1</typein>
</Scan>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Scan'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Data": {},
  "Sound": 2,
  "Code": 3,
  "Msg": "sample string 4"
}