增加分享码查询接口,不写入操作日志表

This commit is contained in:
eafonyang
2026-06-15 17:58:14 +08:00
parent 684d6bafb8
commit fc4ec2c030
5 changed files with 191 additions and 22 deletions
+1
View File
@@ -72,6 +72,7 @@ func New(log *zap.Logger, db *sql.DB, searchClient *search.Client, rdb *redis.Cl
audio.GET("/getModelCSV", modelCSV.GetModelCSV)
audio.POST("/shareCreate", shareCode.ExportShareCode)
audio.GET("/shareList", shareCode.ListShareCodesByMac)
audio.GET("/shareQuery", shareCode.QueryShareCode)
audio.GET("/shareAccept", shareCode.ImportShareCode)
}