瀏覽代碼

update

tmp
dengbiao 6 天之前
父節點
當前提交
e6d3487744
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      app/hdl/hdl_login.go

+ 1
- 0
app/hdl/hdl_login.go 查看文件

@@ -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…
取消
儲存