{
"content": "On8fQasncqGdw+ZD4Oy7APrzTYMm7EiQ03+CNBM/hI4="
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/user/decodeQrCodeContent' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "On8fQasncqGdw+ZD4Oy7APrzTYMm7EiQ03+CNBM/hI4="
}'
{
"code": 200,
"msg": "操作成功",
"trace": "auto-generate:45255005-94ec-4dc2-b29a-2851b2cfed86",
"data": {
"userId": 10027245
}
}