GET/plugin.invest-people.frontend.statistics.index
返回示例:
正确时返回:
{
"result": 1,
"msg": "",
"data": [
{
"id": 1,
"uniacid": 1,
"month": "2026-04",
"deliver_id": 1,
"member_id": 6,
"order_count": 10,
"reward_amount": "200.00",
"created_at": "2026-04-15 11:43:48",
"updated_at": "2026-04-15 11:43:48",
"deliver_name": "自提点1",
"has_one_deliver": {
"id": 1,
"uniacid": 1,
"uid": 1,
"user_uid": 45,
"realname": "经发委1",
"deliver_name": "自提点1",
"deliver_mobile": "18312687421",
"province_id": 110000,
"city_id": 110100,
"district_id": 110101,
"street_id": 110101001,
"address": "范围",
"lat": "12",
"lng": "12",
"business_hours_start": "00:00",
"business_hours_end": "24:00",
"aptitute": [
"http://43.142.236.174/static/upload/images/1/2026/03/92ff73295aca1f7114956510ae11358c.png"
],
"id_card_front": "http://43.142.236.174/static/upload/newimage/0782352afb50dbb44bab5c73ba2f9561.png",
"id_card_side": "http://43.142.236.174/static/upload/newimage/0782352afb50dbb44bab5c73ba2f9561.png",
"thumb": [
"http://43.142.236.174/static/upload/images/1/2026/03/e0a338cc3de6b9aab0d74f59b63352e2.png"
],
"remark": "",
"created_at": "1970-01-01 08:32:50",
"updated_at": "1970-01-01 08:32:50",
"deleted_at": null,
"status": 0,
"investor_uid": 6,
"web_share_url": "",
"mini_share_url": "",
"shop_pic": "http://43.142.236.174/static/upload/images/1/2025/12/0e9e829e16b542b668769abf4d879536.png",
"full_address": "北京市 北京市 东城区 东华门街道 范围",
"hide_deliver_phone": "183******21",
"category_name": "分类22",
"has_one_category_relation": {
"id": 18,
"uniacid": 1,
"package_deliver_id": 1,
"category_id": "5",
"category_ids": "5",
"created_at": "2026-04-15 11:22:47",
"updated_at": "2026-04-15 11:22:47",
"category": {
"id": 5,
"uniacid": 1,
"sort": 0,
"name": "分类22",
"is_open": 1,
"parent_id": 0,
"level": 0,
"created_at": "2026-02-04 14:02:51",
"updated_at": "2026-02-04 14:11:56",
"open_name": "开启",
"thumb_url": ""
}
}
}
}
]
}
错误时返回:
新增参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| has_one_member.nickname | string | 会员昵称 |
| deliver_name | string | 自提点名称 |
| month | string | 月份 |
| order_count | int | 订单数 |
| reward_amount | int | 贡献奖励数 |