版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

访问路径:api/app/list

接口说明:获取用户的作品列表

URL结构

https://open.rabbitpre.com/api/channel/list

接口协议:HTTPS

HTTP请求方式:GET

请求参数

参数必选类型说明
channelTypefalsestring渠道类型,不穿默认为 EMPLOYEE
pageNofalseinteger页码,不传默认为1
pageSizefalseinteger每页数量,不传默认为1000,最大1000

请求示例

换行和缩进只是为了更好的展示:

https://open.rabbitpre.com/api/channel/list

返回参数

参数类型说明
channelIdlong渠道ID
orgIdstring企业id
channelNamestring渠道名称
channelTypestring渠道类型  EMPLOYEE  员工   FIXED 固定渠道

phone

string手机号码
auditStatusinteger 审核状态  1 未绑定、2 待审核、3  已激活、4审核不通过
wxOpenidstring微信openid
wxUnionidstring微信unionid
wxHeadimgurlstring微信用户头像
wxNicknamestring微信昵称
wxSexInteger 微信性别  1男  2女
deleteFlagInteger是否删除 1是 0否
createdTimelong创建时间,时间戳

返回成功示例