package utils import ( "golang.org/x/crypto/bcrypt" ) // 加密密码 func HashAndSalt(pwd []byte) string { hash, err := bcrypt.
確定! 回上一頁