简要描述:

  • 新增项目列表

请求域名:

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

请求URL:

POST/plugin/project-manager/projectList/store

参数:

参数名 是否必须 类型 说明
list_name] string 列表名称
list_id int 在xx项目列表id之后/之前
sort_type int 之后0,之前1
project_id int 项目id

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "创建成功",
	"data": []]

错误时返回:

{
  "result": 0,
  "msg": "创建失败",
  "data": []
}

备注:

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