{
"goodsId": 20001,
"price": 100,
"steamId": "76561199022064770"
}curl --location 'https://openapi.shishiniu.com/api/openapi/purchase' \
--header 'app-key: {{app-key}}' \
--header 'timestamp: 1788313063' \
--header 'sign: xxxxxxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data '{
"goodsId": 20001,
"price": 100,
"steamId": "76561199022064770"
}'{
"code": 0,
"data": {
"orderId": 10001,
"payMoney": 35,
"status": 0
},
"msg": "成功"
}