文档
测试

我的粉丝

GET
/api/distion

请求参数

参数名
类型
描述
必填
page
int
当前页
必填

响应参数

参数名
类型
描述
必填
fans
object
粉丝数据
必填
current_page
int
当前页
必填
last_page
int
最后一页
必填
data
array
粉丝数据
必填
id
int
用户id
必填
info
object
用户信息
必填
username
string
用户名
必填
img_http
string
头像地址
必填

说明 / 示例

{ "fans": { "current_page": 1, "data": [ { "id": 4, "openid": "dsf34r5erfk34ti8dfk34o", "created_at": "2022-07-26 14:59:21", "updated_at": "2022-07-26 14:59:21", "recom_id": 1, "info": { "id": 2, "img": null, "username": "bbb", "level_id": 0, "integral": "10.00", "user_id": 4, "card_num": null, "ewm_img": null, "consumption": 0, "birth": null, "identity": null, "address": null, "area": null, "email": null, "sex": 0, "username_code": "bbb", "consume_integral": 0, "lower_consume_integral": 0, "img_http": "" } } ], "first_page_url": "http://127.0.0.77/api/distion?page=1", "from": 1, "last_page": 1, "last_page_url": "http://127.0.0.77/api/distion?page=1", "next_page_url": null, "path": "http://127.0.0.77/api/distion", "per_page": 10, "prev_page_url": null, "to": 1, "total": 1 } }