新增查询门店会员列表

This commit is contained in:
chy
2025-07-04 17:07:42 +08:00
parent 7f23097976
commit 11f0af6b38
6 changed files with 50 additions and 14 deletions

View File

@ -93,7 +93,8 @@ func init() {
}
// 门店
{
// 获取会员
enforcer.AddPolicy("store", "/x/store/memberLevel", "GET", "获取用户会员信息")
// 门店:修改
enforcer.AddPolicy("store", "/x/task/sync", "POST", "同步任务")
// 奖励类型