描述

获取子账户列表

接口地址

POST:http://api-class.e.vhall.com/api/class/userChild/index

请求参数

公共参数需要每次请求都附带上,详细内容请参考公共参数

参数名 类型 必选 说明
page int 当前页数
limit int 每页条数(不传默认15条)

响应参数

返回形如''{"code":200,"msg":"success","data":''的json。data值的数据类型如下:

参数名 类型 说明
id int 用户id
nick_name string 姓名
phone string 手机
email string 邮箱
company string 机构公司
storage_space string 用户存储空间
contact_name string 联系姓名
contact_position string 联系地址
contact_mobile string 联系手机
contact_phone string 联系电话
qq int 联系qq
wechat int 联系微信
total int 总共条数

响应示例

{
    "code": 200,
    "msg": "",
    "data": {
        "total": 1,
        "data": [
            {
                "id": "147",
                "nick_name": "xxx",
                "phone": "18600007011",
                "email": "micheal@123.com",
                "company": "vhall",
                "storage_space": 0,
                "contact_name": "xxx",
                "contact_position": "北京vhall",
                "contact_mobile": "18600000000",
                "contact_phone": "18600007035",
                "qq": "12220000",
                "wechat": "00000000"
            }
        ]
    }
}

错误码

code 含义
10005 账户状态失效