Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
tohodog committed Oct 29, 2020
2 parents 70b9181 + 8920ca5 commit 3481d0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ https://api.reol.top/api_test
.param("userName", 10086)
.param("password", "qwe123456")
//.jsonBody(Object) 这个参数可以直接传一个实体类,fastjson会自动转化成json字符串
.jsonModel(Bean.class)
.buildAndExecute(new QSHttpCallback<UserBean>() {
@Override
public void onComplete(UserBean dataUser) {
Expand Down

0 comments on commit 3481d0e

Please sign in to comment.