| | |
| | | |
| | | import com.baomidou.mybatisplus.core.toolkit.StringPool; |
| | | import com.xcong.excoin.common.annotation.ControllerEndpoint; |
| | | import com.xcong.excoin.common.annotation.SubmitRepeat; |
| | | import com.xcong.excoin.common.controller.BaseController; |
| | | import com.xcong.excoin.common.entity.FebsResponse; |
| | | import com.xcong.excoin.common.entity.QueryRequest; |
| | |
| | | return new FebsResponse().success().data(map); |
| | | } |
| | | |
| | | // @SubmitRepeat |
| | | @PostMapping("add") |
| | | @RequiresPermissions("agent:add") |
| | | @ControllerEndpoint(operation = "新增代理商", exceptionMessage = "新增代理商失败") |