POST api/toubaomini/newsreply
Request Information
URI Parameters
None.
Body Parameters
TouBaoNewsReplyAddDto| Name | Description | Type | Additional information |
|---|---|---|---|
| SmsCode | string |
None. |
|
| OpenId | string |
None. |
|
| Tel | string |
None. |
|
| UserId | integer |
None. |
|
| Img | string |
None. |
|
| Ip | integer |
None. |
|
| RName | string |
None. |
|
| Cont | string |
None. |
|
| RepliableID | integer |
None. |
|
| RepliableTp | integer |
None. |
|
| ClientTp | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SmsCode": "sample string 1",
"OpenId": "sample string 2",
"Tel": "sample string 3",
"UserId": 4,
"Img": "sample string 5",
"Ip": 6,
"RName": "sample string 7",
"Cont": "sample string 8",
"RepliableID": 9,
"RepliableTp": 10,
"ClientTp": 11
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResData| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {}
}