调整商户管理表
This commit is contained in:
@ -82,6 +82,7 @@ func init() {
|
||||
}
|
||||
// 商户
|
||||
{
|
||||
enforcer.AddPolicy("merchant", "/x/store", "GET", "根据商户 id 获取门店列表")
|
||||
enforcer.AddPolicy("merchant", "/x/merchant/info", "GET", "获取商户信息")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user