GET api/Pay/GetAlipayPay?OrderSN={OrderSN}&Price={Price}&Attach={Attach}&ordertype={ordertype}
支付宝获取支付信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
OrderSN | string |
Required |
|
Price | string |
Required |
|
Attach | string |
Required |
|
ordertype | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
JSON_ResultName | Description | Type | Additional information |
---|---|---|---|
F | boolean |
None. |
|
D | Object |
None. |
|
E | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "F": true, "D": {}, "E": "sample string 3" }
application/xml, text/xml
Sample:
<JSON_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Web_Model"> <D /> <E>sample string 3</E> <F>true</F> </JSON_Result>