提交 98349c2a authored 作者: zhouzhigang's avatar zhouzhigang

--no commit message

上级 732bbc87
...@@ -14,7 +14,18 @@ public class PayInfoVo { ...@@ -14,7 +14,18 @@ public class PayInfoVo {
@ApiModelProperty("失败原因") @ApiModelProperty("失败原因")
private String message; private String message;
@ApiModelProperty("订单id")
private Integer orderId;
public PayInfoVo(Boolean isPay, String code_url, String message, Integer orderId) {
super();
this.isPay = isPay;
this.code_url = code_url;
this.message = message;
this.orderId = orderId;
}
public PayInfoVo(Boolean isPay, String code_url, String message) { public PayInfoVo(Boolean isPay, String code_url, String message) {
super(); super();
this.isPay = isPay; this.isPay = isPay;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论