Skip to content

Commit cc6be4a

Browse files
committed
qdownload bug and listbucket2 max-retry
1 parent af57b30 commit cc6be4a

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.3.3
2+
1. 修复qdownload配置cdn_domain使用了测试域名作为HOST 引起超过10G流量限制的问题
3+
2. listbucket2 max-retry选项只限制出错下载次数,不限制接口返回空的次数
4+
15
# 2.3.2
26
1. 修复fetch incorrect region
37
2. 修复docs中文档格式显示问题

iqshell/account.go

-18
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,8 @@ import (
1111
"io/ioutil"
1212
"os"
1313
"strings"
14-
"time"
1514
)
1615

17-
type UserInfo struct {
18-
Uid uint32 `json:"uid"`
19-
UserId string `json:"userid"`
20-
Email string `json:"email"`
21-
Username string `json:"username"`
22-
ParentUid uint32 `json:"parent_uid"`
23-
IsActivated bool `json:"is_activated"`
24-
UserType uint32 `json:"user_type"`
25-
DeviceNum int `json:"device_num"`
26-
InvitationNum int `json:"invitation_num"`
27-
LastParentOperationAt time.Time `json:"last_parent_operation_at"`
28-
}
29-
30-
func (u *UserInfo) String() string {
31-
return ""
32-
}
33-
3416
type Account struct {
3517
Name string
3618
AccessKey string

0 commit comments

Comments
 (0)