hsun 2 年之前
父节点
当前提交
48cae1e057
共有 1 个文件被更改,包括 2 次插入2 次删除
  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,
 	}