{
"platform_remark":"123123"
}curl --location --request POST '/circle/checkout/platformRemark/' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"platform_remark":"123123"
}'{"status":200,"message":"备注成功"}