uniapp广告完播规则修改

This commit is contained in:
张松 2025-01-16 14:47:00 +08:00
parent 81e4a0b5fc
commit c761ef7c3d
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ public class AppCashController {
ret = cashOutService.withdraw(userId, amount, null, false);
int code = Convert.toInt(ret.get("code"), -1);
if (code == 0) {
redisService.removeCanCashFlag(userId);
redisUtils.set(intervalKey, true, 60 * 3);
}
} catch (Exception e) {