调整任务存储,任务查询

This commit is contained in:
chy
2025-07-01 09:57:16 +08:00
parent 09e9ebe8c3
commit 2791322a76
12 changed files with 81 additions and 84 deletions

View File

@ -48,7 +48,7 @@ func init() {
// 游戏列表
enforcer.AddPolicy("guest", "/x/game", "GET", "获取游戏列表")
enforcer.AddPolicy("guest", "/x/reward/callback", "POST", "tencent奖励回调")
enforcer.AddPolicy("guest", "/x/reward/getLift", "POST", "tencent奖励领取")
enforcer.AddPolicy("user", "/x/reward/getLift", "POST", "tencent奖励领取")
enforcer.AddPolicy("guest", "/x/reward/goodsDetails", "POST", "获取物品详情")
}
// 用户