POST api/FuYouPay/PayNotify
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Msg | string |
None. |
|
| State | ResultState |
None. |
|
| Data | Object |
None. |
|
| RetData | Object |
None. |
|
| Code | integer |
None. |
|
| Exception | Exception |
None. |
Response Formats
application/json, text/json
Sample:
{
"Msg": "sample string 1",
"State": 0,
"Data": {},
"RetData": {},
"Code": 4,
"Exception": {
"ClassName": "System.Exception",
"Message": null,
"Data": null,
"InnerException": null,
"HelpURL": "sample string 1",
"StackTraceString": null,
"RemoteStackTraceString": null,
"RemoteStackIndex": 0,
"ExceptionMethod": null,
"HResult": 3,
"Source": "sample string 2",
"WatsonBuckets": null
}
}