| | |
| | | import com.xcong.excoin.modules.documentary.dto.TradeOrderInfoDto;
|
| | | import com.xcong.excoin.modules.documentary.dto.UpdateTradeSetInfoDto;
|
| | | import com.xcong.excoin.modules.documentary.service.DocumentaryService;
|
| | | import com.xcong.excoin.modules.documentary.vo.BeTraderConditionVo;
|
| | | import com.xcong.excoin.modules.documentary.vo.TradeFollowInfoVo;
|
| | | import com.xcong.excoin.modules.documentary.vo.TradeHistoryOrderInfoVo;
|
| | | import com.xcong.excoin.modules.documentary.vo.TradeOrderInfoVo;
|
| | |
| | |
|
| | | @Resource
|
| | | DocumentaryService documentaryService;
|
| | |
|
| | | /**
|
| | | * 成为交易员---条件查询
|
| | | */
|
| | | @ApiOperation(value="成为交易员---条件查询", notes="成为交易员---条件查询")
|
| | | @ApiResponses({@ApiResponse( code = 200, message = "success", response = BeTraderConditionVo.class)})
|
| | | @GetMapping(value = "/beTraderStatusCondition")
|
| | | public Result beTraderCondition() {
|
| | | return documentaryService.beTraderCondition();
|
| | | }
|
| | |
|
| | | /**
|
| | | * 成为交易员---状态查询
|