Compare commits
No commits in common. "743fe165db73166d7ae5eb284ef0e4f0bdab84a926d18bcd29fee20602431ce2" and "6ebde6d14a8fb1a8fb15a9bf49e637e80f8e64055c4ccbcab123befa0896fdcf" have entirely different histories.
743fe165db
...
6ebde6d14a
@ -239,7 +239,7 @@ public class EbikeBikeOrderController {
|
||||
* @param doneDispatchOrderVo 调度信息
|
||||
* @return 结果
|
||||
*/
|
||||
@PostMapping("bikeDispatch")
|
||||
@GetMapping("bikeDispatch")
|
||||
public JsonResult<?> bikeDispatch(@RequestBody @Validated DoneDispatchOrderVo doneDispatchOrderVo) {
|
||||
ebikeBikeOrderService.bikeDispatch(doneDispatchOrderVo);
|
||||
return JsonResult.success();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user