| | |
| | | import com.xcong.excoin.common.entity.QueryRequest;
|
| | | import com.xcong.excoin.modules.member.dto.MemberDetailConfirmDto;
|
| | | import com.xcong.excoin.modules.member.entity.AgentFriendRelationEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberAccountMoneyChangeEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberCoinChargeEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberCoinWithdrawEntity;
|
| | | import com.xcong.excoin.modules.member.entity.MemberEntity;
|
| | |
| | | }
|
| | |
|
| | | /**
|
| | | * 会员列表---拨币记录
|
| | | * @return
|
| | | */
|
| | | @GetMapping("memberBoBiList")
|
| | | public FebsResponse memberBoBiList(MemberAccountMoneyChangeEntity memberAccountMoneyChangeEntity, QueryRequest request) {
|
| | | Map<String, Object> data = getDataTable(memberService.memberBoBiList(memberAccountMoneyChangeEntity, request));
|
| | | return new FebsResponse().success().data(data);
|
| | | }
|
| | | |
| | | /**
|
| | | * 代理关系---列表
|
| | | * @return
|
| | | */
|