支付宝条码付修复

This commit is contained in:
egzosn@gmail.com
2017-05-11 10:16:18 +08:00
parent 86da0e8c6e
commit 38eb071d35

View File

@@ -379,7 +379,7 @@ public class AliPayService extends BasePayService {
// content.put("biz_content", orderInfo.remove("biz_content"));
//预订单
JSONObject result = getHttpRequestTemplate().postForObject(getReqUrl() + "?" + UriVariables.getMapToParameters(orderInfo), null, JSONObject.class);
JSONObject response = result.getJSONObject("alipay_trade_precreate_response");
JSONObject response = result.getJSONObject("alipay_trade_pay_response");
if ("10000".equals(response.getString("code"))){
return response;
}