名称:表单发送验证码
接口:/index/meeting/sendVerificationCode
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
mobile | str | Y | 手机号 | 12000000000 |
area_code | str | Y | 国际区号 | 12000000000 |
area_code_id | str | Y | 国际区号id | 12000000000 |
说明
1.此方法需要登录,
{
"code": 200,
"message": "success",
"result": []
}