Commit e666515e authored by linruibiao's avatar linruibiao

接口编写

parent 9712fb9c
......@@ -52,7 +52,7 @@ public class InitController extends BaseRestController{
}
@PostMapping("/panel/init")
@ApiOperation("初始化顶级分组和树结构")
@ApiOperation("初始化默认模板")
@ApiImplicitParam(name = "appId", value = "租户id", required = true,dataTypeClass = String.class)
public R<Object> initPanel(HttpServletRequest request, @PathVariable String appId) {
return call(()->{
......
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