优化启动流程

This commit is contained in:
yml2213
2026-04-13 19:01:48 +08:00
parent 7008c85e58
commit dc8a014601
18 changed files with 837 additions and 17 deletions
+12
View File
@@ -51,6 +51,18 @@ module.exports = {
apiVersion: '1',
timeoutMs: 5000,
},
autoDelivery: {
enabled: true,
endpoint: 'https://gw-api.agiso.com/aldsIdle/Alds/AldsSend',
apiVersion: '1',
aldsType: 1,
ignoreAldsLog: false,
ignoreBlackList: false,
ignoreOnOff: false,
ignoreRefundCheck: false,
ignoreRestricted: false,
ignoreTradeStatusCheck: false,
},
messaging: {
enabled: false,
sendMessageEndpoint: 'https://gw-api.agiso.com/aldsIdle/ImMsg/SendMsg',