类型设置
PUT
/webtenant/system/student/updateInterior请求参数
Body 参数application/json
interior
boolean
可选
学员类型 true内部学员 false普通学员
phoneList
array[string]
手机号
示例
{
"interior": true,
"phoneList": [
"string"
]
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"msg": "string",
"traceId": "string"
}
最后修改时间: 16 小时前