退出关闭客户端

Path:/api/quit
Method: POST
Content-Type :application/json

描述:退出客户端,可选强制退出。

参数名称 类型 是否必填 说明
isForceQuit Bool 是否强制退出

请求示例:

				
{
    "isForceQuit": true,
}
				
			

返回示例:

				
{
    "code": 200,
    "msg": "正在关闭环境中,关闭完成后退出客户端。"
}