支付
支付页面
最后支付页瓶装完成后为: https://service.xxx.com/platform/pay.html?appKey=xxx&openId=xxx&token=xxx&orderNum=xxx
GET
/
platform
/
pay.html
curl --request GET \
--url http://service.xxx.com/platformapi/chainup/open/auth/token
Query Parameters
appKey
string
required商家唯一appKey
Example: xxx_xxx
orderNum
string
required平台编号支付人 openId,必须是订单创建人
Example: 1000000009
openId
string
付款用户的唯一id
Example: 2ae04ed9165624419bad68e9e0f3f29fbd
userId
string
付款用户 uid
Example: 2023203
token
string
授权的token
Example: 2ae04ed9165624419bad68e9e0f3f29fbd
Response
200 - application/json
The response is of type any[].
curl --request GET \
--url http://service.xxx.com/platformapi/chainup/open/auth/token