京东商品新建修改

This commit is contained in:
苏尹岚
2020-05-13 14:51:54 +08:00
parent 86e588a0e6
commit 5191ec3dfc
2 changed files with 28 additions and 10 deletions

View File

@@ -14,8 +14,9 @@ import (
)
const (
prodURL = "https://api.jd.com/routerjson"
sigKey = "sign"
prodURL = "https://api.jd.com/routerjson"
sigKey = "sign"
JdsImgURL = "//img10.360buyimg.com/imgzone/"
CreateCatType = "3"
UpdateCatType = "1"