文档
测试

短信验证码

POST
http://localhost/api/smscode

接口描述

发送一条短信,请求参数为json

请求参数

参数名
类型
描述
必填
mobile
string
要发送的手机号
必填
image_code_id
string
图片验证码的编号
必填
image_code_text
string
验证码本文
必填

响应参数

参数名
类型
描述
必填
errcode
int
错误代码编号
必填
errmsg
string
错误代码信息
必填