فهرست منبع

commit 修改接口

yu jie 4 سال پیش
والد
کامیت
6853a0b6b9
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/views/market/spot_trade/components/buy-sell-market/components/delisting/index.vue

+ 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 交易日
                     DeliveryMonth: '', // string 交收月
                     HasWr: isSale() ? 0 : 1, // uint32 是否有仓单-0:没有仓单 1:有仓单
+                    IsFinancing: 0, // uint32 是否融资购买(买摘牌时有效)-0:否 1:是
+                    ProductDetailID: 0, // uint64 金融机构产品组合ID(融资购买时有效)
                 };
                 // 摘买方向
                 if (isBuy()) {