{
"app_key": "885606154",
"timestamp": "1745465416",
"sign": "2621a7ec839d08c3068538036750a8cf",
"vender_id": "1021",
"data": "{\"goods_sku\":\"SK000420\",\"coin_type\":\"抖音钻石【倍拍-6元起充】\",\"number\":\"10\",\"user_quote_payment\":\"9300\"}"
}
curl --location --request POST '/userapi/sgd/editUserQuote' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "885606154",
"timestamp": "1745465416",
"sign": "2621a7ec839d08c3068538036750a8cf",
"vender_id": "1021",
"data": "{\"goods_sku\":\"SK000420\",\"coin_type\":\"抖音钻石【倍拍-6元起充】\",\"number\":\"10\",\"user_quote_payment\":\"9300\"}"
}'
{
"code": "string",
"message": "string",
"data": [
{
"goods_sku": "string",
"goods_name": "string",
"user_quote_payment": "string",
"spec_info": "string"
}
]
}