Merge branch 'master' of e.coding.net:rosydev/baseapi

This commit is contained in:
邹宗楠
2023-06-15 10:40:32 +08:00
3 changed files with 17 additions and 1 deletions

View File

@@ -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"` // 类目名称