|
@@ -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();
|
|
|
|