检测程序是否安装
GET
/check-installation请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
string
必需
message
string
必需
data
object
必需
installed
boolean
是否安装了
time
integer
必需
示例
{
"status": "string",
"message": "string",
"data": {
"installed": true
},
"time": 0
}
最后修改时间: 2 个月前