dengbiao 2 недель назад
Родитель
Сommit
9d7ef2830e
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      app/hdl/hdl_login.go

+ 1
- 0
app/hdl/hdl_login.go Просмотреть файл

@@ -144,6 +144,7 @@ func WechatLogin(c *gin.Context) {
e.OutErr(c, err1.Code, err1.Error())
return
}
utils.FilePutContents("WechatLogin", utils.SerializeStr(req))
if req.WechatCode == "" {
e.OutErr(c, 400, e.NewErr(400, "获取微信信息失败"))
return


Загрузка…
Отмена
Сохранить