Skip to content

Commit

Permalink
feat: 解决 bksql 鉴权参数为空的问题 --story=119438132 (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamcleren authored Aug 29, 2024
1 parent c2a64e3 commit d776e8c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkg/unify-query/tsdb/bksql/struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ const (
)

type Params struct {
SQL string `json:"sql"`
BkdataAuthenticationMethod string `json:"bkdata_authentication_method"`
BkAppCode string `json:"bk_app_code"`
PreferStorage string `json:"prefer_storage"`
BkdataDataToken string `json:"bkdata_data_token"`
SQL string `json:"sql"`
PreferStorage string `json:"prefer_storage"`
}

type Result struct {
Expand Down

0 comments on commit d776e8c

Please sign in to comment.