简要描述:

  • 设置工号

请求域名:

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

请求URL:

POST/plugin/OutboundSystem/staffAgent/setAgent

参数:

参数名 是否必须 类型 说明
staff_id int 员工id
agent_no string 员工工号

返回示例:

正确时返回:

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

错误时返回:

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

备注:

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