优化了自动发货和发货后的消息
This commit is contained in:
@@ -53,7 +53,7 @@ module.exports = {
|
||||
},
|
||||
autoDelivery: {
|
||||
enabled: true,
|
||||
endpoint: 'https://gw-api.agiso.com/aldsIdle/Alds/AldsSend',
|
||||
endpoint: 'https://gw-api.agiso.com/aldsIdle/Order/DummySend',
|
||||
apiVersion: '1',
|
||||
aldsType: 1,
|
||||
ignoreAldsLog: false,
|
||||
@@ -72,6 +72,7 @@ module.exports = {
|
||||
accessToken: '',
|
||||
appSecret: '',
|
||||
messageTemplate: '您的订单 {platformOrderId} 已创建领取链接,请在 {expiredAt} 前完成领取:{claimUrl}',
|
||||
autoDeliveryMessageTemplate: '您的订单 {platformOrderId} 已完成自动发货,请注意查收。',
|
||||
shops: {},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user