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