接口说明:

    获取用户在产品中拥有的项目列表

    基本信息:

    属性
    API /api/dash/project/list
    Method GET

    请求参数:

    字段名称 参数类型 参数说明
    token String 鉴权token
    {
        token: "1503575355359c4fdea8ec1683ed10edd91ae"
    }

    成功数据返回:

    {
        code: 200,
        result: {
            list: [{
                id: 3,   //项目id
                name: "我的项目",   //项目名称
                description: "我的demo项目" //x项目
            }],
            count: 10
        }
    }