| | |
| | | import cc.mrbird.febs.common.utils.FebsUtil; |
| | | import cc.mrbird.febs.dapp.chain.ChainService; |
| | | import cc.mrbird.febs.dapp.dto.AgentLevelSetUpdateDto; |
| | | import cc.mrbird.febs.dapp.dto.MallSystemPayDto; |
| | | import cc.mrbird.febs.dapp.dto.PriceSettingDto; |
| | | import cc.mrbird.febs.dapp.entity.DappMemberEntity; |
| | | import cc.mrbird.febs.dapp.entity.DappSystemProfit; |
| | |
| | | return dappMemberService.agentLevelSetUpdate(agentLevelSetUpdateDto); |
| | | } |
| | | |
| | | /** |
| | | * 代理列表-设置代理级别 |
| | | */ |
| | | @PostMapping("updateSystemPay") |
| | | @ControllerEndpoint(operation = "会员列表-系统拨付", exceptionMessage = "操作失败") |
| | | public FebsResponse agentLevelSetUpdate(@Valid MallSystemPayDto mallSystemPayDto) { |
| | | return dappMemberService.updateSystemPay(mallSystemPayDto); |
| | | } |
| | | |
| | | } |