- singlePromotion to singlePromote
This commit is contained in:
@@ -195,7 +195,7 @@ func (a *API) QueryPromotionInfo(promotionInfoId int64) (promotionInfo *Promotio
|
|||||||
jdParams := map[string]interface{}{
|
jdParams := map[string]interface{}{
|
||||||
"promotionInfoId": promotionInfoId,
|
"promotionInfoId": promotionInfoId,
|
||||||
}
|
}
|
||||||
result, err := a.AccessAPINoPage("singlePromotion/queryPromotionInfo", jdParams, nil, nil, genNoPageResultParser("errorCode", "errorInfos", "data", "0"))
|
result, err := a.AccessAPINoPage("singlePromote/queryPromotionInfo", jdParams, nil, nil, genNoPageResultParser("errorCode", "errorInfos", "data", "0"))
|
||||||
if err == nil {
|
if err == nil {
|
||||||
data := result.(map[string]interface{})
|
data := result.(map[string]interface{})
|
||||||
// baseapi.SugarLogger.Debug(utils.Format4Output(data, false))
|
// baseapi.SugarLogger.Debug(utils.Format4Output(data, false))
|
||||||
|
|||||||
Reference in New Issue
Block a user