Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -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 | ... | ... |