Authorization: ********************{
"openid": "string",
"mobile": "string"
}curl --location --request POST '/user/app/auth/weChatPublic/sendSmsCode' \
--header 'Tenant-Id: 154' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"openid": "string",
"mobile": "string"
}'{
"code": "string",
"msg": "string",
"data": null,
"stackTraceMsg": "string"
}