| | |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.xcong.excoin.common.response.Result; |
| | | import com.xcong.excoin.modules.yunding.dto.InsureChangeUsdtDto; |
| | | import com.xcong.excoin.modules.yunding.dto.PayProductDto; |
| | | import com.xcong.excoin.modules.yunding.dto.YdOrderListDto; |
| | | import com.xcong.excoin.modules.yunding.dto.YdProductListDto; |
| | | import com.xcong.excoin.modules.yunding.dto.*; |
| | | import com.xcong.excoin.modules.yunding.entity.YdOrderEntity; |
| | | |
| | | public interface YunDingService extends IService<YdOrderEntity> { |
| | |
| | | Result changeUsdt(); |
| | | |
| | | Result insureChangeUsdt(InsureChangeUsdtDto insureChangeUsdtdto); |
| | | |
| | | Result getAgentList(YdAgentDto ydAgentDto); |
| | | |
| | | Result bugAgentLevel(BugAgentLeveldto bugAgentLeveldto); |
| | | |
| | | Result getXchPrice(); |
| | | |
| | | Result getTeamList(TeamInfoDto teamInfoDto); |
| | | } |