update #1

Merged
weiz merged 1 commits from dev into master 2023-11-08 16:59:04 +08:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 291673843a - Show all commits

View File

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