|
@@ -998,7 +998,7 @@ async function checkExistOrderNoPay() {
|
|
|
[8]: "已删除",
|
|
[8]: "已删除",
|
|
|
};
|
|
};
|
|
|
let officialStatus = data.officialStatus;
|
|
let officialStatus = data.officialStatus;
|
|
|
- magicJS.logger.info(`订单状态:${statusMap[officialStatus] || `未知状态[${officialStatus}]`},订单号:${id}`);
|
|
|
|
|
|
|
+ magicJS.logger.info(`订单状态:${statusMap[officialStatus] || `未知状态[${officialStatus}]`},订单号:${orderId}`);
|
|
|
msgTipsText += `账号[${xmAccount}]${alias}下的订单:\n${goodsStr}(${priceStr})${[officialStatus]},请尽快去处理!过期时间:${expireStr}\n`;
|
|
msgTipsText += `账号[${xmAccount}]${alias}下的订单:\n${goodsStr}(${priceStr})${[officialStatus]},请尽快去处理!过期时间:${expireStr}\n`;
|
|
|
|
|
|
|
|
if (officialStatus === -3 || officialStatus === 0) {
|
|
if (officialStatus === -3 || officialStatus === 0) {
|