File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 1+ # 2.3.3
2+ 1 . 修复qdownload配置cdn_domain使用了测试域名作为HOST 引起超过10G流量限制的问题
3+ 2 . listbucket2 max-retry选项只限制出错下载次数,不限制接口返回空的次数
4+
15# 2.3.2
261 . 修复fetch incorrect region
372 . 修复docs中文档格式显示问题
Original file line number Diff line number Diff 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-
3416type Account struct {
3517 Name string
3618 AccessKey string
You can’t perform that action at this time.
0 commit comments