Browse Source

commit 修改接口

yu jie 4 years ago
parent
commit
6853a0b6b9

+ 2 - 0
src/views/market/spot_trade/components/buy-sell-market/components/delisting/index.vue

@@ -198,6 +198,8 @@ export default defineComponent({
                     TradeDate: moment().format('YYYYMMDD'), // string 交易日
                     TradeDate: moment().format('YYYYMMDD'), // string 交易日
                     DeliveryMonth: '', // string 交收月
                     DeliveryMonth: '', // string 交收月
                     HasWr: isSale() ? 0 : 1, // uint32 是否有仓单-0:没有仓单 1:有仓单
                     HasWr: isSale() ? 0 : 1, // uint32 是否有仓单-0:没有仓单 1:有仓单
+                    IsFinancing: 0, // uint32 是否融资购买(买摘牌时有效)-0:否 1:是
+                    ProductDetailID: 0, // uint64 金融机构产品组合ID(融资购买时有效)
                 };
                 };
                 // 摘买方向
                 // 摘买方向
                 if (isBuy()) {
                 if (isBuy()) {