feat: 获取乘客用户信息
This commit is contained in:
parent
f2bc1c8e21
commit
cc661b8e19
|
@ -18,5 +18,4 @@ public class AuthContextHolder {
|
||||||
public static void removeUserId() {
|
public static void removeUserId() {
|
||||||
userId.remove();
|
userId.remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -78,7 +78,6 @@ public class DriverInfoController {
|
||||||
return Result.ok(driverInfoService.verifyDriverFace(driverFaceModelForm));
|
return Result.ok(driverInfoService.verifyDriverFace(driverFaceModelForm));
|
||||||
}
|
}
|
||||||
|
|
||||||
//更新接单状态
|
|
||||||
@Operation(summary = "更新接单状态")
|
@Operation(summary = "更新接单状态")
|
||||||
@GetMapping("/updateServiceStatus/{driverId}/{status}")
|
@GetMapping("/updateServiceStatus/{driverId}/{status}")
|
||||||
public Result<Boolean> updateServiceStatus(@PathVariable Long driverId, @PathVariable Integer status) {
|
public Result<Boolean> updateServiceStatus(@PathVariable Long driverId, @PathVariable Integer status) {
|
||||||
|
|
Loading…
Reference in New Issue