Explorar el Código

快捷支付回调

xiongzhu hace 4 años
padre
commit
5eca3ea44e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
         extend.put("id", orderId);
 
 
         JSONObject res = requestQuick(orderId.toString(), order.getTotalPrice(), order.getName(), order.getName(),
         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)
         if (res == null)
             throw new BusinessException("下单失败,请稍后再试");
             throw new BusinessException("下单失败,请稍后再试");