简要描述:

  • 选择企业(公用)

请求域名:

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

请求URL:

GET/plugin/project-manager/index/business

参数:

参数名 是否必须 类型 说明
name string 企业名称

返回示例:

正确时返回:

{
	"result": 1,
	"msg": "",
	"data": {
		"list": [
			{
				"id": 7,
				"name": "广州市芸签信息科技有限公司"
			}
		]
	}
}

错误时返回:

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

list返回参数说明:用户组信息

参数名 类型 说明
id int 企业id
name string 企业名称

备注:

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