Skip to content

Commit

Permalink
add aliases for java-sdk usage
Browse files Browse the repository at this point in the history
  • Loading branch information
bachue committed Oct 8, 2024
1 parent b2972c0 commit d1f0685
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api-specs
1 change: 1 addition & 0 deletions audit/apis/query_log/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ func (j *LogInfo) validate() error {

// 返回的审计日志列表
type LogInfos = []LogInfo
type QueryLogResp = Response
type jsonResponse struct {
NextMark string `json:"next_mark,omitempty"` // 用于请求下一页检索的结果
AuditLogInfos LogInfos `json:"audit_log_infos"` // 日志集合
Expand Down
1 change: 1 addition & 0 deletions storagev2/apis/verify_share/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type Request struct {
Credentials credentials.CredentialsProvider // 鉴权参数,用于生成鉴权凭证,如果为空,则使用 HTTPClientOptions 中的 CredentialsProvider
ExtractCode string // 提取码
}
type VerifyShareParam = Request
type jsonRequest struct {
ExtractCode string `json:"extract_code"` // 提取码
}
Expand Down

0 comments on commit d1f0685

Please sign in to comment.