调整商户管理表

This commit is contained in:
2025-06-11 16:01:00 +08:00
parent 82d8944e7a
commit ed243f4e9d
10 changed files with 32 additions and 30 deletions

View File

@ -82,6 +82,7 @@ func init() {
}
// 商户
{
enforcer.AddPolicy("merchant", "/x/store", "GET", "根据商户 id 获取门店列表")
enforcer.AddPolicy("merchant", "/x/merchant/info", "GET", "获取商户信息")
}