获取作者列表接口

接口地址

http://www.brighttj.com/api/index.php/api/user/userList

请求方式

GET / POST

入参

出参

{
    "data":{
        "userList":[
        {
            "id":"3",
            "name":"唐嘉蓉",
            "email":"[email protected]",
            "github":"saitjr",
            "articleCount":"75",
        }]
    },
    "msg":"读取成功",
    "status":1
}

字段解析

参数名称 参数含义 参数类型
userList 用户信息列表 array
id 用户id int
name 用户姓名 string
email 用户邮箱 string
github 用户Github标识 string
articleCount 发布的文章数量 int