Skip to content

Commit

Permalink
修改文档
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou-you committed Apr 27, 2018
1 parent 1ea3f21 commit 8343ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -411,12 +411,12 @@ ProgressDialogCallBack带有进度框的请求,可以设置对话框消失是
@Override
public void onError(ApiException e) {
super.onError(e);//super.onError(e)必须写不能删掉或者忘记了
//请求成功
//请求失败
}
@Override
public void onSuccess(SkinTestResult response) {
//请求失败
//请求成功
}
});
```
Expand Down

0 comments on commit 8343ff2

Please sign in to comment.