文档
测试

网点角色列表

POST
http://[域名]/syscfg/localrolelist

接口描述

网点角色列表

请求参数

参数名
类型
描述
必填
appid
string
系统分配给第三方的接入应用编码,示例:1234567890
必填
token
string
接入签名,示例:45879541235derderedew
必填
timestamp
string
时间戳,格式为:yyyymmddhhmmss,如:20200118122652
必填
opertoken
string
身份操作凭证
必填
pageindex
int
当前页码
必填
pageeachnum
int
每页显示的数量
必填
invalue
string
姓名或手机号码
可选
localid
string
网点编码
可选
accountid
string
会员账户ID,示例:2025645
可选
usertype
string
用户属性 0:教师 1:学校负责人 2:配送员 3:业务员
可选
cityid
string
地市编码
可选
districtid
string
街道/乡镇编码
可选
bucuid
string
运营商编号
可选

请求数据示例

{ "appid":"1234567890", "token":"45879541235derderedew", "timestamp":"20200118122613", "opertoken":"123456eerwdfe", "pageindex":1, "pageeachnum":20 }

响应参数

参数名
类型
描述
必填
errcode
string
错误代码,示例:0
必填
errmsg
string
错误信息,示例:成功
必填
recordcount
string
记录数量,为0表示列表没有数据
必填
pageindex
int
当前页码
必填
pagetotalnum
int
总页数
必填
listinfo
必填
accountid
string
教师账号号
必填
username
string
教师名称
必填
phone
string
联系电话
必填
usertype
string
用户属性 0:教师 1:学校负责人 2:配送员 3:业务员
必填
createtime
string
创建时间
必填
state
string
状态 0:有效 1:无效
必填
localid
string
网点编码
必填
localname
string
网点名称
必填

响应成功示例

{ "errcode":"0", "errmsg":"成功", "recordcount":"1", "listinfo":[{ "accountid":"123423", "username":"张老师", "phone":"13698789562", "usertype":"1", "createtime":"2021-06-12 12:23:35", "state":"0", "localid":"120", "localname":"实验小学" } ] }

响应失败示例

{ "errcode":"1", "errmsg":"参数无效" }