| | |
| | | }
|
| | |
|
| | | /**
|
| | | * 当前持仓---Test
|
| | | */
|
| | | @GetMapping("contractHoldOrderAloneTest")
|
| | | @RequiresPermissions("contractHoldOrderAloneTest:view")
|
| | | public String contractHoldOrderAloneTest() {
|
| | | return FebsUtil.view("modules/trademanage/contractHoldOrderAloneTest");
|
| | | }
|
| | | |
| | | /**
|
| | | * 账户信息
|
| | | * @return
|
| | | */
|
| | |
| | | @RequiresPermissions("accountInfo:view")
|
| | | public String accountInfo() {
|
| | | return FebsUtil.view("modules/trademanage/accountInfo");
|
| | | }
|
| | | /**
|
| | | * 账户信息---alone
|
| | | * @return
|
| | | */
|
| | | @GetMapping("accountInfoAlone")
|
| | | @RequiresPermissions("accountInfoAlone:view")
|
| | | public String accountInfoAlone() {
|
| | | return FebsUtil.view("modules/trademanage/accountInfoAlone");
|
| | | }
|
| | |
|
| | | /**
|
| | |
| | | }
|
| | |
|
| | | /**
|
| | | * 历史委托明细--- Test
|
| | | * @return
|
| | | */
|
| | | @GetMapping("historyOrderAloneTest")
|
| | | @RequiresPermissions("historyOrderAloneTest:view")
|
| | | public String historyOrderAloneTest() {
|
| | | return FebsUtil.view("modules/trademanage/historyOrderAloneTest");
|
| | | }
|
| | | |
| | | /**
|
| | | * 全部历史委托明细
|
| | | * @return
|
| | | */
|
| | |
| | | return FebsUtil.view("modules/trademanage/historyOrderAll");
|
| | | }
|
| | |
|
| | | /**
|
| | | * 返佣总明细
|
| | | * @return
|
| | | */
|
| | | @GetMapping("agentReturnInfosAlone")
|
| | | @RequiresPermissions("agentReturnInfosAlone:view")
|
| | | public String agentReturnInfosAlone() {
|
| | | return FebsUtil.view("modules/trademanage/agentReturnInfosAlone");
|
| | | }
|
| | | |
| | | }
|