GET Api/Service/Order/ManualPaymentUri/{OrderId}/{PurchaseId}/{PaymentTag}
手动获取支付链接
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId |
订单ID |
globally unique identifier |
Required |
| PurchaseId |
采购单ID |
globally unique identifier |
Required |
| PaymentTag |
手动支付路由 |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
手动获取支付链接
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}