模糊搜索站群
GET
/api/page/pageGroupSearch请求参数
Query 参数
userID
string
必需
示例值:
13
info
string
必需
示例值:
test
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
success
boolean
必需
errCode
null
必需
errMessage
null
必需
data
array [object {3}]
必需
groupId
string
必需
groupName
string
必需
createDate
null
必需
empty
boolean
必需
notEmpty
boolean
必需
示例
{
"success": true,
"errCode": null,
"errMessage": null,
"data": [
{
"groupId": "23477976393842688",
"groupName": "Nav-test",
"createDate": null
},
{
"groupId": "24462576729456640",
"groupName": "test03",
"createDate": null
}
],
"empty": false,
"notEmpty": true
}
最后修改时间: 2 年前