支付
取消待支付订单
POST
/
platformapi
/
chainup
/
open
/
opay
/
cancelOrder
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/opay/cancelOrder
Query Parameters
appKey
string
required商家唯一appKey
Example: xxx_xxx
orderNum
string
required订单编号
Example: 10000001
sign
string
required签名 (MD5(Sort(Param) + secret)).
Example: 2ae04ed9165624419bad68e9e0f3f2sa9fbd2ae04ed916511624419bad68e9e20f3f29fbd
Response
200 - application/json
The response is of type any[].
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/opay/cancelOrder