Ver Fonte

no message

xingzai há 1 ano atrás
pai
commit
97fa2a9ed6
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      controllers/wechat.go

+ 1 - 0
controllers/wechat.go

@@ -92,6 +92,7 @@ func (this *WechatCommonController) WechatLogin() {
 	resp.UserId = userId
 	resp.UserId = userId
 	resp.FirstLogin = firstLogin
 	resp.FirstLogin = firstLogin
 	resp.Authorization = token
 	resp.Authorization = token
+	resp.ProductName = fmt.Sprint(wxInfo)
 	br.Ret = 200
 	br.Ret = 200
 	br.Success = true
 	br.Success = true
 	br.Msg = "登录成功"
 	br.Msg = "登录成功"