| | |
| | | import com.xcong.excoin.modules.yunding.dto.YdProductListDto; |
| | | import com.xcong.excoin.modules.yunding.service.YunDingService; |
| | | import com.xcong.excoin.modules.yunding.vo.OrderAllInfoVo; |
| | | import com.xcong.excoin.modules.yunding.vo.YdBasicSettingVo; |
| | | import com.xcong.excoin.modules.yunding.vo.YdOrderVo; |
| | | import com.xcong.excoin.modules.yunding.vo.YdProductVo; |
| | | import io.swagger.annotations.*; |
| | |
| | | * 全网数据 |
| | | */ |
| | | @ApiOperation(value = "全网数据") |
| | | @ApiResponses({ |
| | | @ApiResponse(code = 0, message = "success", response = YdBasicSettingVo.class) |
| | | }) |
| | | @GetMapping(value = "/findAllInfo") |
| | | public Result findAllInfo() { |
| | | return yunDingService.findAllInfo(); |