|
@@ -268,5 +268,12 @@ public class OrderController {
|
|
|
return orderServiceImp.adminOrderDetail(orderNo);
|
|
|
}
|
|
|
|
|
|
+ @ApiOperation("平台_统计")
|
|
|
+ @RequestMapping(value = "platform/count", method = RequestMethod.GET)
|
|
|
+ @ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
|
|
|
+ public ResultContent count() {
|
|
|
+ return orderServiceImp.count();
|
|
|
+ }
|
|
|
+
|
|
|
|
|
|
}
|