chore: remove deperecated api

This commit is contained in:
Steven
2023-11-22 20:26:26 +08:00
parent 2f30162add
commit 01e49e23b5
17 changed files with 0 additions and 1980 deletions

View File

@@ -1,12 +0,0 @@
package v1
type ActivityShorcutCreatePayload struct {
ShortcutID int32 `json:"shortcutId"`
}
type ActivityShorcutViewPayload struct {
ShortcutID int32 `json:"shortcutId"`
IP string `json:"ip"`
Referer string `json:"referer"`
UserAgent string `json:"userAgent"`
}