京东商城创建门店

This commit is contained in:
苏尹岚
2020-05-15 16:08:06 +08:00
parent a528f1da5b
commit f972503364
3 changed files with 15 additions and 10 deletions

View File

@@ -14,10 +14,12 @@ import (
)
const (
prodURL = "https://api.jd.com/routerjson"
sigKey = "sign"
JdsImgURL = "//img10.360buyimg.com/imgzone/"
JdsImgDescURL = `<img src=" //img10.360buyimg.com/imgzone/jfs/t1/111969/32/6692/171733/5ebbb9daE5bedb5b2/38350dca19e2b9d2.jpg" style="width: auto; height: auto; max-width: 100%;">`
prodURL = "https://api.jd.com/routerjson"
sigKey = "sign"
JdsImgURL = "//img10.360buyimg.com/imgzone/"
JdsImgDescURL = `<img src=" //img10.360buyimg.com/imgzone/jfs/t1/111969/32/6692/171733/5ebbb9daE5bedb5b2/38350dca19e2b9d2.jpg" style="width: auto; height: auto; max-width: 100%;">`
JdsStoreImg = "http://image.jxc4.com/image/b90ae8585e8cf2f3871f6e8318bde1dc.tem.png"
JdsStoreCategoryName = "pop-mendian-Selfdelivery"
CreateCatType = "3"
UpdateCatType = "1"