Commit 95dcd5e8 by 周晓航

上报数据日志添加

parent 2a3170bd
...@@ -424,13 +424,5 @@ public class OrderController { ...@@ -424,13 +424,5 @@ public class OrderController {
return orderservice.scoreRecord(queryOrderVo); return orderservice.scoreRecord(queryOrderVo);
} }
@Autowired
OrderSdkService orderSdkService;
@PostMapping("/test")
public BaseResponse test(@RequestBody OrderCountReqs orderCountReqs) {
com.freemud.application.sdk.api.ordercenter.response.BaseResponse<List<OrderCountResp>> listBaseResponse = orderSdkService.countOrdersByPartnerIds(orderCountReqs, null);
System.out.println(listBaseResponse);
return null;
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment