Selaa lähdekoodia

快捷支付回调

xiongzhu 4 vuotta sitten
vanhempi
commit
5eca3ea44e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/java/com/izouma/nineth/service/SandPayService.java

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

@@ -269,7 +269,7 @@ public class SandPayService {
         extend.put("id", orderId);
 
         JSONObject res = requestQuick(orderId.toString(), order.getTotalPrice(), order.getName(), order.getName(),
-                180, extend.toJSONString(), generalProperties.getHost() + "/orderDetail?id=" + orderId);
+                180, extend.toJSONString(), generalProperties.getHost() + "/9th/orderDetail?id=" + orderId);
         if (res == null)
             throw new BusinessException("下单失败,请稍后再试");