We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b1ab6 commit 721a953Copy full SHA for 721a953
library/src/main/java/com/qiniu/android/collect/UploadInfoElement.java
@@ -39,7 +39,7 @@ public static class ReqInfo {
39
private long tid;
40
//在AutoZone或者dnsprefetch之后,根据host得到区域,如果自定义域名且本次没有dns预取,字段将为空
41
private String target_region_id;
42
- private String current_region_id
+ private String current_region_id;
43
private String error_type;
44
private String error_description;
45
private String up_type;
0 commit comments