API 概览网站管理GetSiteRunPath版本:latest本页总览GetSiteRunPath 获取网站的 PHP 运行目录配置。 路由:POST /site action:GetSiteRunPath 输入参数 参数名称必选类型描述action是String固定值 GetSiteRunPathid是Integer网站 ID 输出参数 参数名称类型描述runPathString运行目录路径,/ 表示根目录dirsArray可选子目录列表 示例 响应 {"runPath": "/", "dirs": ["/"]}