|
@@ -171,6 +171,6 @@ public class OrderVO {
|
|
|
@ApiModelProperty(notes = "是否首充 0 否 1 是")
|
|
|
private Integer isFirstRecharge;
|
|
|
|
|
|
- @ApiModelProperty(notes = "广告上报状态")
|
|
|
+ @ApiModelProperty(notes = "广告上报状态, 0 : 未上报, 1 : 上报成功, 2 : 上报失败")
|
|
|
private Integer callBackStatus;
|
|
|
}
|