CDNHAO使用文档
POST /v1/phone-captcha
phonestring
required手机号码
check_exist
required可选值为0或1,当验证码用于重置密码时,此字段置为1,当验证码用于注册时,此字段置为0。
code
required图形验证码
{
	"code": 0,
	"data": null,
	"msg": "发送成功!"
}
{
	"phone": "13798787654",
	"check_exist": 1,
	"code": "abc"
}