a
This commit is contained in:
@@ -1644,7 +1644,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
||||
}
|
||||
storeName = "京西菜市" + strings.ReplaceAll(storeName, "店", "") + "生鲜店"
|
||||
if len(storeName) > 30 {
|
||||
storeName = storeName[:28]
|
||||
storeName = utils.LimitUTF8StringLen2(storeName, 30)
|
||||
}
|
||||
param := &jdshopapi.UpdateBasicParam{
|
||||
StoreName: storeName,
|
||||
|
||||
Reference in New Issue
Block a user