shop_id
This commit is contained in:
parent
2ed8b1da79
commit
5d9eb986dd
|
|
@ -110,7 +110,7 @@ class QuerySmsStatus extends Command
|
|||
if($res['SmsSendDetailDTOs']['SmsSendDetailDTO'][0]['SendStatus'] == 3) {
|
||||
$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) {
|
||||
$push_resp = $res['SmsSendDetailDTOs']['SmsSendDetailDTO'][0]['ErrCode'];
|
||||
$push_status = -1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue