mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update ShopOrder.php
This commit is contained in:
parent
291c11d9bb
commit
f58dd067a3
@ -136,7 +136,7 @@ class ShopOrder extends Controller
|
||||
'code.require' => '快递公司不能为空!',
|
||||
'number.require' => '配送单号不能为空!',
|
||||
]);
|
||||
$this->result = OrderService::instance()->tracktruck($data['code'], $data['number']);
|
||||
$this->result = OrderService::instance()->trackExpress($data['code'], $data['number']);
|
||||
if (empty($this->result['code'])) $this->error($this->result['info']);
|
||||
$this->fetch();
|
||||
} catch (HttpResponseException $exception) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user