|
@@ -60,6 +60,10 @@ public class WebBridgeController extends ApiController {
|
|
public void qatest() {
|
|
public void qatest() {
|
|
this.process("https://question.pacsonline.cn/#/home");
|
|
this.process("https://question.pacsonline.cn/#/home");
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ public void valuedetail() {
|
|
|
|
+ this.process("https://wc4.pacsonline.cn/value/#/detail/" + this.getPara("id"));
|
|
|
|
+ }
|
|
public void valuetest() {
|
|
public void valuetest() {
|
|
this.process("https://wc4.pacsonline.cn/value/#/home");
|
|
this.process("https://wc4.pacsonline.cn/value/#/home");
|
|
}
|
|
}
|