Commit 28baefb9 by wang

返回goodsInfo 没有key

parent 1800e97b
Showing with 1 additions and 1 deletions
......@@ -68,7 +68,7 @@ func (LP *LadderPriceService) GetPriceInfoByNum(ladderPriceRequest model.LadderP
return res,e.NewApiError("json.Unmarshal ladder_price 报错"+err1.Error())
}
res["ladder_price"]=ladder
res["goods_info"]=goodsInfo
res["goods_info"]=goodsInfo[ladderPriceRequest.GoodsId]
res["num"]=num
return res,nil
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment