From b09999a722632669e4600afbe2fadb191754c2e5 Mon Sep 17 00:00:00 2001 From: gazebo Date: Fri, 19 Apr 2019 10:34:39 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E6=A0=B9=E6=8D=AE=E5=88=B0=E5=AE=B6?= =?UTF-8?q?=E6=B4=BB=E5=8A=A8ID=E6=9F=A5=E8=AF=A2=E5=8D=95=E5=93=81?= =?UTF-8?q?=E7=BA=A7=E4=BF=83=E9=94=80=E6=B4=BB=E5=8A=A8=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E5=8F=98=E6=9B=B4=E4=B8=BAsinglePromote/quer?= =?UTF-8?q?yPromotionInfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdapi/promotion_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdapi/promotion_sku.go b/platformapi/jdapi/promotion_sku.go index 81bab78b..06593f85 100644 --- a/platformapi/jdapi/promotion_sku.go +++ b/platformapi/jdapi/promotion_sku.go @@ -195,7 +195,7 @@ func (a *API) QueryPromotionInfo(promotionInfoId int64) (promotionInfo *Promotio jdParams := map[string]interface{}{ "promotionInfoId": promotionInfoId, } - result, err := a.AccessAPINoPage("orderdiscount/queryPromotionInfo", jdParams, nil, nil, genNoPageResultParser("errorCode", "errorInfos", "data", "0")) + result, err := a.AccessAPINoPage("singlePromotion/queryPromotionInfo", jdParams, nil, nil, genNoPageResultParser("errorCode", "errorInfos", "data", "0")) if err == nil { data := result.(map[string]interface{}) // baseapi.SugarLogger.Debug(utils.Format4Output(data, false))