Browse Source

更新

master
鲲鹏 4 years ago
parent
commit
8bcd204d25
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/java/com/taauav/app/controller/DriverController.java

+ 1
- 1
src/main/java/com/taauav/app/controller/DriverController.java View File

@@ -27,7 +27,7 @@ public class DriverController extends ApiBaseController {
*
* @return
*/
@GetMapping("/getDriverList")
@PostMapping("/getDriverList")
public Response getDriverList(@RequestBody DriverQuery query) {
return driverService.getDriverList(query);
}

Loading…
Cancel
Save