update
This commit is contained in:
parent
eb29f50109
commit
4801f88d08
@ -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() {
|
public function rentApply() {
|
||||||
//验证请求类型
|
//验证请求类型
|
||||||
|
Loading…
x
Reference in New Issue
Block a user