{
"key": "string"
}
curl --location --request POST '/api/user/login/wechatEvent' \
--header 'X-Shop-Id: 0' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "string"
}'
{
"token": "string",
"type": 0,
"openData": {}
}