5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-07-01 c9315c777646933ba3300cb5f3ab17f470776ee8
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,