Browse Source

update

master
dengbiao 5 days ago
parent
commit
e6d3487744
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/hdl/hdl_login.go

+ 1
- 0
app/hdl/hdl_login.go View File

@@ -108,6 +108,7 @@ func FastLogin(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
utils.FilePutContents("FastLogin", utils.SerializeStr(req))
data := svc.AliyunSmsBase(c, "")
//获取手机
phone, err := aliyun.AliyunFastPhone(data["aliyun_sms_id"], data["aliyun_sms_secret"], req.Token)


Loading…
Cancel
Save