Merge remote-tracking branch 'origin/master'

This commit is contained in:
chy
2025-06-11 16:01:51 +08:00
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", "获取商户信息")
}