This commit is contained in:
unknown 2023-08-31 20:03:06 +08:00
parent eb29f50109
commit 4801f88d08

View File

@ -158,6 +158,16 @@ class VehicleController extends BaseApiController
}
}
public function sendSmsAgain() {
//获取参数
$id = $this->request->post('id');
if(empty($id)){
return $this->fail('参数错误');
}
$this->sendSms($id);
return $this->success('发送成功');
}
//小组服务公司租赁申请
public function rentApply() {
//验证请求类型