修改物流发货信息推送
This commit is contained in:
parent
2b35f7870e
commit
cbb9810ce7
@ -134,6 +134,9 @@ class getPrescriptionOrderStatusCommand extends HyperfCommand
|
||||
$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']){
|
||||
$this->line("开始推送消息");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user