POST api/wxUser/wxReadVoicesByIMEI
小程序根据IMEI查询一个设备的录音文件
Request Information
URI Parameters
None.
Body Parameters
M_IMEI| Name | Description | Type | Additional information |
|---|---|---|---|
| IMEI |
IMEI |
string |
Required |
Request Formats
application/json, text/json
Sample:
{
"IMEI": "sample string 1"
}
application/xml, text/xml
Sample:
<M_IMEI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.DP.Models"> <IMEI>sample string 1</IMEI> </M_IMEI>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
M_rpLog| Name | Description | Type | Additional information |
|---|---|---|---|
| Contant |
内容 |
Required |
Response Formats
application/json, text/json
Sample:
{
"Contant": null,
"Status": 1,
"Msg": "sample string 2",
"Num": 3
}
application/xml, text/xml
Sample:
<M_rpLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.DP.Models"> <Msg>sample string 2</Msg> <Num>3</Num> <Status>1</Status> <Contant i:nil="true" /> </M_rpLog>