| | |
| | | import com.xcong.excoin.modules.documentary.vo.TradeOrderInfoVo;
|
| | | import com.xcong.excoin.modules.documentary.vo.TradeProfitInfoVo;
|
| | | import com.xcong.excoin.modules.documentary.vo.TradeSetInfoVo;
|
| | | import com.xcong.excoin.modules.documentary.vo.TradeSetLabelInfoVo;
|
| | | import com.xcong.excoin.modules.documentary.vo.TraderStatusVo;
|
| | |
|
| | | import io.swagger.annotations.Api;
|
| | |
| | | }
|
| | |
|
| | | /**
|
| | | * 交易员设置--进入编辑---获取标签信息
|
| | | */
|
| | | @ApiOperation(value="交易员设置--进入编辑---获取标签信息", notes="交易员设置--进入编辑---获取标签信息")
|
| | | @ApiResponses({@ApiResponse( code = 200, message = "success", response = TradeSetLabelInfoVo.class)})
|
| | | @GetMapping(value = "/getTradeSetLabelInfo")
|
| | | public Result getTradeSetLabelInfo() {
|
| | | return documentaryService.getTradeSetLabelInfo();
|
| | | }
|
| | | |
| | | /**
|
| | | * 交易员设置--更新设置
|
| | | */
|
| | | @ApiOperation(value="交易员设置--更新设置", notes="交易员设置--更新设置")
|