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