|
|
@@ -131,6 +131,7 @@ public class RegisterController {
|
|
|
*/
|
|
|
@PostMapping("/zfb/unified/pay")
|
|
|
public Result<String> zfbUnifiedPay(@RequestBody @Validated AlipayOrderDonReq re) throws Exception {
|
|
|
+ if (re.getType() == null) throw BusinessRuntimeException.getInstance("支付异常");
|
|
|
String pay_body = registerOrderDonService.zfbUnifiedPay(re).getBody();
|
|
|
// response.setContentType("text/html;charset=" + BaseZfbConfig.charset);
|
|
|
// //直接将完整的表单html输出到页面
|