房间周流水-定时任务-机器人
This commit is contained in:
@@ -55,12 +55,10 @@ public class RoomWeekDiamondRewardRecordService extends ServiceImpl<RoomWeekDiam
|
||||
}
|
||||
|
||||
private void sendRobotMsg(Integer partitionId, String statDate, Integer roomNum, BigDecimal diamondNum, BigDecimal coins) {
|
||||
String key;
|
||||
if (envComponent.getDevOrNativeEnv()) {
|
||||
key = "ce275432-117d-4016-9f24-3410f1d54e4d";
|
||||
} else {
|
||||
key = "ef5616d9-3b54-48f2-9323-7b3f4cd81673";
|
||||
if (envComponent.getDevOrNativeEnv()){
|
||||
return;
|
||||
}
|
||||
String key = "43e03004-04a4-4359-b8c0-67f621d1044b";
|
||||
PartitionEnum partitionEnum = PartitionEnum.getByPartitionId(partitionId);
|
||||
String title = "每周钻石流水金币发放";
|
||||
MarkdownMessage msg = new MarkdownMessage();
|
||||
|
Reference in New Issue
Block a user