Skip to content

Commit

Permalink
更新*
Browse files Browse the repository at this point in the history
  • Loading branch information
fusikai committed Mar 20, 2024
1 parent 2e644b3 commit 77a8f24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internal/pkg/service/huaweilog/complete_log_search_url.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ func (s *Service) CompleteLogSearchUrl(ctx context.Context, req *CompleteLogSear
err = errors.New("华为日志账号未正确配置,请联系管理员。")
return
}
//todo 兼容处理
if req.Query == "*" {
req.Query = ""
}
//构建请求对象。
request := &iamv3model.CreateTemporaryAccessKeyByTokenRequest{}
body := &iamv3model.CreateTemporaryAccessKeyByTokenRequestBody{}
Expand Down

0 comments on commit 77a8f24

Please sign in to comment.