update
This commit is contained in:
parent
b2c9de3685
commit
5d85f2ae7f
@ -14,7 +14,7 @@ use think\response\Json;
|
||||
*/
|
||||
class VehicleController extends BaseApiController
|
||||
{
|
||||
public array $notNeedLogin = ['getCarLocal','getCarHistory','addSelfCar','updateVehicleRent'];
|
||||
public array $notNeedLogin = ['getCarLocal','getCarHistory','addSelfCar','updateVehicleRent','cancelRent'];
|
||||
|
||||
//获取车辆当前位置
|
||||
public function getCarLocal():Json {
|
||||
|
@ -29,6 +29,7 @@ Route::rule('getCarLocal','Vehicle/getCarLocal','get');
|
||||
Route::rule('getCarHistory','Vehicle/getCarHistory','get');
|
||||
Route::rule('addSelfCar','Vehicle/addSelfCar','post');
|
||||
Route::rule('updateVehicleRent','Vehicle/updateVehicleRent','post');
|
||||
Route::rule('cancelRent','Vehicle/cancelRent','post');
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------------------------------*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user