POST api/Pay/WxApplyPayNotify
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
JsonResultName | Description | Type | Additional information |
---|---|---|---|
Sign | ResultSign |
None. |
|
Message | string |
None. |
|
TotalCount | integer |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "Sign": 0, "Message": "sample string 1", "TotalCount": 2, "Data": {} }
application/xml, text/xml
Sample:
<JsonResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FS.API.Models"> <Data /> <Message>sample string 1</Message> <Sign>Success</Sign> <TotalCount>2</TotalCount> </JsonResult>