新增获取门店网费奖励信息列表

This commit is contained in:
chy
2025-07-05 16:47:24 +08:00
parent 6bc186242b
commit e71bbc6587
10 changed files with 118 additions and 5 deletions

View File

@ -115,6 +115,9 @@ func init() {
enforcer.AddPolicy("store", "/x/reward/taskReward", "POST", "添加/删除门店任务奖励")
enforcer.AddPolicy("store", "/x/upload/reward", "POST", "上传奖励图片")
// 获取网费奖励列表
enforcer.AddPolicy("store", "/x/reward/netfeeList", "GET", "获取门店网费奖励信息列表")
// 门店角色
enforcer.AddPolicy("store", "/x/store/role", "GET", "获取门店角色列表")
enforcer.AddPolicy("store", "/x/store/role", "POST", "添加门店角色")