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

Commit 533d10e0 authored by 胡佳晨's avatar 胡佳晨

提交 商城下单 增加msg字段

parent 61058328
...@@ -18,6 +18,11 @@ public class GoblinPayInnerResultVo implements Serializable, Cloneable { ...@@ -18,6 +18,11 @@ public class GoblinPayInnerResultVo implements Serializable, Cloneable {
private String returnUrl; private String returnUrl;
private BigDecimal price; private BigDecimal price;
private Object payData; private Object payData;
private Object msg;
public Object getMsg() {
return msg == null ? "" : msg;
}
private static final GoblinPayInnerResultVo obj = new GoblinPayInnerResultVo(); private static final GoblinPayInnerResultVo obj = new GoblinPayInnerResultVo();
......
...@@ -20,8 +20,8 @@ liquidnet: ...@@ -20,8 +20,8 @@ liquidnet:
# username: admin # username: admin
# password: admin # password: admin
config: config:
# location: /Users/hujiachen/IdeaProjects/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config location: /Users/hujiachen/IdeaProjects/liquidnet-bus-v1/liquidnet-bus-config/liquidnet-config
location: /app/support-config # location: /app/support-config
# end-dev-这里是配置信息基本值 # end-dev-这里是配置信息基本值
spring: spring:
......
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