xingzai 1 سال پیش
والد
کامیت
97fa2a9ed6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      controllers/wechat.go

+ 1 - 0
controllers/wechat.go

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