| | |
| | | import com.xcong.excoin.common.entity.FebsResponse;
|
| | | import com.xcong.excoin.common.entity.QueryRequest;
|
| | | import com.xcong.excoin.modules.member.dto.MemberDetailConfirmDto;
|
| | | import com.xcong.excoin.modules.member.dto.MemberLimitDto;
|
| | | import com.xcong.excoin.modules.member.entity.AgentFriendRelationEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberCoinChargeEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberCoinWithdrawEntity;
|
| | |
| | | public FebsResponse addCoinConfirm(@Valid MemberEntity memberEntity) {
|
| | | return memberService.addCoinConfirm(memberEntity);
|
| | | }
|
| | |
|
| | | /**
|
| | | * 限制设置
|
| | | * @return
|
| | | */
|
| | | @PostMapping("setLimit")
|
| | | @ControllerEndpoint(operation = "交易设置---确认", exceptionMessage = "设置失败")
|
| | | public FebsResponse addCoinConfirm(@Valid MemberLimitDto memberEntity) {
|
| | | memberService.setLimit(memberEntity);
|
| | | return new FebsResponse().success();
|
| | | }
|
| | |
|
| | | /**
|
| | | * 代理关系---列表
|