开放文档逻辑修改

This commit is contained in:
暮光:城中城
2019-01-28 23:12:55 +08:00
parent c2b64d06e4
commit c8ac59e59a
4 changed files with 17 additions and 6 deletions

View File

@@ -34,6 +34,11 @@ public class MgOpenDocController {
@Resource
private MgStorageService storageService;
@PostMapping(value = "/checkConfig")
public DocResponseJson<Object> checkConfig() {
return DocResponseJson.ok();
}
/**
* @author 暮光:城中城
* @since 2019年1月27日