Base64.encodeToString加密後一直和Apache的對不上,多了換行符,最後使用了NO_WRAP就行了
Base64.encodeToString(src, Base64.URL_SAFE | Base64.NO_WRAP);