| | |
| | | import javax.validation.Valid;
|
| | |
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.MemberAccountMoneyChangeVo;
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.MemberAgentIntoInfoVo;
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.MemberWalletAgentInfoVo;
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.MemberWalletCoinInfoVo;
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.MemberWalletCoinVo;
|
| | |
| | | }
|
| | |
|
| | | /**
|
| | | * 获取代理资产佣金入账
|
| | | * @return
|
| | | */
|
| | | @ApiOperation(value="获取代理资产佣金入账", notes="获取代理资产佣金入账")
|
| | | @ApiResponses({@ApiResponse( code = 200, message = "success", response = MemberAgentIntoInfoVo.class)})
|
| | | @GetMapping(value="/getWalletAgentIntoRecords")
|
| | | public Result getWalletAgentIntoRecords() {
|
| | | return coinService.getWalletAgentIntoRecords();
|
| | | }
|
| | | |
| | | /**
|
| | | * 币币账户USDT划转到合约账户
|
| | | * @return
|
| | | */
|