xiaoyong931011
2021-05-27 c26ab284935929078b61877381b8528032168dc8
src/main/java/com/xcong/excoin/modules/otc/controller/OtcEntrustOrderController.java
@@ -45,6 +45,9 @@
    }
    @ApiOperation(value = "获取市商条件")
    @ApiResponses({
            @ApiResponse(code  = 200, message = "success", response = OtcSetting.class)
    })
    @GetMapping(value = "/findCondition")
    public Result findCondition() {
        OtcSetting setting = otcSettingDao.selectById(1L);