add tcgplayer get category api , get category groups api

This commit is contained in:
Jay
2019-01-15 15:56:01 +08:00
parent 37592a43fc
commit 97af1343d4
3 changed files with 195 additions and 11 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ type Config struct {
TCGPlayer struct {
PublicKey string `yaml:"public_key"`
PrivateKey string `yaml:"private_key"`
}
} `yaml:"tcgplayer"`
}
var conf *Config