chen.lin
1 天以前 209878277a178ab91d48b523265e5ffb1b8cf7e6
rsf-open-api/src/main/java/com/vincent/rsf/openApi/controller/WmsErpController.java
@@ -97,6 +97,9 @@
    @ApiOperation("订单信息上报")
    @PostMapping("/report/order")
    public CommonResponse reportOrders(@RequestBody ReportParams params) {
        if (true){
            return CommonResponse.ok();
        }
        if (Objects.isNull(params)) {
            throw new CoolException("参数不能为空!!");
        }