remove unused WeCom backend integration

This commit is contained in:
inman
2026-07-23 18:44:54 +08:00
parent 4b3734f988
commit a284fbe3f3
11 changed files with 6 additions and 1022 deletions

View File

@@ -3,18 +3,6 @@ DATABASE_URL="postgresql://miniapp:miniapp_dev_password@localhost:5433/miniapp?s
JWT_SECRET="replace-with-a-long-random-secret-before-production"
WECHAT_APP_ID="your-wechat-mini-program-app-id"
WECHAT_APP_SECRET="your-wechat-mini-program-app-secret"
WECOM_CORP_ID="ww_your_corp_id"
WECOM_CORP_SECRET="your-wecom-third-party-app-secret"
WECOM_CONTACT_WAY_CONFIG_ID="5f8a2d2756e2c69776c186ef28fc48ee"
WECOM_CONTACT_WAY_USER_ID="your-wecom-service-manager-userid"
WECOM_CONTACT_WAY_TYPE="1"
WECOM_CONTACT_WAY_SCENE="1"
WECOM_CONTACT_WAY_STYLE="1"
WECOM_CONTACT_WAY_REMARK=""
WECOM_CONTACT_WAY_STATE=""
WECOM_CONTACT_WAY_ENABLED="1"
WECOM_CALLBACK_TOKEN="your-wecom-callback-token"
WECOM_CALLBACK_AES_KEY="your-wecom-callback-aes-key-without-equals"
MINIAPP_MOCK_AUTH="0"
PORT=4000
MEDIA_PUBLIC_BASE_URL=""