Skip to content

Commit 79944ce

Browse files
author
yangsen
committed
update response status code desc
1 parent 6bd0c84 commit 79944ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

library/src/main/java/com/qiniu/android/http/ResponseInfo.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
*/
1515
public final class ResponseInfo {
1616

17+
/**
18+
* StatusCode >= 100 见:https://developer.qiniu.com/kodo/3928/error-responses
19+
*/
20+
1721
@Deprecated
1822
public static final int ResquestSuccess = 200;
1923

0 commit comments

Comments
 (0)