GET api/pay?intentionid={intentionid}
发起支付
请求信息
URI 参数
Name | Description | Type | Additional information |
---|---|---|---|
intentionid | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfOrderAddDatilName | Description | Type | Additional information |
---|---|---|---|
data | OrderAddDatil |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
响应示例
application/json, text/json
Sample:
{ "data": { "uuid": 1, "intentionid": 2, "userid": 3, "out_trade_no": "sample string 4", "appid": "sample string 5", "body": "sample string 6", "mch_id": "sample string 7", "notify_url": "sample string 8", "nonce_str": "sample string 9", "total_fee": 10, "spbill_create_ip": "sample string 11", "trade_type": "sample string 12", "feetype": "sample string 13", "sign": "sample string 14", "paysign": "sample string 15" }, "code": 1, "msg": "sample string 2" }
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.