POST api/toubaomini/newszan
Request Information
URI Parameters
None.
Body Parameters
TouBaoNewsZanDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| RTP | integer |
None. |
|
| OpenId | string |
None. |
|
| Tp | integer |
None. |
|
| IP | integer |
None. |
|
| ClientTp | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"RTP": 2,
"OpenId": "sample string 3",
"Tp": 4,
"IP": 5,
"ClientTp": 6
}
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": {}
}