跳到主要内容
版本:latest

get_dependence_apps

查询指定应用所需的依赖应用(如数据库)是否已安装。

  • 路由POST /mod/docker/com/get_dependence_apps/stype
  • 方法:POST

输入参数

参数名称必选类型描述
depend_appStringJSON 数组,依赖应用列表,如 [{"app_name":"mysql","app_type":"Database"}]

示例

{"code": 0, "status": true, "data": [{"appname": "mysql", "app_type": "Database", "installed": []}]}

installed 为空表示该依赖尚未安装。

相关接口