|
@@ -20,8 +20,18 @@ public class WebBridgeController extends ApiController {
|
|
|
}
|
|
|
|
|
|
public void examList() {
|
|
|
- System.out.println(ApiConfigKit.getApiConfig().getAppId());
|
|
|
- System.out.println(getRequest().getRequestURL().toString());
|
|
|
+// System.out.println(ApiConfigKit.getApiConfig().getAppId());
|
|
|
+// System.out.println(getRequest().getRequestURL().toString());
|
|
|
+ this.process(WEB_BASR_URL_4+"/reportList");
|
|
|
+ }
|
|
|
+
|
|
|
+ public void openAddBinding() {
|
|
|
+ this.process(WEB_BASR_URL_4+"/select");
|
|
|
+ }
|
|
|
+
|
|
|
+ public void openExamList() {
|
|
|
+// System.out.println(ApiConfigKit.getApiConfig().getAppId());
|
|
|
+// System.out.println(getRequest().getRequestURL().toString());
|
|
|
this.process(WEB_BASR_URL_4+"/reportList");
|
|
|
}
|
|
|
|