Browse Source

修改备用小程序secret

317699326@qq.com 3 months ago
parent
commit
d81aae959e
1 changed files with 2 additions and 3 deletions
  1. 2 3
      services/wx_app/wx_app.go

+ 2 - 3
services/wx_app/wx_app.go

@@ -17,7 +17,7 @@ import (
 	"hongze/hongze_yb/utils"
 )
 
-//微信小程序配置信息
+// 微信小程序配置信息
 var (
 	//WxId                 string //微信原始ID
 	//WxAppId              string
@@ -176,7 +176,7 @@ func getWxAppConfByRequest(copyYb string) *WxAppConf {
 	// 备用小程序
 	if copyYb == "true" {
 		appConf.WxAppId = `wx9a2a9b49a00513a0`
-		appConf.WxAppSecret = `9feb793bd0a8756990a36ac2ade6978c`
+		appConf.WxAppSecret = `4dea76ad9482bdd4e71cf305f669d09f`
 		appConf.WxPlatform = utils.USER_RECORD_PLATFORM_COPY_YB
 		appConf.MsgRedirectTarget = 4
 	}
@@ -194,4 +194,3 @@ func GetSunCodeV2(page string) (resp []byte, err error) {
 	qr := wechatClient.GetQRCode()
 	return qr.GetWXACode(codePars)
 }
-