|
@@ -39,8 +39,7 @@ public class JhController {
|
|
|
|
|
|
@RequestMapping(value = "init-pay")
|
|
@RequestMapping(value = "init-pay")
|
|
public AjaxJson prePay( HttpServletRequest request) throws Exception {
|
|
public AjaxJson prePay( HttpServletRequest request) throws Exception {
|
|
- jhService.initPay(request);
|
|
|
|
- return null;
|
|
|
|
|
|
+ return AjaxJson.getSuccessData(jhService.initPay(request));
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|