Helius
2021-01-29 08133a4fa45cb8ed3da68fea587c6e3199743918
src/main/java/com/xcong/excoin/modules/documentary/controller/TraderController.java
@@ -20,6 +20,7 @@
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;
@@ -118,6 +119,16 @@
   }
   
   /**
    * 交易员设置--进入编辑---获取标签信息
    */
   @ApiOperation(value="交易员设置--进入编辑---获取标签信息", notes="交易员设置--进入编辑---获取标签信息")
   @ApiResponses({@ApiResponse( code = 200, message = "success", response = TradeSetLabelInfoVo.class)})
   @GetMapping(value = "/getTradeSetLabelInfo")
   public Result  getTradeSetLabelInfo() {
      return documentaryService.getTradeSetLabelInfo();
   }
   /**
    * 交易员设置--更新设置
    */
   @ApiOperation(value="交易员设置--更新设置", notes="交易员设置--更新设置")