文档
测试

获取用户端用户的受邀请用户信息列表

GET
http://127.0.0.1/app/customer/recommendRelation/getInviteeUserList

请求参数

参数名
类型
描述
必填
token
string
token
必填
current
int
指定页
必填
limit
int
页大小
必填
recordStartDate
date
开始日期
可选
recordEndDate
date
结束日期
可选

响应参数

参数名
类型
描述
必填
msg
string
示例:获取成功
必填
total
int
用户总数
必填
state
int
示例:1
必填
list
array
受邀请用户信息列表
必填
customerName
string
客户名称
必填
customerPhone
string
客户手机号
必填
firstOrderPayDate
date
首次下单时间
必填
invitationDate
date
推荐邀请时间
必填
sex
string
性别
必填

说明 / 示例

{ "msg": "获取成功", "total": 1, "state": 1, "list": [ { "customerName": "huawen", "customerPhone": "18720978538", "firstOrderPayDate": null, "invitationDate": "2022-11-28", "orderPayPrice": 0, "sex": "男" } ] }