func Cry_sha(need_sha string) string { sum := sha256.Sum256([]byte(need_sha)) return fmt.Sprintf("%x", sum) }