POST api/YunZhangHu/Notify
Request Information
URI Parameters
None.
Body Parameters
NotifyParamName | Description | Type | Additional information |
---|---|---|---|
data | string |
None. |
|
mess | string |
None. |
|
timestamp | integer |
None. |
|
sign | string |
None. |
|
sign_type | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "data": "sample string 1", "mess": "sample string 2", "timestamp": 3, "sign": "sample string 4", "sign_type": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"