|
|
@@ -296,7 +296,7 @@ public class SandPayService {
|
|
|
extend.put("type", "auctionOrder");
|
|
|
extend.put("id", orderId);
|
|
|
|
|
|
- JSONObject res = requestAlipay(orderId.toString(), order.getTotalPrice(), "拍卖:" + order.getAuctionId(),
|
|
|
+ JSONObject res = requestAlipayRaw(orderId.toString(), order.getTotalPrice(), "拍卖:" + order.getAuctionId(),
|
|
|
"拍卖:" + order.getName(), 180, extend.toJSONString());
|
|
|
if (res == null)
|
|
|
throw new BusinessException("下单失败,请稍后再试");
|