删除咸鱼旧链路

This commit is contained in:
yml
2026-05-25 21:46:39 +08:00
parent 9aafddd624
commit e7aa194dde
142 changed files with 539 additions and 17373 deletions
-46
View File
@@ -8,24 +8,6 @@ export function createDefaultRuntimeConfig(projectRoot: string): RuntimeConfig {
port: 3000,
},
browser: {
chromePath: "",
headless: null,
devtools: null,
keepAlive: null,
prewarm: null,
slowMoMs: null,
vncResolution: "1600x900x24",
},
session: {
debug: false,
},
ocr: {
baseUrl: "",
},
data: {
root: path.resolve(projectRoot, "data"),
},
@@ -52,30 +34,6 @@ export function createDefaultRuntimeConfig(projectRoot: string): RuntimeConfig {
},
platforms: {
agiso: {
appSecret: "",
tradeDetail: {
endpoint: "https://gw-api.agiso.com/aldsIdle/Order/Detail",
apiVersion: "1",
timeoutMs: 5000,
},
autoDelivery: {
enabled: true,
endpoint: "https://gw-api.agiso.com/aldsIdle/Order/DummySend",
apiVersion: "1",
},
messaging: {
enabled: false,
sendMessageEndpoint:
"https://gw-api.agiso.com/aldsIdle/ImMsg/SendMsg",
apiVersion: "1",
messageTemplate:
"您的订单 {platformOrderId} 已创建领取链接,请在 {expiredAt} 前完成领取:{claimUrl}",
autoDeliveryMessageTemplate:
"您的订单 {platformOrderId} 已完成自动发货,请注意查收。",
shops: {},
},
},
ninetyone: {
userId: "",
secret: "",
@@ -137,9 +95,5 @@ PfQTPNA++KsXtwRX9M6Re3vkTDRsutIIWKtj8jqhUbbYS3vzS8GJnAWavUFVkR15
cors: {
allowedOrigins: ["*"],
},
redeem: {
proofMode: "full",
},
};
}