Commit 782891bd1b8d78117c0c9336e8d5efc5c62f72aa

Authored by xp.Huang
1 parent 9242811b

fix: WECHAT_URL移除空格

... ... @@ -1845,7 +1845,7 @@ account:
1845 1845 reset: "${ACCOUNT_PASSWORD_FORCE_RESET:true}"
1846 1846 third:
1847 1847 wechat:
1848   - url: "${WECHAT_URL: https://api.weixin.qq.com}"
  1848 + url: "${WECHAT_URL:https://api.weixin.qq.com}"
1849 1849 appId: "${WECHAT_APP_ID:xxxx}"
1850 1850 appSecret: "${WECHAT_APP_SECRET:xxxxx}"
1851 1851
... ...