public interface WxCpSchoolService
权限说明: 仅复学码应用可以调用
| 限定符和类型 | 方法和说明 |
|---|---|
WxCpResultList |
getHealthQrCode(@NotNull List<String> userIds,
@NotNull Integer type)
获取师生健康码
请求方式:POST(HTTPS)
请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/user/get_health_qrcode?
|
WxCpCustomizeHealthInfo |
getStudentCustomizeHealthInfo(@NotNull String date,
String nextKey,
Integer limit)
获取学生健康信息
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/user/get_student_customize_health_info?
|
WxCpCustomizeHealthInfo |
getTeacherCustomizeHealthInfo(@NotNull String date,
String nextKey,
Integer limit)
获取老师健康信息
请求方式: POST(HTTPS)
请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/user/get_teacher_customize_health_info?
|
WxCpCustomizeHealthInfo getTeacherCustomizeHealthInfo(@NotNull @NotNull String date, String nextKey, Integer limit) throws WxErrorException
date - nextKey - limit - WxErrorExceptionWxCpCustomizeHealthInfo getStudentCustomizeHealthInfo(@NotNull @NotNull String date, String nextKey, Integer limit) throws WxErrorException
date - nextKey - limit - WxErrorExceptionWxCpResultList getHealthQrCode(@NotNull @NotNull List<String> userIds, @NotNull @NotNull Integer type) throws WxErrorException
userIds - type - WxErrorExceptionCopyright © 2022. All rights reserved.