魏熙美 5 years ago
parent
commit
0638fc3149

+ 1
- 1
src/main/java/com/huiju/estateagents/controller/ExtendContentController.java View File

56
      * 微信 开屏 / 轮播图
56
      * 微信 开屏 / 轮播图
57
      */
57
      */
58
     @RequestMapping(value="/wx/extendContent/{showType}",method= RequestMethod.GET)
58
     @RequestMapping(value="/wx/extendContent/{showType}",method= RequestMethod.GET)
59
-    public ResponseBean extendContentListShowType(@PathVariable(value = "showType", required = false) String showType,
59
+    public ResponseBean extendContentListShowType(@PathVariable(value = "showType") String showType,
60
                                                   @RequestParam(value = "showPosition", required = false) String showPosition,
60
                                                   @RequestParam(value = "showPosition", required = false) String showPosition,
61
                                                   @RequestParam(value = "targetId", required = false) String targetId,
61
                                                   @RequestParam(value = "targetId", required = false) String targetId,
62
                                                   @RequestParam(value = "contentType", required = false) String contentType,
62
                                                   @RequestParam(value = "contentType", required = false) String contentType,