| 程序包 | 说明 |
|---|---|
| net.sohelp.boot.dev.web.dev.module |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResult<String> |
ServiceController.add(ServiceVO serviceVO)
添加服务器脚本定义接口
该接口用于添加服务器脚本定义,包括模块名、应用名和服务名称等信息的提交。
|
ApiResult<String> |
ServiceController.delete(ServiceVO serviceVO)
删除服务器脚本定义接口
该接口用于删除指定的服务器脚本定义,通过传入ServiceVO对象来指定要删除的服务
|
ApiResult<String> |
ServiceController.update(ServiceVO serviceVO)
更新服务器脚本定义接口
该接口用于更新指定模块、应用下的服务器脚本定义,并将更新后的定义保存到对应路径的JSON文件中。
|
Copyright © 2025. All rights reserved.