暂无描述
curl --location --request POST 'http://test1.moranblog.cn/api/get_mobile_verification_code' \
--form 'appid="1"' \
--form 'mobile="15924952513"' \
--form 'type="1"'
{
"code": 1,
"msg": "发送成功",
"data": [],
"timestamp": 1685174570
}