| | |
| | | import com.xcong.excoin.modules.coin.parameter.dto.CancelEntrustWalletCoinOrderDto;
|
| | | import com.xcong.excoin.modules.coin.parameter.dto.FindCollectDto;
|
| | | import com.xcong.excoin.modules.coin.parameter.dto.SubmitSalesWalletCoinOrderDto;
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.FindCollectListVo;
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.MemberSelectSymbolsVo;
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.OrderWalletCoinDealListVo;
|
| | | import com.xcong.excoin.modules.coin.parameter.vo.OrderWalletCoinDealVo;
|
| | |
| | | return orderCoinService.checkIsCollect(symbol);
|
| | | }
|
| | |
|
| | | /**
|
| | | * 已自选的币种
|
| | | * @return
|
| | | */
|
| | | @ApiOperation(value = "已自选的币种", notes = "已自选的币种")
|
| | | @ApiResponses({@ApiResponse( code = 200, message = "success", response = FindCollectListVo.class)})
|
| | | @GetMapping(value = "/findCollectList")
|
| | | public Result findCollectList() {
|
| | | return orderCoinService.findCollectList();
|
| | | }
|
| | | |
| | | }
|