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

This commit is contained in:
邹宗楠
2023-06-28 09:45:13 +08:00
159 changed files with 7356 additions and 468 deletions

View File

@@ -1,9 +1,16 @@
package tao_vegetable
const (
BaseUrl = "https://eco.taobao.com/router/rest/" //正式环境
BaseUrl = "https://eco.taobao.com/router/rest/" //正式环境
DefaultChannelSourceType = 31 //默认渠道
)
type Points struct {
Lng string `json:"lng"`
Lat string `json:"lat"`
}
/*商品分类*/
type CategoryInfo struct {
ChildCategorys []*CategoryInfo `json:"childCategorys"`