POST api/LcdWriter/hzk16
Request Information
URI Parameters
None.
Body Parameters
hzk16Post| Name | Description | Type | Additional information |
|---|---|---|---|
| txt | string |
None. |
|
| pianyi | integer |
None. |
|
| txt2 | string |
None. |
|
| pianyi2 | integer |
None. |
|
| uid |
账号id |
integer |
None. |
| token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"txt": "sample string 1",
"pianyi": 2,
"txt2": "sample string 3",
"pianyi2": 4,
"uid": 5,
"token": "sample string 6"
}
application/xml, text/xml
Sample:
<hzk16Post xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Controllers"> <token xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Models">sample string 6</token> <uid xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Models">5</uid> <pianyi>2</pianyi> <pianyi2>4</pianyi2> <txt>sample string 1</txt> <txt2>sample string 3</txt2> </hzk16Post>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
hzk16Result| Name | Description | Type | Additional information |
|---|---|---|---|
| comm | string |
None. |
|
| comm11 | string |
None. |
|
| comm2 | string |
None. |
|
| comm21 | string |
None. |
|
| Code | integer |
None. |
|
| Msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"comm": "sample string 1",
"comm11": "sample string 2",
"comm2": "sample string 3",
"comm21": "sample string 4",
"Code": 5,
"Msg": "sample string 6"
}
application/xml, text/xml
Sample:
<hzk16Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Controllers"> <Code xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Models">5</Code> <Msg xmlns="http://schemas.datacontract.org/2004/07/LyWebApi.Models">sample string 6</Msg> <comm>sample string 1</comm> <comm11>sample string 2</comm11> <comm2>sample string 3</comm2> <comm21>sample string 4</comm21> </hzk16Result>