添加回复
POST
/myauth/web/addMsg请求参数
Header 参数
token
string
必需
登录成功后返回的token
示例值:
b9eab83c09cc4d38bbcef5392cfb6333
Body 参数application/json
keyword
string
关键词
msg
string
回复内容
status
integer
回复状态
0=停用,1=正常
fromSoftId
integer
所属软件id
fromVerId
integer
所属版本id
注意,不传则全版本,否则必须指定一个版本id
示例
{
"keyword": "阿萨德",
"msg": "测试123",
"status": 1,
"fromSoftId": 1,
"fromVerId": 2
}
示例代码
返回响应
成功(200)
错误(500)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
示例:200
success
boolean
成功响应
示例:true
msg
string
返回文字描述
示例:修改成功
sign
string
示例:-
result
null
结果集
示例:-
timestamp
integer
必需
示例:1645020290412
示例成功示例
{
"code": 200,
"success": true,
"msg": "添加成功",
"sign": "",
"result": null,
"timestamp": 1645077731876
}
最后修改时间: 3 年前