uniapp广告完播规则修改
This commit is contained in:
@@ -113,6 +113,7 @@ public class AppCashController {
|
|||||||
ret = cashOutService.withdraw(userId, amount, null, false);
|
ret = cashOutService.withdraw(userId, amount, null, false);
|
||||||
int code = Convert.toInt(ret.get("code"), -1);
|
int code = Convert.toInt(ret.get("code"), -1);
|
||||||
if (code == 0) {
|
if (code == 0) {
|
||||||
|
redisService.removeCanCashFlag(userId);
|
||||||
redisUtils.set(intervalKey, true, 60 * 3);
|
redisUtils.set(intervalKey, true, 60 * 3);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user