API接口文档

我的团队

创建于 2021-10-14 / 最近更新于 2021-10-14 / 1325
字体: [默认] [大] [更大]

简要描述

我的团队

接口版本

版本号 制定人 制定日期 修订日期
1.0.0 Devil 2020-09-29

请求URL

plugins/index&pluginsname=distribution&pluginscontrol=team&pluginsaction=index

请求方式

POST

公共参数

参数名 是否必须 类型 默认值 描述
application string web 请求应用、参考公共中详解
application_client_type string pc 请求客户端、参考公共中详解
token string token

请求参数

{
    "page": 1
}
参数名 是否必须 类型 默认值 描述
page int 分页值

返回示例

正确时返回

{
    "msg": "success",
    "code": 0,
    "data": {
        "total": 1,
        "page_total": 1,
        "data": [
            {
                "id": "672",
                "username": "kkkkkk",
                "nickname": "",
                "mobile": "",
                "email": "",
                "avatar": "https://d1.shopxo.vip/static/index/default/images/default-user-avatar.jpg",
                "add_time": "1630819731",
                "add_time_text": "2021-09-05 13:28:51",
                "mobile_security": "",
                "email_security": "",
                "user_name_view": "kkkkkk",
                "add_time_time": "2021-09-05 13:28:51",
                "referrer_count": 0,
                "find_order_total": "0.00",
                "order_total": "1857.60"
            }
        ]
    }
}

错误时返回

{
    "msg": "error",
    "code": -1,
    "data": []
}

返回参数说明 -> data

参数名 是否必须 类型 描述
page_total int 分页总数
total int 数据总数
data array 数据列表

备注

更多返回错误代码请看首页的错误代码描述

0 人点赞过