🎇 支持mysql

This commit is contained in:
微凉
2021-03-16 23:15:37 +08:00
parent 4d0d892ce7
commit a5b2f998ab
15 changed files with 85 additions and 89 deletions

View File

@ -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]
}