浏览代码

no message

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 = "登录成功"