dengbiao hace 6 días
padre
commit
e6d3487744
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      app/hdl/hdl_login.go

+ 1
- 0
app/hdl/hdl_login.go Ver fichero

@@ -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)


Cargando…
Cancelar
Guardar