C5GAME 开放平台 API 文档 v0.1 正式发布啦 !!!
app-key: ********************
{
"purchaseId": 1272408952047747072
}
curl --location --request POST 'https://openapi.c5game.com//merchant/purchase/v1/cancel?app-key' \
--header 'app-key: d6717ac8122b4e2dae6c6f25e95ede2f' \
--header 'Content-Type: application/json' \
--data-raw '{
"purchaseId": 1272408952047747072
}'
{
"success": true,
"data": true,
"errorCode": 0,
"errorMsg": null,
"errorData": null,
"errorCodeStr": null
}