1
0
mirror of synced 2026-02-11 14:17:48 +08:00

🐛 #2128 【开放平台】 修复公众号在由第三方平台管理时OAuth2Service授权相关报错问题

This commit is contained in:
hywr
2021-05-24 11:34:13 +08:00
committed by GitHub
parent 01ab45bc0c
commit a2e82448b8
11 changed files with 205 additions and 6 deletions

View File

@@ -1,7 +1,10 @@
<xml>
<componentAppId>第三方平台appID</componentAppId>
<componentSecret>第三方平台appsecret</componentSecret>
<componentAppSecret>第三方平台appsecret</componentAppSecret>
<componentVerifyTicket>微信服务器推送过来的ticket</componentVerifyTicket>
<componentToken>第三方平台Token</componentToken>
<componentAesKey>第三方平台EncodingAESKey</componentAesKey>
<appId>测试APPID</appId>
<testMpAppId>测试公众号</testMpAppId>
<testMaAppId>测试小程序</testMaAppId>
</xml>