public class WxCpSchoolServiceImpl extends Object implements WxCpSchoolService
| 构造器和说明 | 
|---|
| WxCpSchoolServiceImpl() | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| WxCpLivingResult | deleteReplayData(String livingId)删除直播回放
 请求方式: POST(HTTPS)
 请求地址: https://qyapi.weixin.qq.com/cgi-bin/living/delete_replay_data? | 
| WxCpResultList | getHealthQrCode(List<String> userIds,
               Integer type)获取师生健康码
 请求方式:POST(HTTPS)
 请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/user/get_health_qrcode? | 
| WxCpSchoolLivingInfo | getLivingInfo(String livingId)获取直播详情
 请求方式:GET(HTTPS)
 请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/living/get_living_info? | 
| WxCpPaymentResult | getPaymentResult(String paymentId)获取学生付款结果
 请求方式: POST(HTTPS)
 请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/get_payment_result? | 
| WxCpCustomizeHealthInfo | getStudentCustomizeHealthInfo(String date,
                             String nextKey,
                             Integer limit)获取学生健康信息
 请求方式: POST(HTTPS)
 请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/user/get_student_customize_health_info? | 
| WxCpCustomizeHealthInfo | getTeacherCustomizeHealthInfo(String date,
                             String nextKey,
                             Integer limit)获取老师健康信息
 请求方式: POST(HTTPS)
 请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/user/get_teacher_customize_health_info? | 
| WxCpTrade | getTrade(String paymentId,
        String tradeNo)获取订单详情
 请求方式: POST(HTTPS)
 请求地址: https://qyapi.weixin.qq.com/cgi-bin/school/get_trade? | 
| WxCpSchoolUnwatchStat | getUnwatchStat(String livingId,
              String nextKey)获取未观看直播统计
 通过该接口可以获取未观看直播的学生统计,学生的家长必须是已经关注「学校通知」才会纳入统计范围。 | 
| WxCpLivingResult.LivingIdResult | getUserAllLivingId(String userId,
                  String cursor,
                  Integer limit)获取老师直播ID列表
 通过此接口可以获取指定老师的所有直播ID
 
 请求方式:POST(HTTPS)
 请求地址:https://qyapi.weixin.qq.com/cgi-bin/living/get_user_all_livingid? | 
| WxCpSchoolWatchStat | getWatchStat(String livingId,
            String nextKey)获取观看直播统计
 通过该接口可以获取所有观看直播的人员统计
 
 请求方式:POST(HTTPS)
 请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/living/get_watch_stat? | 
public WxCpCustomizeHealthInfo getTeacherCustomizeHealthInfo(String date, String nextKey, Integer limit) throws WxErrorException
WxCpSchoolServicegetTeacherCustomizeHealthInfo 在接口中 WxCpSchoolServicedate - the datenextKey - the next keylimit - the limitWxErrorException - the wx error exceptionpublic WxCpCustomizeHealthInfo getStudentCustomizeHealthInfo(String date, String nextKey, Integer limit) throws WxErrorException
WxCpSchoolServicegetStudentCustomizeHealthInfo 在接口中 WxCpSchoolServicedate - the datenextKey - the next keylimit - the limitWxErrorException - the wx error exceptionpublic WxCpResultList getHealthQrCode(List<String> userIds, Integer type) throws WxErrorException
WxCpSchoolServicegetHealthQrCode 在接口中 WxCpSchoolServiceuserIds - the user idstype - the typeWxErrorException - the wx error exceptionpublic WxCpPaymentResult getPaymentResult(String paymentId) throws WxErrorException
WxCpSchoolServicegetPaymentResult 在接口中 WxCpSchoolServicepaymentId - the payment idWxErrorException - the wx error exceptionpublic WxCpTrade getTrade(String paymentId, String tradeNo) throws WxErrorException
WxCpSchoolServicegetTrade 在接口中 WxCpSchoolServicepaymentId - the payment idtradeNo - the trade noWxErrorException - the wx error exceptionpublic WxCpSchoolLivingInfo getLivingInfo(String livingId) throws WxErrorException
WxCpSchoolServicegetLivingInfo 在接口中 WxCpSchoolServicelivingId - the living idWxErrorException - the wx error exceptionpublic WxCpLivingResult.LivingIdResult getUserAllLivingId(String userId, String cursor, Integer limit) throws WxErrorException
WxCpSchoolService请求方式:POST(HTTPS) 请求地址:https://qyapi.weixin.qq.com/cgi-bin/living/get_user_all_livingid?access_token=ACCESS_TOKEN
getUserAllLivingId 在接口中 WxCpSchoolServiceuserId - the user idcursor - the cursorlimit - the limitWxErrorException - the wx error exceptionpublic WxCpSchoolWatchStat getWatchStat(String livingId, String nextKey) throws WxErrorException
WxCpSchoolService请求方式:POST(HTTPS) 请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/living/get_watch_stat?access_token=ACCESS_TOKEN
getWatchStat 在接口中 WxCpSchoolServicelivingId - the living idnextKey - the next keyWxErrorException - the wx error exceptionpublic WxCpSchoolUnwatchStat getUnwatchStat(String livingId, String nextKey) throws WxErrorException
WxCpSchoolService请求方式:POST(HTTPS) 请求地址:https://qyapi.weixin.qq.com/cgi-bin/school/living/get_unwatch_stat?access_token=ACCESS_TOKEN
getUnwatchStat 在接口中 WxCpSchoolServicelivingId - the living idnextKey - the next keyWxErrorException - the wx error exceptionpublic WxCpLivingResult deleteReplayData(String livingId) throws WxErrorException
WxCpSchoolServicedeleteReplayData 在接口中 WxCpSchoolServicelivingId - the living idWxErrorException - the wx error exceptionCopyright © 2024. All rights reserved.