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