简要描述:

  • 标签列表

请求域名:

  • https://dev8.yunzmall.com/business/1/

请求URL:

GET/plugin/project-manager/task/label/list

参数:

参数名 是否必须 类型 说明

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "list",
    "data": [
        {
            "id": 1,
            "name": "测试",
            "style_color": ""
        }
    ]
}

错误时返回:

{
  "result": 0,
  "msg": "",
  "data": []
}

data参数说明

参数名 类型 说明
id int 标签ID
name string 标签名称
style_color string 标签颜色

备注:

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