Browse Source

优化错误返回4

master
wanghongjun 3 weeks ago
parent
commit
da74106792
  1. 6
      app/Http/Controllers/Admin/ParkingSpaceController.php

6
app/Http/Controllers/Admin/ParkingSpaceController.php

@ -347,6 +347,12 @@ class ParkingSpaceController extends BaseController
}
}
/**
* @param Request $request
* @return JsonResponse
* @throws CustomException
* @throws ValidationException
*/
public function updateStatus(Request $request): JsonResponse
{
try {

Loading…
Cancel
Save