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[].