Skip to content

Commit

Permalink
【拜伦Android基础库】http添加异步删除的方法
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao committed Apr 4, 2019
1 parent 12993d8 commit cf2eb9b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ public void onFinished() {
case NetworkTransmissionDefine.HttpMethod.PUT:
cancelable = x.http().request(HttpMethod.PUT,params,libCallback);
break;
case NetworkTransmissionDefine.HttpMethod.DELETE:
cancelable = x.http().request(HttpMethod.DELETE,params,libCallback);
break;
default:
break;
}
Expand Down

0 comments on commit cf2eb9b

Please sign in to comment.