src/main/java/com/xcong/excoin/modules/trademanage/controller/ViewController.java
@@ -45,6 +45,16 @@ } /** * 返佣总明细 * @return */ @GetMapping("agentReturnInfos") @RequiresPermissions("agentReturnInfos:view") public String agentReturnInfos() { return FebsUtil.view("modules/trademanage/agentReturnInfos"); } /** * 历史委托明细 * @return */