This commit is contained in:
weiz 2023-10-20 20:18:21 +08:00
parent edfdcd96ab
commit 45419c7c35

View File

@ -15,7 +15,7 @@ class VehicleController extends BaseApiController
//镇街公司想物流平台申请租赁车辆
public function setContractByTownCompany()
{
//获取参数
//获取参数 测试1111
$params = $this->request->post(['num']);
//验证参数
if(empty($params['num'])){