Commit 18d4aac56abda53bc9a68081354f5c5242b13297

Authored by louyao
1 parent f318719c
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){