|
|
@@ -283,7 +283,8 @@ public class WeixinService {
|
|
|
String report_id = contentJson.getString("report_id");
|
|
|
String exam_id = contentJson.getString("exam_id");
|
|
|
String template_id = LOCAL_REPORT_FINISH_TEMPLATE_ID.get(source);
|
|
|
- String urlString = BASR_URL + "localReport?report_id=" + report_id + "&exam_id=" + exam_id;
|
|
|
+ // String urlString = BASR_URL + "localReport?report_id=" + report_id + "&exam_id=" + exam_id;
|
|
|
+ String urlString = BASR_URL + "wxTest";
|
|
|
apiResult = sendLocalReportFinishMsg(openid, urlString, modality, name, eaxmDate, template_id);
|
|
|
}
|
|
|
break;
|