{
"purchaseIds": [
"string"
]
}curl --location 'https://www.xportcn.com/api/open/purchase/pay' \
--header 'access-key;' \
--header 'nonce-str;' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data '{
"purchaseIds": [
"string"
]
}'{
"requestId": "9ff5cad670d54ca0a971ff8bd69c4784",
"code": 200,
"developId": "1023561483696472887",
"msg": "成功",
"data": true
}