fix(other): shorten room weekly reward packet id
This commit is contained in:
parent
2279f5d640
commit
9b4972f8e5
@ -253,7 +253,7 @@ public class SendRoomRedPacketCmdExe {
|
||||
}
|
||||
|
||||
private String buildRoomContributionRewardPacketId(String activityCountId) {
|
||||
return "RCWR_" + activityCountId;
|
||||
return "RW" + activityCountId.replace("_", "");
|
||||
}
|
||||
|
||||
private boolean isExpired(RoomRedPacket redPacket) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user