mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-03-01 15:52:14 +00:00
split my from admin
This commit is contained in:
@@ -13,7 +13,7 @@ type ShareRecord struct {
|
||||
}
|
||||
|
||||
// List 分享记录列表
|
||||
// @Tags 我的
|
||||
// @Tags 我的分享记录
|
||||
// @Summary 分享记录列表
|
||||
// @Description 分享记录列表
|
||||
// @Accept json
|
||||
@@ -38,7 +38,7 @@ func (sr *ShareRecord) List(c *gin.Context) {
|
||||
}
|
||||
|
||||
// Delete 分享记录删除
|
||||
// @Tags 我的
|
||||
// @Tags 我的分享记录
|
||||
// @Summary 分享记录删除
|
||||
// @Description 分享记录删除
|
||||
// @Accept json
|
||||
|
||||
Reference in New Issue
Block a user