{
"countryCode":"",
"telephone":"",
"tmpKey":"121123123123123123"
}
curl --location --request POST 'https://api.pro.surongyun.cn/apaas/openapi/user/code/get' \
--header 'x-apaas-accessToken;' \
--header 'Content-Type: application/json' \
--data-raw '{
"countryCode":"",
"telephone":"",
"tmpKey":"121123123123123123"
}'
{
"code": 0,
"msg": "success",
"result":: "验证码已经发送,10 分钟内有效"
}