增加行业凭证后台 token 配置

This commit is contained in:
yml2213
2026-07-07 23:00:24 +08:00
parent f6cbd7993f
commit 81bfd8b078
24 changed files with 1315 additions and 32 deletions
-1
View File
@@ -49,7 +49,6 @@ export function createDefaultRuntimeConfig(projectRoot: string): RuntimeConfig {
appSecret: "",
signSecret: "",
messageSecret: "",
accessToken: "",
sendCallbackEnabled: false,
provider: "kuaishou-industry",
platform: "kuaishou",
-5
View File
@@ -246,11 +246,6 @@ export const ENV_OVERRIDES: readonly EnvOverride[] = [
"kuaishouIndustry",
"messageSecret",
]),
stringEnv("KUASHOU_INDUSTRY_ACCESS_TOKEN", [
"platforms",
"kuaishouIndustry",
"accessToken",
]),
booleanEnv("KUASHOU_INDUSTRY_SEND_CALLBACK_ENABLED", [
"platforms",
"kuaishouIndustry",