From df2aad8c7d31de66d5ed7a49ef96dc7a7a6d5891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=A4=E5=AD=A6=E4=BC=9A?= Date: Mon, 6 Jul 2026 11:01:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85ERP=E6=89=AB=E7=A0=81?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E5=90=8E=E7=AB=AF=E9=85=8D=E7=BD=AE=E7=A4=BA?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index ac14b63..5ee11c2 100644 --- a/.env.example +++ b/.env.example @@ -15,3 +15,6 @@ WECHAT_APP_SECRET= PUBLIC_BASE_URL=http://127.0.0.1:8000 UPLOAD_DIR=uploads +ERP_API_BASE_URL=http://127.0.0.1:8000 +ERP_QR_LOGIN_SHARED_SECRET=replace-with-same-secret-on-erp-backend +ERP_LOGIN_QRCODE_DIR=erp-login-qrcodes