首页查询资源详情接口
parent
1d25f1355b
commit
4db7fad617
|
@ -197,7 +197,7 @@ public class ModuleController {
|
||||||
* @param context
|
* @param context
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@PutMapping(value = "/statistics")
|
@GetMapping(value = "/statistics")
|
||||||
@Operation(summary = "首页统计模型总数")
|
@Operation(summary = "首页统计模型总数")
|
||||||
public GeneralResult statistics(@Value(Common.REQ_CONTEXT) RequestContext context) {
|
public GeneralResult statistics(@Value(Common.REQ_CONTEXT) RequestContext context) {
|
||||||
return moduleService.statistics(context);
|
return moduleService.statistics(context);
|
||||||
|
|
Loading…
Reference in New Issue