URL realUrl = new URL(url);
HttpURLConnection conn = (HttpURLConnection) realUrl.openConnection();
conn.setRequestMethod("POST");
conn.setDoOutput(true);
conn.setDoInput(true);
conn.setUseCaches(false);
conn.setRequestProperty("Connection", "Keep-Alive");
conn.setRequestProperty("Charset", "UTF-8");
設定了編碼,一直報這個錯,用微信除錯工具和postman測驗都沒問題
{"errcode":47001,"errmsg":"data format error hint: [6i1hNA08955675] d
ata is not utf8"}
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/148447.html
標籤:微信開發
上一篇:Android P 編譯錯誤 Hidden API: out/target/common/obj/JAVA_LIBRARIES/android.test.ba
