Commit 1f405d7e authored by 1486327116's avatar 1486327116

添加代理相关接口

parent 6bf92bde
...@@ -224,14 +224,14 @@ const postFunc = { ...@@ -224,14 +224,14 @@ const postFunc = {
'fiance/other/contract/limit/trade/set': contractLimitTradeCtrl.set, 'fiance/other/contract/limit/trade/set': contractLimitTradeCtrl.set,
'fiance/other/contract/limit/trade/list': contractLimitTradeCtrl.list, 'fiance/other/contract/limit/trade/list': contractLimitTradeCtrl.list,
//金融部-其他管理-合约接单账户配置(代理商) //金融部-其他管理-合约接单账户配置(代理商)
'fiance/other/contract/agent/set': contractAgentCtrl.agentSet, // 参数只保留user_id 'fiance/other/contract/agent/set': contractAgentCtrl.agentSet, // 参数只user_id
'fiance/other/contract/agent/list': contractAgentCtrl.agentList, // 返回值只有user_id agent_id 时间 'fiance/other/contract/agent/list': contractAgentCtrl.agentList, // 参数支持user_id 或者 agent_id 返回值只有user_id agent_id 时间
'fiance/other/contract/agent/hedgeRatio/set': contractAgentCtrl.hedgeRatioSet, // 給代理商添加对冲配置参数 agent_id symbol(合约交易对) ratio对冲比例0-1之间 'fiance/other/contract/agent/hedgeRatio/set': contractAgentCtrl.hedgeRatioSet, // 給代理商添加对冲配置参数 agent_id product(合约交易对) ratio对冲比例0-1之间
'fiance/other/contract/agent/hedgeRatio/list': contractAgentCtrl.hedgeRatioList, 'fiance/other/contract/agent/hedgeRatio/list': contractAgentCtrl.hedgeRatioList, // 返回值返回list里面 product交易对 ratio对冲比例 qty 对冲数量
//金融部-其他管理-合约接单账户关联(代理用户) //金融部-其他管理-合约接单账户关联(代理用户)
'fiance/other/contract/agent/user/set': contractAgentCtrl.agentUserSet, 'fiance/other/contract/agent/user/set': contractAgentCtrl.agentUserSet, // 参数user_id agent_id
'fiance/other/contract/agent/user/list': contractAgentCtrl.agentUserList, 'fiance/other/contract/agent/user/list': contractAgentCtrl.agentUserList, // 参数支持user_id 或者 agent_id 返回值只有user_id agent_id 时间
//金融部-其他管理-合约渠道用户管理(代理商渠道) //金融部-其他管理-合约渠道用户管理(代理商渠道)
'fiance/other/contract/agent/channel/set': contractAgentCtrl.agentChannelSet, 'fiance/other/contract/agent/channel/set': contractAgentCtrl.agentChannelSet,
'fiance/other/contract/agent/channel/list': contractAgentCtrl.agentChannelList, 'fiance/other/contract/agent/channel/list': contractAgentCtrl.agentChannelList,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment