- Tigshop标准版
- 后台adminapi
- authority --- 权限组
- merchant ----商户
- common --- 公共方法组
- content --- 文章组
- decorate --- 装修组
- promotion --- 营销组
- setting --- 配置组
- salesman --- 分销
- user --- 会员模块
- finance --- 财务组
- product --- 商品
- product_attributes --- 商品属性管理(待定)
- product_attributes_tpl --- 商品属性模板管理
- product_inventory_log --- 商品库存日志管理
- product_batch --- 商品批量处理管理
- product_services --- 商品服务
- e_card_group --- 电子卡券组
- e_card --- 电子卡券
- product_group ---商品分组
- shop_product_category ---店铺商品分类 (待定)
- price_inquiry --- 询价管理
- brand --- 品牌管理
- category --- 商品分类管理
- comment --- 商品评论管理
- product --- 商品管理
- panel --- 统计面板组
- lang --- 多语言
- login --- 登录组
- order---订单组
- msg --- 消息管理组
- 前台api
- search --- 搜索
- merchant --- 商户
- article --- 文章
- salesman --- 分销
- product --- 商品
- order --- 订单
- category --- 商品分类
- home --- 首页
- cart --- 购物车
- user --- 会员中心
- common --- 公共方法
- shop --- 店铺
- IM
- 安装
分销员明细
开发中
GET
/adminapi/salesman/salesman/statistical_details
请求参数
Query 参数
group_id
string
分组id
level
string
等级
mobile
string
手机号码
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/salesman/salesman/statistical_details?group_id=&level=&mobile='
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"code": 0,
"msg": "ok",
"data": {
"filter_result": [
{
"total_commission": 3.5,
"total_customer": 2,
"total_invite": 0,
"salesman_id": 5,
"user_id": 1,
"level": 1,
"group_id": 7,
"pid": 0,
"add_time": "2024-09-05 09:42:02",
"shop_id": 0,
"sale_amount": "4.00",
"level_text": "普通分销员",
"pay_mony": 3.5,
"order_count": 1,
"total_amount_commission": 3.5,
"refund_amount": 0,
"refund_count": 0,
"base_user_info": {
"mobile": "16607088821",
"username": "123123",
"nickname": "测试用户",
"avatar": "img/gallery/202408/1724823701LhzYgCIR7ezrU5EHoD.jpg?x-oss-process=image/resize,m_pad,h_200,h_200",
"user_id": 1,
"distribution_register_time": "2024-09-05 09:42:02"
},
"group_info": {
"group_id": 7,
"group_name": "二组"
},
"salesman_order_info": [
{
"status_text": "已结算",
"salesman_order_id": 2,
"order_id": 578,
"salesman_id": 5,
"amount": "3.50",
"status": 1,
"item_id": 663,
"order_amount": "3.50",
"add_time": "2024-09-05 13:43:55"
}
]
}
],
"filter": {
"page": 1,
"size": 15,
"sort_field": "salesman_id",
"sort_order": "desc",
"group_id": 0,
"level": 0,
"mobile": "",
"is_export": 0
},
"total": 4,
"errcode": 0,
"message": ""
}
}
🟠404失败