Skip to content

Commit d1f0685

Browse files
committed
add aliases for java-sdk usage
1 parent b2972c0 commit d1f0685

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

audit/apis/query_log/api.go

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ func (j *LogInfo) validate() error {
208208

209209
// 返回的审计日志列表
210210
type LogInfos = []LogInfo
211+
type QueryLogResp = Response
211212
type jsonResponse struct {
212213
NextMark string `json:"next_mark,omitempty"` // 用于请求下一页检索的结果
213214
AuditLogInfos LogInfos `json:"audit_log_infos"` // 日志集合

storagev2/apis/verify_share/api.go

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ type Request struct {
1616
Credentials credentials.CredentialsProvider // 鉴权参数,用于生成鉴权凭证,如果为空,则使用 HTTPClientOptions 中的 CredentialsProvider
1717
ExtractCode string // 提取码
1818
}
19+
type VerifyShareParam = Request
1920
type jsonRequest struct {
2021
ExtractCode string `json:"extract_code"` // 提取码
2122
}

0 commit comments

Comments
 (0)