月充值档位,周充值不推企业微信
This commit is contained in:
@@ -76,7 +76,7 @@ public class ActivityOfChargeMonthService {
|
||||
*/
|
||||
private final int expire = 60;
|
||||
|
||||
private final long QYWX_SEND_AMOUNT = 300L;
|
||||
private final long QYWX_SEND_AMOUNT = 3000L;
|
||||
|
||||
|
||||
//添加榜单数据
|
||||
@@ -397,7 +397,7 @@ public class ActivityOfChargeMonthService {
|
||||
? "5a7efcd5-ec56-47cf-a23a-26d6b0768505"
|
||||
: "2beffcb8-6b5c-4745-a474-ad9384a98bcc";
|
||||
PartitionEnum partitionEnum = PartitionEnum.getByPartitionId(partitionId);
|
||||
String title = "eparty周充值额度300/500/1000/3000/5000/8000/10000达标(" + partitionEnum.getDesc() + "区)";
|
||||
String title = "eparty周充值额度3000/5000/8000/10000/20000达标(" + partitionEnum.getDesc() + "区)";
|
||||
MarkdownMessage msg = new MarkdownMessage();
|
||||
msg.add(MarkdownMessage.getHeaderText(3, title));
|
||||
msg.add(MarkdownMessage.getReferenceText("用户ID: " + users.getErbanNo()));
|
||||
|
@@ -108,7 +108,7 @@ public class ActivityOfChargeService {
|
||||
|
||||
ActivityDiffExpVo diffExpVo = getDiffExpVo(aDouble, partitionId);
|
||||
addActivityUsers(diffExpVo.getLevel(), uid, partitionId, currentDate);
|
||||
sendLevelUpQYWXKey(currentDate, users, uid, diffExpVo.getLevel(), (long)Math.floor(aDouble));
|
||||
// sendLevelUpQYWXKey(currentDate, users, uid, diffExpVo.getLevel(), (long)Math.floor(aDouble));
|
||||
} catch (Exception e) {
|
||||
log.error("ActivityOfChargeService.addTotalNum:uid:{},totalNum:{},e:{}", uid, goldNum.toString(), e.getMessage(), e);
|
||||
}
|
||||
|
Reference in New Issue
Block a user