|
@@ -28,7 +28,7 @@ public class WebBridgeController extends ApiController {
|
|
}
|
|
}
|
|
|
|
|
|
public void remoteDiagnosis() {
|
|
public void remoteDiagnosis() {
|
|
- this.redirect(WEB_BASR_URL+"/pay");
|
|
|
|
|
|
+ this.process(WEB_BASR_URL+"/pay");
|
|
}
|
|
}
|
|
|
|
|
|
private void process(String toUrl) {
|
|
private void process(String toUrl) {
|