zainali5120
2020-11-11 ddb80e71d0cd0b60fd9805fe38a55245d325baa7
src/main/java/com/xcong/excoin/modules/member/controller/MemberController.java
@@ -5,6 +5,7 @@
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;
@@ -49,6 +50,17 @@
    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();
    }
    
    /**
     * 代理关系---列表