修改物流发货信息推送

This commit is contained in:
wucongxing 2023-04-27 13:40:39 +08:00
parent 2b35f7870e
commit cbb9810ce7

View File

@ -134,6 +134,9 @@ class getPrescriptionOrderStatusCommand extends HyperfCommand
$result['deliveryTime'] = date('Y-m-d H:i:s',time()); $result['deliveryTime'] = date('Y-m-d H:i:s',time());
} }
dump($item);
dump($result);
dump(1111111);
// 检测物流编号是否已经存在并订阅 // 检测物流编号是否已经存在并订阅
if (empty($item['logistics_no']) || $item['logistics_no'] != $result['deliveryId']){ if (empty($item['logistics_no']) || $item['logistics_no'] != $result['deliveryId']){
$this->line("开始推送消息"); $this->line("开始推送消息");