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

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

修改 微信支付

parent 9293cf28
...@@ -18,9 +18,9 @@ public class GoblinPayInnerResultVo implements Serializable, Cloneable { ...@@ -18,9 +18,9 @@ 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; private String msg;
public Object getMsg() { public String getMsg() {
return msg == null ? "" : msg; return msg == null ? "" : msg;
} }
......
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