Commit 94411129 authored by wanglei's avatar wanglei

...

parent b267b7f0
......@@ -43,7 +43,7 @@ object NewComUtils {
// }
val bRefer = android.util.Base64.encode(
AppPreferences.getInstance().getString("referrer", "").toByteArray(),
android.util.Base64.DEFAULT
android.util.Base64.NO_WRAP
)
"$API_URL/${appCode}spk?pkg=$packageName&referrer=${bRefer}&vn=${BuildConfig.VERSION_NAME}&vc=${BuildConfig.VERSION_CODE}&device=${
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment