记得上下班打卡 | git大法好,push需谨慎

Commit d31396e3 authored by 胡佳晨's avatar 胡佳晨

修改 config

parent 41ac779f
...@@ -11,4 +11,4 @@ liquidnet: ...@@ -11,4 +11,4 @@ liquidnet:
spring: spring:
profiles: profiles:
include: client-admin-web include: client-admin-web
\ No newline at end of file
...@@ -54,8 +54,8 @@ liquidnet: ...@@ -54,8 +54,8 @@ liquidnet:
url: http://testservice.zhengzai.tv/ url: http://testservice.zhengzai.tv/
order: order:
url-pay: url-pay:
pay: http://testdragon.zhengzai.tv/ pay: http://devdragon.zhengzai.tv/dragon/pay/dragonPay
check: http://testdragon.zhengzai.tv/order/verify check: http://devdragon.zhengzai.tv/dragon/pay/checkOrder
localUrl: http://testorder.zhengzai.tv/order/order/syncOrder localUrl: http://testorder.zhengzai.tv/order/order/syncOrder
url-service: url-service:
url: http://testservice.zhengzai.tv/ url: http://testservice.zhengzai.tv/
......
...@@ -556,7 +556,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ ...@@ -556,7 +556,7 @@ public class KylinOrderTicketsServiceImpl implements IKylinOrderTicketsOrderServ
currentTime = System.currentTimeMillis(); currentTime = System.currentTimeMillis();
String returnData = HttpUtil.post(payUrl, httpData); String returnData = HttpUtil.post(payUrl, httpData);
log.debug("httpData = " + JSON.toJSONString(httpData)); // log.debug("httpData = " + JSON.toJSONString(httpData));
currentTime = System.currentTimeMillis() - currentTime; currentTime = System.currentTimeMillis() - currentTime;
log.debug("调用 PHP 支付 -> time:" + (currentTime) + "毫秒"); log.debug("调用 PHP 支付 -> time:" + (currentTime) + "毫秒");
PayResultVo payResultVo = JsonUtils.fromJson(returnData, PayResultVo.class); PayResultVo payResultVo = JsonUtils.fromJson(returnData, PayResultVo.class);
......
...@@ -16,4 +16,4 @@ spring: ...@@ -16,4 +16,4 @@ spring:
name: ${spring.application.name} #默认为spring.application.name name: ${spring.application.name} #默认为spring.application.name
discovery: discovery:
enabled: true enabled: true
service-id: liquidnet-support-config service-id: liquidnet-support-config
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment