|
|
@@ -495,11 +495,11 @@ type THJWrstandardDetailReq struct {
|
|
|
|
|
|
// THJWrstandardDetailRsp 采购商品详情
|
|
|
type THJWrstandardDetailRsp struct {
|
|
|
- GoodsInfo THJWrstandardDetail_GoodsInfo // 商品信息
|
|
|
- DeliveryModes []THJDeliveryMode // 交割方式
|
|
|
- DeliveryMonth []THJDeliveryMonth // 交割月份
|
|
|
- PresaleApplyDeposits []THJPresaleApplyDeposit // 支付方式
|
|
|
- SpotGoodsPriceLogs []THJSpotGoodsPriceLog // 历史价格走势
|
|
|
+ GoodsInfo THJWrstandardDetail_GoodsInfo `json:"goodsinfo"` // 商品信息
|
|
|
+ DeliveryModes []THJDeliveryMode `json:"deliverymodes"` // 交割方式
|
|
|
+ DeliveryMonth []THJDeliveryMonth `json:"deliverymonth"` // 交割月份
|
|
|
+ PresaleApplyDeposits []THJPresaleApplyDeposit `json:"presaleapplydeposits"` // 支付方式
|
|
|
+ SpotGoodsPriceLogs []THJSpotGoodsPriceLog `json:"spotgoodspricelogs"` // 历史价格走势
|
|
|
}
|
|
|
|
|
|
// GetTHJWrstandardDetail 获取采购商品详情
|