Commit a23c9e43f3c21ae4b32182d3fbccad346ef033d8

Authored by louyao
1 parent 18d4aac5
Exists in master

渠道商后台

src/main/java/com/sincere/wechatbusiness/controller/ChannelController.java
@@ -103,7 +103,6 @@ public class ChannelController { @@ -103,7 +103,6 @@ public class ChannelController {
103 return new BaseDto(); 103 return new BaseDto();
104 } 104 }
105 105
106 -  
107 @RequestMapping(value = "DeleteChannel",method = RequestMethod.GET) 106 @RequestMapping(value = "DeleteChannel",method = RequestMethod.GET)
108 @ApiOperation(value = "删除渠道商") 107 @ApiOperation(value = "删除渠道商")
109 public BaseDto DeleteChannel(int id){ 108 public BaseDto DeleteChannel(int id){