Merge branch 'master' of e.coding.net:rosydev/baseapi
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user