| | |
| | | import com.xcong.excoin.common.controller.BaseController; |
| | | import com.xcong.excoin.common.entity.FebsResponse; |
| | | import com.xcong.excoin.common.entity.QueryRequest; |
| | | import com.xcong.excoin.modules.member.dto.MemberDataInfoDto; |
| | | import com.xcong.excoin.modules.member.dto.MemberDetailConfirmDto; |
| | | import com.xcong.excoin.modules.member.entity.AgentFriendRelationEntity; |
| | | import com.xcong.excoin.modules.member.entity.MemberCoinChargeEntity; |
| | |
| | | private final IMemberService memberService; |
| | | |
| | | /** |
| | | *会员列表---拨币 |
| | | * @return |
| | | */ |
| | | @PostMapping("addCoinConfirm") |
| | | @ControllerEndpoint(operation = "交易设置---确认", exceptionMessage = "设置失败") |
| | | public FebsResponse addCoinConfirm(@Valid MemberEntity memberEntity) { |
| | | return memberService.addCoinConfirm(memberEntity); |
| | | } |
| | | |
| | | /** |
| | | * 代理关系---列表 |
| | | * @return |
| | | */ |