a
This commit is contained in:
@@ -1633,6 +1633,12 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
||||
if strings.Contains(storeName, "-") {
|
||||
storeName = storeName[0:strings.Index(storeName, "-")] + storeName[strings.Index(storeName, "-")+1:len(storeName)]
|
||||
}
|
||||
if strings.Contains(storeName, " ") {
|
||||
storeName = storeName[0:strings.Index(storeName, " ")] + storeName[strings.Index(storeName, " ")+1:len(storeName)]
|
||||
}
|
||||
if len(storeName) > 30 {
|
||||
storeName = storeName[:30]
|
||||
}
|
||||
param := &jdshopapi.UpdateBasicParam{
|
||||
StoreName: "京西菜市" + strings.ReplaceAll(storeName, "店", "") + "生鲜店",
|
||||
CategoryID2: 4,
|
||||
|
||||
Reference in New Issue
Block a user