@@ -88,6 +88,9 @@ public class WebBridgeController extends ApiController {
this.process(WEB_BASR_URL_4+"/reportInfo/report?report_id=" + this.getPara("report_id") + "&exam_id=" + this.getPara("exam_id"));
}
+ public void wxTest() {
+ this.process("https://zskk-value.oss-cn-beijing.aliyuncs.com/20251209.jpg");
+ }
public void localReport2() {
// this.renderText(WEB_BASR_URL_4+"/reportInfo/report?report_id="+ this.getPara("report_id"));
this.process2(WEB_BASR_URL_4+"/reportInfo/report?report_id=" + this.getPara("report_id"));
@@ -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;