hsun 2 years ago
parent
commit
48cae1e057
1 changed files with 2 additions and 2 deletions
  1. 2 2
      services/wx_app/wx_app.go

+ 2 - 2
services/wx_app/wx_app.go

@@ -128,8 +128,8 @@ func GetWxAppConf() (appConf *WxAppConf, err error) {
 		return
 	}
 	appConf = &WxAppConf{
-		WxId:        `wxb059c872d79b9967`,
-		WxAppId:     `gh_75abb562a946`,
+		WxId:        `gh_75abb562a946`,
+		WxAppId:     `wxb059c872d79b9967`,
 		WxAppSecret: `1737c73e9f69a21de1a345b8f0800258`,
 		WxPlatform:  utils.USER_RECORD_PLATFORM_YB,
 	}