Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
“VincentCai” committed Jul 10, 2024
1 parent 7bfb709 commit 8425ee5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,7 @@ import (
)

func main() {
//subUserClient := new(client.SubUserClient).Init("eba1b128-67692151-edc99346-mjlpdje3ld", "2a54d214-5addbd2d-d715ef58-a349f", "api.huobi.pro")
//id, err := subUserClient.GetUid()
//if err != nil {
// fmt.Printf("get uid error:%s", err)
//}
//balance, err := subUserClient.GetSubUserAggregateBalance()
//if err != nil {
// fmt.Printf("get balance error:%s", err)
//}
//fmt.Printf("balence:%s", balance)
//getResp := "{\n \"code\": 200,\n \"data\": 63628520\n}"
//result := account.GetUidResponse{}
//jsonErr := json.Unmarshal([]byte(getResp), &result)
//runAll()
runAll()
}

// Run all examples
Expand Down

0 comments on commit 8425ee5

Please sign in to comment.