소스 검색

1.双11统计

yuanliang 2 년 전
부모
커밋
283e88bde1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-application/src/main/java/com/ym/mec/web/controller/open/OpenDouble11StaticsController.java

+ 1 - 1
mec-application/src/main/java/com/ym/mec/web/controller/open/OpenDouble11StaticsController.java

@@ -57,7 +57,7 @@ public class OpenDouble11StaticsController extends BaseController {
 
 
     @ApiOperation(value = "2023双11销售统计", notes = "2023双11销售统计")
-    @PostMapping("/saleStatics")
+    @GetMapping("/saleStatics")
     public R<Double11StaticWrapper.SaleStatics> saleStatics() {
         Double11StaticWrapper.SaleStaticsQuery query = new Double11StaticWrapper.SaleStaticsQuery();