调整接口

This commit is contained in:
2025-06-25 19:32:18 +08:00
parent 627aa8dcda
commit 853ee2190a
22 changed files with 189 additions and 40 deletions

View File

@ -133,6 +133,8 @@ func init() {
enforcer.AddPolicy("store", "/x/store/del/*", "DELETE", "删除门店 ip信息")
enforcer.AddPolicy("store", "/x/store/updateIp", "PUT", "修改门店 ip信息")
// statistics
enforcer.AddPolicy("store", "/x/statistic/onlineDevice", "GET", "获取门店在线设备列表")
}
// 商户
{