学员退出应用
[TOC]
简要描述
- 学员退出应用
请求URL
http://localhost:8188/cloudrender/subApplication/exitApplication?appId=18&taskId=2&type=0
请求方式
- POST
参数
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
appId | 是 | int | 任务id |
taskId | 是 | int | 任务id |
type | 是 | int | 类型 0:学员 1:效果测试 |
返回示例
{
"code": 10000,
"state": true,
"data": null,
"message": "学员登出成功",
"total": null
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
message | string | 学员退出应用提醒 |
备注
- 更多返回错误代码请看首页的错误代码描述