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 103 return new BaseDto();
104 104 }
105 105  
  106 +
106 107 @RequestMapping(value = "DeleteChannel",method = RequestMethod.GET)
107 108 @ApiOperation(value = "删除渠道商")
108 109 public BaseDto DeleteChannel(int id){
... ...