京东商城新增分类

This commit is contained in:
苏尹岚
2020-05-09 08:58:55 +08:00
parent 80d050b1c5
commit 9bf57342e8
4 changed files with 12 additions and 9 deletions

View File

@@ -16,6 +16,9 @@ import (
const (
prodURL = "https://api.jd.com/routerjson"
sigKey = "sign"
CreateCatType = "3"
UpdateCatType = "1"
)
type API struct {