修改pom文件中仓库位置 #12

Merged
richie merged 1 commits from onlyxx/finekit:master into master 2 years ago
onlyxx commented 2 years ago

新增httpkit支持直接postJSON

新增httpkit支持直接postJSON
richie reviewed 2 years ago
* @return 服务器返回的文本内容
*/
public static String postJSON(String url, JSONObject params, Map<String, String> headers) throws IOException {
StringEntity jsonEntity = new StringEntity(params.toString(), "UTF-8");
richie commented 2 years ago
Owner

用EncodingConstants.UTF_8常量

用EncodingConstants.UTF_8常量
richie requested changes 2 years ago
richie left a comment
Owner

常量引用

常量引用
richie merged commit 298d68108e into master 2 years ago

Reviewers

richie requested changes 2 years ago
The pull request has been merged as 298d68108e.
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.