Commit a0ce85e2 by wuwenlong

swagger opt

parent 7920cab0
......@@ -80,7 +80,7 @@ public class WeChatController {
/**
* 订阅消息模板列表
*/
@ApiOperation(value = "订阅消息模板列表")
// @ApiOperation(value = "订阅消息模板列表")
@RequestMapping(value = "/program/my/temp/list", method = RequestMethod.GET)
@ApiImplicitParam(name = "type")
public R<List<TemplateMessage>> programMyTempList(@RequestParam(name = "type") String type) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment