BlueStony

Results 1 issues of BlueStony

```go type ItemPriceVerifyResponse struct { ItemInfo *ItemInfoDTO `json:"itemInfo" hessian:"itemInfo"` Spu *SpuDTO `json:"spu" hessian:"spu"` Sku *SkuDTO `json:"sku" hessian:"sku"` PromotionInfo *ItemOrderPromotionInfo `json:"promotionInfo" hessian:"promotionInfo"` RenderOrderResponse map[string]interface{} `json:"renderOrderResponse" hessian:"renderOrderResponse"` ExtraInfo map[string]interface{} `json:"extraInfo" hessian:"extraInfo"` }...