This commit is contained in:
richboo111
2023-06-15 09:52:22 +08:00
parent 094c263944
commit f5b24c834b
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"` // 类目名称