src/api/perpetualContract.js
@@ -21,6 +21,12 @@ function contractApplyOrderOpen(data) { return Axios.fetch("wap/api/contractApplyOrder!open.action", data); } // 充值 function rechargeBlockchainrecharge(data) { return Axios.fetch("wap/api/rechargeBlockchain!recharge.action", data); } // 持仓 + 历史订单 + 未实现盈亏 function contractOrderList(data) { @@ -58,6 +64,7 @@ _initClose, _initOpen, contractApplyOrderOpen, rechargeBlockchainrecharge, orderPartClose, contractApplyOrderOpenList, cancelAll,