mirror of
https://github.com/bestnite/sub2clash.git
synced 2025-07-04 20:02:34 +08:00
add:生成短链支持自定义id
This commit is contained in:
@ -3,6 +3,7 @@ package validator
|
||||
type ShortLinkGenValidator struct {
|
||||
Url string `form:"url" binding:"required"`
|
||||
Password string `form:"password"`
|
||||
CustomID string `form:"customId"`
|
||||
}
|
||||
|
||||
type GetUrlValidator struct {
|
||||
|
Reference in New Issue
Block a user