This commit is contained in:
ASUS 2025-10-17 16:25:13 +08:00
parent 2ed8b1da79
commit 5d9eb986dd
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class QuerySmsStatus extends Command
if($res['SmsSendDetailDTOs']['SmsSendDetailDTO'][0]['SendStatus'] == 3) { if($res['SmsSendDetailDTOs']['SmsSendDetailDTO'][0]['SendStatus'] == 3) {
$push_status = 2; $push_status = 2;
// 扣掉余额 // 扣掉余额
ShopInfo::moeny($sms_price, $value['main_shop_id'], '营销短信发送任务ID' . $value['event_id'], 2); ShopInfo::moeny($sms_price, $value['shop_id'], '营销短信发送任务ID' . $value['event_id'], 2);
}elseif ($res['SmsSendDetailDTOs']['SmsSendDetailDTO'][0]['SendStatus'] == 2) { }elseif ($res['SmsSendDetailDTOs']['SmsSendDetailDTO'][0]['SendStatus'] == 2) {
$push_resp = $res['SmsSendDetailDTOs']['SmsSendDetailDTO'][0]['ErrCode']; $push_resp = $res['SmsSendDetailDTOs']['SmsSendDetailDTO'][0]['ErrCode'];
$push_status = -1; $push_status = -1;