licailing 4 anni fa
parent
commit
cb931c7678

+ 1 - 1
src/main/java/com/izouma/nineth/service/SandPayService.java

@@ -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("下单失败,请稍后再试");