xiaosongfu
10/11/2018 - 2:20 AM

Base64 url 编码

msg := []byte("xxx")
base64.URLEncoding.EncodeToString(msg)