From 85d51930713fa32e86744f01987388a66f1d897f Mon Sep 17 00:00:00 2001 From: kk <875203880@qq.com> Date: Wed, 15 Jul 2026 17:57:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9app=5Fno=5Fmap=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/env.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils/env.js b/src/utils/env.js index 05379f2..383e9f4 100644 --- a/src/utils/env.js +++ b/src/utils/env.js @@ -6,9 +6,9 @@ // app_no 编码表:platform + terminalType → app_no const APP_NO_MAP = { 'wechat_h5': '60000001102001', - 'wechat_mp': '600102101', - 'alipay_h5': '600112001', - 'alipay_mp': '600112101', + 'wechat_mp': '60000001102101', + 'alipay_h5': '60000001112001', + 'alipay_mp': '60000001112101', }; /**