Commit 9608e6c6d669c51f87522c53b646804f9d3fa1d3

Authored by louyao
1 parent a23c9e43
Exists in master

渠道商后台

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