名称:白名单列表
接口:/merchant/live/whiteList
请求方式:post
参数名 |
类型 |
必填 |
说明 |
示例 |
group_id |
int |
y |
白名单分组id |
-----: |
search |
str |
n |
搜索 |
-----: |
说明
1.此方法需要登录
{
"code": 200,
"message": "success",
"result": {
"current_page": 1,
"total": 2,
"last_page": 1,
"data": [
{
"id": 1,
"name": "张三",
"industry": "互联网",
"email": "291868@qq.com",
"area_code": "86",
"mobile": "17611035067",
"job_number": 888888,
"other": "hehe1"
},
{
"id": 2,
"name": "张三",
"industry": "互联网",
"email": "2918681@qq.com",
"area_code": "86",
"mobile": "17611035017",
"job_number": 8888881,
"other": "hehe1"
}
]
}
}