tts
This commit is contained in:
parent
5fdc8c2000
commit
4d2b9074a5
|
|
@ -48,7 +48,8 @@ class OrderDispatchLog
|
||||||
'type' => 1,
|
'type' => 1,
|
||||||
'outid' => md5(time().rand(1000,9999).rand(1000,9999)),
|
'outid' => md5(time().rand(1000,9999).rand(1000,9999)),
|
||||||
'create_time' => date('Y-m-d H:i:s'),
|
'create_time' => date('Y-m-d H:i:s'),
|
||||||
'status' => $alibaba_dyvms['sync']?1:0
|
'status' => $alibaba_dyvms['sync']?1:0,
|
||||||
|
'mobile' => $dispatch->worker_tel,
|
||||||
];
|
];
|
||||||
$service = new NoticeLogic();
|
$service = new NoticeLogic();
|
||||||
$service->dispatchNotice($dispatch);
|
$service->dispatchNotice($dispatch);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user