- 页面
- 用户
- 角色和权限
- 上传文件和图片
- 支付
- 搜索
- 帮助中心
- 模板
- 后台接口
模糊搜索站群
GET
/api/page/pageGroupSearch
请求参数
Query 参数
userID
string
必需
示例值:
13
info
string
必需
示例值:
test
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://47.92.1.39:8005/api/page/pageGroupSearch?userID=13&info=test'
返回响应
🟢200成功
application/json
Body
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
}