|
|
@@ -92,9 +92,8 @@ public class WxPayController extends BaseController { |
|
|
|
String productPre = uniquePayOrderNo;//中文签名错误 |
|
|
|
//String productPre = "ParkOrderId"; |
|
|
|
SysConfig sysConfig = sysConfigService.getByKey(SysConfigConstant.sale_price, payAccount); |
|
|
|
SysConfig payCallBack = sysConfigService.getByKey(SysConfigConstant.pay_call_back, payAccount); |
|
|
|
PayAdapterResult wxResult = wxPayService.createWxPayOrder(payAccount,cAppInfo,false,false,wxCUser.getOpenId(), receiverAccount, productPre, attach, uniquePayOrderNo, Integer.parseInt(sysConfig.getConfigItemValue()), |
|
|
|
"127.0.0.1", payCallBack.getConfigItemValue(), apiKey, new Date()); |
|
|
|
"127.0.0.1", payAccount.getPayNotifyUrl(), apiKey, new Date()); |
|
|
|
if (wxResult.isSuccess()) { |
|
|
|
return new ResultData(wxResult); |
|
|
|
}else { |
|
|
|