mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-23 10:36:29 +08:00
🎇 支持mysql
This commit is contained in:
@@ -13,6 +13,6 @@ func GetMD5Encode(data string) string {
|
||||
}
|
||||
|
||||
//返回一个16位md5加密后的字符串
|
||||
func Get16MD5Encode(data string) string{
|
||||
func Get16MD5Encode(data string) string {
|
||||
return GetMD5Encode(data)[8:24]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user