选择profile
1.接口描述
接口说明:选择profile,仅profile模式下可用
请求方式:POST [ip]/api/profile/select
| 管理员权限 | 登录认证 |
|---|---|
| 否 | 是 |
2.输入参数
| 参数 | 类型 | 描述 |
|---|---|---|
| id | Int | profile ID |
3.输出参数
| 参数 | 类型 | 描述 |
|---|---|---|
| status | Int | 状态码 |
4.示例
删除id为1的profile
请求示例
{
"id": 1
}
输出示例
{
"status": 0
}
接口说明:选择profile,仅profile模式下可用
请求方式:POST [ip]/api/profile/select
| 管理员权限 | 登录认证 |
|---|---|
| 否 | 是 |
| 参数 | 类型 | 描述 |
|---|---|---|
| id | Int | profile ID |
| 参数 | 类型 | 描述 |
|---|---|---|
| status | Int | 状态码 |
删除id为1的profile
{
"id": 1
}
{
"status": 0
}