Commit 70d9ebaf authored by codezwjava's avatar codezwjava

111

parent 5c8ee6ca
...@@ -126,10 +126,10 @@ public class UserLevelController { ...@@ -126,10 +126,10 @@ public class UserLevelController {
recommendUserService.clearMonthCount(); recommendUserService.clearMonthCount();
} }
@ApiOperation(value = "订单测试用户直推的当月收益累加", notes = "订单测试用户直推的当月收益累加", httpMethod = "GET") // @ApiOperation(value = "订单测试用户直推的当月收益累加", notes = "订单测试用户直推的当月收益累加", httpMethod = "GET")
@GetMapping("/jsonOrder") // @GetMapping("/jsonOrder")
public void jsonOrder() throws IOException { // public void jsonOrder() throws IOException {
//
orderService.orderJSON(); // orderService.orderJSON();
} // }
} }
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