🆕 #2689【企业微信】增加获取用户填写答案的接口

This commit is contained in:
0katekate0
2022-06-10 14:38:25 +08:00
committed by GitHub
parent 508d053ed3
commit bb8c82d25c
5 changed files with 144 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ 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_REPORT_ANSWER = "/cgi-bin/health/get_report_answer";
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";