录音时长统调整后端接口

This commit is contained in:
zhonghua.li
2026-02-07 21:24:24 +08:00
parent 3944fa6969
commit b1c4f57c58
10 changed files with 436 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
const common_env = require("./env.js");
const API_TARGETS = {
local: "http://localhost:8090/",
local: "http://localhost:8091/",
prod: "https://api.huayang-star.com/"
};
const ENV_ALIAS = {

View File

@@ -1,6 +1,6 @@
"use strict";
const envConfig = {
apiEnv: "prod"
apiEnv: "local"
};
exports.envConfig = envConfig;
//# sourceMappingURL=../../.sourcemap/mp-weixin/common/env.js.map