首先门店对网费进行 激励设置

This commit is contained in:
2025-07-04 18:24:57 +08:00
parent 2dfe6540ae
commit db9f182226
37 changed files with 486 additions and 395 deletions

View File

@ -95,6 +95,9 @@ func init() {
{
// 获取会员
enforcer.AddPolicy("store", "/x/store/memberLevel", "GET", "获取用户会员信息")
enforcer.AddPolicy("store", "/x/store/area", "GET", "获取门店区域列表")
enforcer.AddPolicy("store", "/x/store/netfeeSetting", "GET", "获取门店网费设置")
enforcer.AddPolicy("store", "/x/store/netfeeSetting", "POST", "修改门店网费设置")
// 门店:修改
enforcer.AddPolicy("store", "/x/task/sync", "POST", "同步任务")
// 奖励类型