文档
测试

特殊用户管理

POST
http://localhost/merchant/special/specialList

接口描述

管理特殊用户的免费使用次数

请求头

参数名
类型
描述
必填
code
string
示例:识别码
必填

请求参数

参数名
类型
描述
必填
page
int
页面
必填
page_size
int
页面大小
必填
keyword
string
关键字
必填

响应参数

参数名
类型
描述
必填
code
int
示例:1
必填
data
object
数据字典
必填
total
int
统计数量 示例:1
必填
list
array
数据列表
必填
id
int
特殊用户id 示例:1
必填
uid
int
用户id 示例:19
必填
nick
string
用户名称 示例:Come on
必填
nickCode
string
用户名称编码 示例:Q29tZSBvbg==
必填
avatar
string
头像 示例:https://thirdwx.qlogo.cn/mmopen/vi_32/icpRTsLibjL75VmTicRatEcVoy2fy5lafTIKBfKeIrYeQ5fAFWsicuSiaBsTJ8Pb4aS2Lx0gkBY4bHlFaB239S067HQ/132
必填
member_id
int
成会员id 示例:10181130
必填
msg
string
示例:特殊用户列表
必填

说明 / 示例

{ "code": 1, "data": { "total": 2, "list": [{ "id": 10, "uid": 19, "nick": "Come on", "nickCode": "Q29tZSBvbg==", "avatar": "https:\/\/thirdwx.qlogo.cn\/mmopen\/vi_32\/icpRTsLibjL75VmTicRatEcVoy2fy5lafTIKBfKeIrYeQ5fAFWsicuSiaBsTJ8Pb4aS2Lx0gkBY4bHlFaB239S067HQ\/132", "member_id": 10181130 ] }, "msg": "特殊用户列表" }