🎨 优化热榜的链接为短链
This commit is contained in:
8
model/dto/urlc.go
Normal file
8
model/dto/urlc.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package dto
|
||||
|
||||
// ShortUrlResponse
|
||||
// @description: 短链接返回结构体
|
||||
type ShortUrlResponse struct {
|
||||
Error int `json:"error"` // 错误码,1表示发生错误,0则正常
|
||||
Short string `json:"short"` // 短链接
|
||||
}
|
||||
Reference in New Issue
Block a user