名称:白名单添加
接口:/merchant/live/whiteListUserStore
请求方式:post
参数名 |
类型 |
必填 |
说明 |
示例 |
group_id |
str |
Y |
分组id 1 |
36 |
name |
str |
N |
姓名 |
36 |
industry |
str |
N |
行业 |
36 |
email |
str |
N |
邮箱 |
36 |
area_code |
str |
N |
国际区号 |
36 |
mobile |
str |
N |
手机号 |
36 |
job_number |
str |
N |
工号 |
36 |
other |
str |
N |
其他 |
36 |
说明
1.此方法需要登录,2,手机号,工号邮箱3选一即可
{
"code": 200,
"message": "success",
"result": {
"live_white_live_group_id": "1",
"name": "张三",
"industry": "互联网",
"email": "2918681@qq.com",
"area_code": "86",
"mobile": "17611035017",
"job_number": "8888881",
"other": "hehe1",
"create_time": "2020-08-04 16:00:38",
"update_time": "2020-08-04 16:00:38",
"id": 2
}
}