POST api/toubaomini/visitlog
Request Information
URI Parameters
None.
Body Parameters
ToubaoNewVisitLog| Name | Description | Type | Additional information |
|---|---|---|---|
| nid | integer |
None. |
|
| openid | string |
None. |
|
| time | integer |
None. |
|
| clientTp | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"nid": 1,
"openid": "sample string 2",
"time": 3,
"clientTp": 4
}
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": {}
}