{
"code": "string"
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/exchangeCode/submit' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string"
}'
{
"code": 200,
"msg": "领取成功",
"trace": "auto-generate:ff600a2f-b46f-4a4b-b18a-c36f5fc216ef",
"data": null
}