This commit is contained in:
苏尹岚
2021-02-08 14:41:10 +08:00
parent a768a893eb
commit 180ddce248

View File

@@ -1854,7 +1854,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
// fmt.Println(utils.Format4Output(idLists, false)) // fmt.Println(utils.Format4Output(idLists, false))
for _, v := range idLists { for _, v := range idLists {
if v != nil { if v != nil {
err = api.JdAPI.DelVipPrice(utils.Int2Str(storeMaps[0].StoreID), v, "suyl") err = api.JdAPI.DelVipPrice(utils.Int2Str(storeMaps[0].StoreID), v)
if strings.Contains(err.Error(), "没有会员价") { if strings.Contains(err.Error(), "没有会员价") {
err = nil err = nil
} }