[fix]修改红包的状态枚举,解决无法领红包的问题
This commit is contained in:
parent
e9a8be0e1b
commit
1cee8788f2
@ -13,6 +13,7 @@ public enum RedPacketStatus {
|
||||
private int code;
|
||||
|
||||
RedPacketStatus(int code) {
|
||||
this.code=code;
|
||||
}
|
||||
|
||||
public int getCode() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user