|
@@ -16,13 +16,13 @@ public class WebBridgeController extends ApiController {
|
|
|
|
|
|
|
|
|
public void addBinding() {
|
|
|
- this.process(WEB_BASR_URL+"/bind");
|
|
|
+ this.process(WEB_BASR_URL_4+"/select");
|
|
|
}
|
|
|
|
|
|
public void examList() {
|
|
|
System.out.println(ApiConfigKit.getApiConfig().getAppId());
|
|
|
System.out.println(getRequest().getRequestURL().toString());
|
|
|
- this.process(WEB_BASR_URL+"/reportList");
|
|
|
+ this.process(WEB_BASR_URL_4+"/reportList");
|
|
|
}
|
|
|
|
|
|
public void aboutUs() {
|