uniapp广告完播规则修改
This commit is contained in:
parent
81e4a0b5fc
commit
c761ef7c3d
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue