Change the path things.
This commit is contained in:
@ -16,6 +16,6 @@ type UploadToken struct {
|
||||
Ip string `json:"ip"`
|
||||
}
|
||||
|
||||
func (UploadToken) TableName() string {
|
||||
func (this *UploadToken) TableName() string {
|
||||
return TABLE_PREFIX + "upload_token"
|
||||
}
|
||||
|
Reference in New Issue
Block a user