POST api/TransPro/TransWwProToNw
转发协议(从外网转发到内网)
Request Information
URI Parameters
None.
Body Parameters
RpmTransNwProToWw| Name | Description | Type | Additional information |
|---|---|---|---|
| JsSendToClientInfo |
发送目标地址(Json) |
string |
None. |
| SendSerial |
发送流水号 |
string |
None. |
| JsProtocolMsg |
发送协议内容 |
string |
None. |
| to |
发送目标 |
string |
None. |
| DlTocken |
登录Tocken |
string |
None. |
| ReqAuthInfo |
安全校验信息 |
string |
None. |
| StaffCode |
身份证号 |
string |
None. |
| DevId |
设备唯一标识(IMEI) |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"JsSendToClientInfo": "sample string 1",
"SendSerial": "sample string 2",
"JsProtocolMsg": "sample string 3",
"to": "sample string 4",
"DlTocken": "sample string 5",
"ReqAuthInfo": "sample string 6",
"StaffCode": "sample string 7",
"DevId": "sample string 8"
}
application/xml, text/xml
Sample:
<RpmTransNwProToWw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model"> <DevId>sample string 8</DevId> <DlTocken>sample string 5</DlTocken> <ReqAuthInfo>sample string 6</ReqAuthInfo> <StaffCode>sample string 7</StaffCode> <JsProtocolMsg>sample string 3</JsProtocolMsg> <JsSendToClientInfo>sample string 1</JsSendToClientInfo> <SendSerial>sample string 2</SendSerial> <to>sample string 4</to> </RpmTransNwProToWw>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
转发协议(从外网转发到内网)
ApiResultBase| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultCode |
接口调用状态(1成功 0系统错误 其余状态自定义) |
string |
None. |
| ResultMsg |
接口返回消息 |
string |
None. |
| NewJLBm |
新记录编码 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultCode": "sample string 1",
"ResultMsg": "sample string 2",
"NewJLBm": "sample string 3"
}
application/xml, text/xml
Sample:
<ApiResultBase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RT.Model"> <NewJLBm>sample string 3</NewJLBm> <ResultCode>sample string 1</ResultCode> <ResultMsg>sample string 2</ResultMsg> </ApiResultBase>