POST api/Snatch/SavaNewsSyn
同步文章提交数据
Request Information
URI Parameters
None.
Body Parameters
comJsonName | Description | Type | Additional information |
---|---|---|---|
jsondata | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "jsondata": "sample string 1" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
同步文章提交数据
ApiResultName | Description | Type | Additional information |
---|---|---|---|
status | integer |
None. |
|
tip | string |
None. |
|
obj | Object |
None. |
|
data | Object |
None. |
|
id | integer |
None. |
|
locate | string |
None. |
|
PayMoney | decimal number |
None. |
|
sessionId | string |
None. |
|
token | string |
None. |
|
body | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "tip": "sample string 2", "obj": {}, "data": {}, "id": 5, "locate": "sample string 6", "PayMoney": 7.0, "sessionId": "sample string 8", "token": "sample string 9", "body": {} }