主要使用场景:用户信息接口7.0
根据组织编号获取组织的家长信息
无
url | https://opengate-basic.cq.smartedu.cn/user/openapi/user/get-org-parents-list?accessToken={{accessToken}} |
请求方式 | post |
是否需要鉴权 | 是 |
请求数限制 | 否 |
接口方向 | 第三方应用->开放平台 |
序号 | 字段名 | 约束 | 类型 | 长度 | 说明 |
---|---|---|---|---|---|
1 |
top_org_id |
必选 |
string |
学校id | |
2 |
org_id |
可选 |
array |
班级id | |
3 |
page |
必选 |
int |
页码 | |
4 |
page_size |
必选 |
int |
每页条数,最大100条 |
序号 | 字段名 | 约束 | 类型 | 长度 | 说明 |
---|---|---|---|---|---|
1 |
code |
必选 |
string |
结果编码 | |
2 |
message |
必选 |
string |
结果描述 | |
3 |
result |
必选 |
json |
结果对象 | |
3.1 |
page |
必选 |
int |
页码 | |
3.2 |
page_size |
必选 |
int |
每页条数 | |
3.3 |
count |
必选 |
int |
数量 | |
3.4.1 |
user_id |
必选 |
string |
用户id | |
3.4.2 |
platform_code |
必选 |
string |
平台编码 | |
3.4.3 |
user_type |
必选 |
int |
用户类型:家长2 | |
3.4.4 |
name |
必选 |
string |
用户名字 | |
3.4.7 |
avatar |
必选 |
json数组 |
图像 |
请求示例 https://opengate-basic.cq.smartedu.cn/user/openapi/user/get-org-parents-list?accessToken={{accessToken}} { "top_org_id": "4b50aac88c4211e9a6de0200f723bcf3", "org_id":["78e7af928c4511e9a0120200f759ba3a"], "page_size":2 } 返回参数 { "code": "000000", "message": "成功", "result": { "count": 26, "page": 1, "page_size": 2, "member_list": [ { "user_id": "7b19f05e963111e9b0f50200f7bb5994", "platform_code": "888888", "user_type": 2, "name": "胡小超", "phone": "", "email": "", "avatar": { "1": "", "2": "", "3": "" } }, { "user_id": "0e547768965a11e9b3710200f7f1a0a0", "platform_code": "888888", "user_type": 2, "name": "紫薇", "phone": "", "email": "", "avatar": { "1": "", "2": "", "3": "" } } ] }
序号 | 字段名 | 约束 | 类型 | 长度 | 说明 |
---|---|---|---|---|---|
1 |
msgType |
必选 |
String |
10 |
消息类型,此时固定为:text |
1.1 |
text |
必选 |
Json |
- |
text消息体 |
1.1.1 |
content |
必选 |
String |
消息内容 |
{ "msgtype": "text", "text": { "content": "zhxy msg text test 12" } }
序号 | 字段名 | 约束 | 类型 | 长度 | 说明 |
---|---|---|---|---|---|
1 |
msgType |
必选 |
String |
10 |
消息类型,此时固定为:link |
2 |
link |
必选 |
Json |
- |
link消息体 |
2.1 |
pcUrl |
必选 |
String |
PC端消息点击链接地址 |
|
2.2 |
appUrl |
必选 |
String |
移动客户端点击消息时跳转到的H5地址 |
|
2.3 |
title |
必选 |
String |
消息标题 |
|
2.4 |
busiId |
必选 |
String |
对应业务的id |
|
2.5 |
content |
必选 |
String |
消息描述 |
|
2.6 |
picUrl |
必选 |
String |
图文消息的图片链接,支持JPG、PNG格式,较好的效果为大图640*320,小图80*80。如不填,在客户端不显示图片 |
{ "msgtype": "link", "link": { "pcUrl": "http://www.baidu.com", "appUrl": "http://www.baidu.com", "picUrl": "http://xxx.yyy.com/zzz.jpg", "content": "百度一下", "title": "百度", "busiId":"AQWER1234" } }
序号 | 字段名 | 约束 | 类型 | 长度 | 说明 |
---|---|---|---|---|---|
1 |
msgType |
必选 |
String |
10 |
消息类型,此时固定为:oa |
2 |
busiId |
必选 |
String |
- |
该条oa消息在业务系统对应的id |
3 |
pcUrl |
必选 |
String |
消息点击链接地址 |
|
4 |
appUrl |
必选 |
String |
移动客户端点击消息时跳转到的H5地址 |
|
5 |
oa |
必选 |
Json |
- |
oa类型消息体 |
5.1 |
head |
必选 |
Json |
255 |
消息头部Json |
5.1.1 |
text |
必选 |
String |
255 |
消息的头部标题 |
5.1.2 |
bgColor |
可选 |
String |
消息头部的背景颜色。长度限制为8个英文字符,其中前2为表示透明度,后6位表示颜色值。不要添加0x。默认值:FFCC0000 |
|
5.2 |
body |
可选 |
Json |
消息体 |
|
5.2.1 |
title |
可选 |
String |
消息体的标题 |
|
5.2.2 |
content |
可选 |
String |
消息体的正文 |
|
5.2.3 |
imageUrl |
可选 |
String |
消息体中的图片url |
|
5.2.4 |
fileCount |
可选 |
String |
自定义的附件数目。此数字仅供显示,不作验证 |
|
5.2.5 |
author |
可选 |
String |
自定义的作者名字 |
|
5.2.6 |
form |
可选 |
Json数组 |
消息体的表单,最多6个 |
|
5.2.7 |
key |
可选 |
String |
消息体的关键字 |
|
5.2.8 |
value |
可选 |
String |
消息体的关键字对应的值 |