Skip to content

Commit

Permalink
refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGong2013 committed May 20, 2024
1 parent dd7393d commit d64423a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/vivo/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func NewClient(accessKey, accessSecret string) (*Client, error) {

restyClient := resty.New()

// restyClient.SetDebug(true)
restyClient.SetDebug(false)
restyClient.SetDebugBodyLimit(1000)

restyClient.SetBaseURL("https://developer-api.vivo.com.cn/router/rest")
Expand Down

0 comments on commit d64423a

Please sign in to comment.