Loading…
Reference in new issue
There is no content yet.
Delete Branch 'onlyxx/finekit:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Deleting a branch is permanent. It CANNOT be undone. Continue?
新增httpkit支持直接postJSON
* @return 服务器返回的文本内容
*/
public static String postJSON(String url, JSONObject params, Map<String, String> headers) throws IOException {
StringEntity jsonEntity = new StringEntity(params.toString(), "UTF-8");
用EncodingConstants.UTF_8常量
常量引用
298d68108e
into master 3 years agoReviewers
298d68108e
.