| | |
| | | import com.xcong.excoin.modules.yunding.dto.YdOrderListDto; |
| | | 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 com.xcong.excoin.modules.yunding.vo.*; |
| | | import io.swagger.annotations.*; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.validation.annotation.Validated; |
| | |
| | | return yunDingService.findOrderAllInfo(); |
| | | } |
| | | |
| | | /** |
| | | * 转换成USDT |
| | | */ |
| | | // @ApiOperation(value = "转换成USDT") |
| | | // @ApiResponses({ |
| | | // @ApiResponse(code = 0, message = "success", response = changeVo.class) |
| | | // }) |
| | | // @GetMapping(value = "/findOrderAllInfo") |
| | | // public Result findOrderAllInfo() { |
| | | // return yunDingService.findOrderAllInfo(); |
| | | // } |
| | | |
| | | |
| | | } |