From 251f92bc1ab1fc169627e49dd69740d4f8b9b0ff Mon Sep 17 00:00:00 2001 From: zoujing Date: Fri, 26 Jun 2026 11:16:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=8A=A0=E5=B0=8F=E4=B8=83?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-configs.json | 4 ++-- project.config.json | 2 +- scripts/README-update-appid.md | 6 +++--- src/request/base/config.js | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client-configs.json b/client-configs.json index 584f21a..0189f8d 100644 --- a/client-configs.json +++ b/client-configs.json @@ -34,8 +34,8 @@ } }, "xiaoqi": { - "clientId": "6", - "appId": "wx5e79df5996572539", + "clientId": "9", + "appId": "wx8531ca7339685eca", "name": "小七", "theme": { "theme-color-900": "#0B5C2D", diff --git a/project.config.json b/project.config.json index d102f1b..c44b255 100644 --- a/project.config.json +++ b/project.config.json @@ -1,5 +1,5 @@ { - "appid": "wx5e79df5996572539", + "appid": "wx8531ca7339685eca", "compileType": "miniprogram", "libVersion": "3.8.10", "packOptions": { diff --git a/scripts/README-update-appid.md b/scripts/README-update-appid.md index ab4fd6f..d4fe52f 100644 --- a/scripts/README-update-appid.md +++ b/scripts/README-update-appid.md @@ -21,8 +21,8 @@ "name": "念念", }, "xiaoqi": { - "clientId": "6", - "appId": "wx5e79df5996572539", + "clientId": "9", + "appId": "wx8531ca7339685eca", "name": "小七", }, "duohua": { @@ -43,7 +43,7 @@ | 客户端名称 | 显示名称 | AppID | | ------------ | -------- | ------------------ | | `zhinian` | 智念 | wx5e79df5996572539 | -| `xiaoqi` | 小七 | wx5e79df5996572539 | +| `xiaoqi` | 小七 | wx8531ca7339685eca | | `duohua` | 朵花 | wx23f86d809ae80259 | | `tianmu` | 天沐 | wx0be424e1d22065a9 | | `nianhelper` | 念念 | wx6fcf7b3db3deee6c | diff --git a/src/request/base/config.js b/src/request/base/config.js index 5f25a34..c67058a 100644 --- a/src/request/base/config.js +++ b/src/request/base/config.js @@ -7,7 +7,7 @@ import { getServiceUrl } from "../api/GetServiceUrlApi"; const versionValue = "1.1.3"; /// 是否是测试版本, 测试版本为true, 发布版本为false -const developVersion = false; +const developVersion = true; // 获取服务地址 const getEvnUrl = async () => {