|
@@ -38,7 +38,7 @@ func (b *WechatApi) Auth(c *gin.Context) {
|
|
|
userSys.WechatId = userInfo.OpenID
|
|
|
userService.SetUserInfo(userSys)
|
|
|
}
|
|
|
- c.String(http.StatusOK, "您已成功授权《经开创城进行时》!")
|
|
|
+ c.String(http.StatusOK, "您已成功授权《"+global.GVA_CONFIG.Wxxcx.Name+"创城进行时》!")
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -71,7 +71,7 @@ func (b *WechatApi) Req(c *gin.Context) {
|
|
|
} else {
|
|
|
global.GVA_LOG.Info("用户已存在", zap.Any("err", err), zap.Any("sysUser", sysUser))
|
|
|
}
|
|
|
- text := message.NewText("【经开创城进行时】感谢您的关注!")
|
|
|
+ text := message.NewText("【" + global.GVA_CONFIG.Wxxcx.Name + "创城进行时】感谢您的关注!")
|
|
|
|
|
|
|
|
|
return &message.Reply{MsgType: message.MsgTypeText, MsgData: text}
|