update #1
|
@ -25,7 +25,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
//物流信息详情
|
//物流信息详情
|
||||||
public function detail() {
|
public function detail(): Json
|
||||||
|
{
|
||||||
$params = $this->request->get(['id']);
|
$params = $this->request->get(['id']);
|
||||||
if(empty($params['id'])){
|
if(empty($params['id'])){
|
||||||
return $this->fail('参数错误');
|
return $this->fail('参数错误');
|
||||||
|
|
Loading…
Reference in New Issue