1
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package tao_vegetable
|
||||
|
||||
const (
|
||||
BaseUrl = "https://eco.taobao.com/router/rest/" //正式环境
|
||||
)
|
||||
|
||||
/*商品分类*/
|
||||
type CategoryInfo struct {
|
||||
Code string `json:"code"` // 类目编码
|
||||
Name string `json:"name"` // 类目名称
|
||||
|
||||
Reference in New Issue
Block a user