From 180ddce248f3322bedcb0535f7fa240d0c6ee2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 8 Feb 2021 14:41:10 +0800 Subject: [PATCH] aa --- business/jxstore/tempop/tempop.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index a23a200a1..0b4d591b7 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1854,7 +1854,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { // fmt.Println(utils.Format4Output(idLists, false)) for _, v := range idLists { 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(), "没有会员价") { err = nil }