From f258539de60b4e7cfc5e4aed754c51d217155e48 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:40:47 +0800 Subject: [PATCH] aa --- platformapi/jdapi/store_sku.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/platformapi/jdapi/store_sku.go b/platformapi/jdapi/store_sku.go index 915001f6..54f83de9 100644 --- a/platformapi/jdapi/store_sku.go +++ b/platformapi/jdapi/store_sku.go @@ -324,11 +324,10 @@ func (a *API) AddByStoreAndSkus(stationNo int64, skuIDs []int64) (err error) { // 删除门店商品会员价接口 // https://openo2o.jddj.com/staticnew/widgets/resources.html?groupid=205&apiid=73116e2b9f374814880f1272ba301fdf -func (a *API) DelVipPrice(outStationNo string, skuIds []*SkuIdEntity, userPin string) (err error) { +func (a *API) DelVipPrice(outStationNo string, skuIds []*SkuIdEntity) (err error) { jdParams := map[string]interface{}{ "outStationNo": outStationNo, "skuPriceInfoList": skuIds, - "source": utils.GetAPIOperator(userPin), } _, err = a.AccessAPINoPage("vender/delVipPrice", jdParams, nil, nil, genNoPageResultParser("code", "msg", "", "0")) return err