/**
@api {Post} app/api/v1/user/telVerCodeNew 获取验证码新接口
* @apiName app/api/v1/user/telVerCodeNew
* @apiGroup User
* @apiVersion 1.0.0
* @apiParam {String} ed aes加密字符串 {"ticket":"sadasfasfa","randstr":"asdas","type":1,'tel':"17621066670",money:50} //time 时间戳 毫秒级 ticket:图形验证码票据,randstr 图形验证码随机串 type 验证码类型 1-绑定手机 2-提现 手机号 type=1 必传 提现金额 当type=2提现必传
@apiSuccessExample {json} Success-Response:
HTTPS/1.1 200 OK
{
"code": 200,
"msg": "验证码已发送",
"data": {}
}
* */

发表评论

电子邮件地址不会被公开。 必填项已用*标注