文档
测试

裂变雇员列表

POST
/api/emp/recommend/selectFissionList

接口描述

裂变雇员列表

请求头

参数名
类型
描述
必填
Content-Type
String
application/json
必填
token
string
必填

请求示例

``` { } ```

响应参数

参数名
类型
描述
必填
flag
int
返回状态 示例:0
必填
msg
string
返回消息 示例:success
必填
val
object
数据对象
必填
total_bounty
string
裂变总人数
必填
recommend_amount
string
推荐奖励累计金额
必填
id
string
推荐人记录id
可选
dataList
array
数据列表
必填
id
string
雇员id
必填
name
string
雇员姓名
必填
total_bounty
string
已返佣金
必填

返回示例

``` { "flag": 0, "msg": "success", "val": { "dataList": [ { "id": "39", "name": "555", "totle_bounty": "27.00" }, { "id": "52", "name": "晨峰", "totle_bounty": "4.00" } ], "id": "10", "recommend_amount": "2", "total_bounty": "33.00" } } ```