C5GAME 开放平台 API 文档 v0.1 正式发布啦 !!!
app-key: ********************{
"itemId": "23595",
"styleId": 0,
"price": 100,
"num": 2,
"receiveSteamId": "1"
}curl --location -g --request POST 'https://openapi.c5game.com//merchant/purchase/v1/create?app-key=eae6975ff8804e7d988efa8d41221212&app-key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"itemId": "23595",
"styleId": 0,
"price": 100,
"num": 2,
"receiveSteamId": "1"
}'{
"success": true,
"data": 1272404780539789300,
"errorCode": 0,
"errorMsg": null,
"errorData": null,
"errorCodeStr": null
}