Merge pull request 'update' (#84) from zhangwei into master
Reviewed-on: http://git.excellentkk.cn/mkm/TaskSystem/pulls/84
This commit is contained in:
commit
c3422a8d34
@ -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