删掉miniflush

This commit is contained in:
shuo.wang
2024-04-30 09:33:51 +08:00
parent 05375bf353
commit c7f930d469

View File

@@ -66,11 +66,5 @@ public class MiniOpenPreparationController {
public ResponseResult<FirstOrderDTO> get(@RequestParam("shopId") Long shopId) {
return ResponseResult.success(firstOrderService.getOrder(shopId));
}
@ApiModelProperty("刷新")
@GetMapping("/firstOrder/flush")
public ResponseResult<FirstOrderDTO> flush(@RequestParam Long shopId) {
return ResponseResult.success( firstOrderService.flush(shopId));
}
}