Merge pull request 'update' (#84) from zhangwei into master

Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/84
This commit is contained in:
wei1990 2023-08-31 20:03:26 +08:00
commit c3422a8d34

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() {
//验证请求类型