添加帮助与反馈
POST
/api/v1/system/ops/feedback/create请求参数
Body 参数application/json
id
integer <int64>
可选
tenantCode
string
可选
raiseUserID
integer <int64>
可选
projectID
integer <int64>
可选
type
string
可选
反馈类型 设备问题:thingsDevice 智能场景:thingsScene 体验问题: experience 其他: other
contactInformation
string
联系方式
issueDesc
string
反馈内容
createdTime
integer <int64>
创建时间
status
integer <int64>
可选
状态(1 待处理 2:处理中 3:已完成)
<= 3
user
object (UserCore)
可选
userID
string
用户id
userName
string
用户名(唯一)
email
string
邮箱
phone
string
手机号
lastIP
string
最后登录ip
regIP
string
注册ip
nickName
string
用户的昵称
headImg
string
用户头像
tags
object
标签对象
createdTime
string
创建时间
示例
{
"id": 0,
"tenantCode": "string",
"raiseUserID": 0,
"projectID": 0,
"type": "string",
"contactInformation": "string",
"issueDesc": "string",
"createdTime": 0,
"status": 3,
"user": {
"userID": "string",
"userName": "string",
"email": "string",
"phone": "string",
"lastIP": "string",
"regIP": "string",
"nickName": "string",
"headImg": "string",
"tags": {},
"createdTime": "string"
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (WithID)
可选
id
integer <int64>
id
示例
未设置
最后修改时间: 4 小时前