POST api/FuYouPay/MicroPay?req={req}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
req | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResultName | 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 } }