|
|
@@ -69,7 +69,7 @@ public class KwOrderController {
|
|
|
* @Param params:
|
|
|
* @return: com.sckw.core.web.response.HttpResult
|
|
|
*/
|
|
|
- @GetMapping(value = "/tradeOrderAppStatistic", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
|
+ @PostMapping(value = "/tradeOrderAppStatistic", produces = MediaType.APPLICATION_JSON_VALUE)
|
|
|
public HttpResult appStatistic(@RequestBody @Validated TradeOrderAppStatisticParam params) {
|
|
|
return HttpResult.ok(orderService.appStatistic(params));
|
|
|
}
|