|
@@ -27,6 +27,10 @@ public class WebBridgeController extends ApiController {
|
|
|
this.redirect("http://wechat.pacsonline.cn/pacs_online/html/aboutAs_zskk.html");
|
|
|
}
|
|
|
|
|
|
+ public void payTest() {
|
|
|
+ this.redirect(WEB_BASR_URL+"/pay");
|
|
|
+ }
|
|
|
+
|
|
|
private void process(String toUrl) {
|
|
|
try {
|
|
|
System.out.println(toUrl);
|