mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2676 【企业微信】增加家校应用-复学码接口支持
This commit is contained in:
@@ -177,6 +177,10 @@ public interface WxCpApiPathConsts {
|
||||
String GET_HEALTH_REPORT_STAT = "/cgi-bin/health/get_health_report_stat";
|
||||
String GET_REPORT_JOBIDS = "/cgi-bin/health/get_report_jobids";
|
||||
String GET_REPORT_JOB_INFO = "/cgi-bin/health/get_report_job_info";
|
||||
|
||||
String GET_TEACHER_CUSTOMIZE_HEALTH_INFO = "/cgi-bin/school/user/get_teacher_customize_health_info";
|
||||
String GET_STUDENT_CUSTOMIZE_HEALTH_INFO = "/cgi-bin/school/user/get_student_customize_health_info";
|
||||
String GET_HEALTH_QRCODE = "/cgi-bin/school/user/get_health_qrcode";
|
||||
}
|
||||
|
||||
interface Living {
|
||||
|
||||
Reference in New Issue
Block a user