魏熙美 5 年之前
父節點
當前提交
0638fc3149
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/main/java/com/huiju/estateagents/controller/ExtendContentController.java

+ 1
- 1
src/main/java/com/huiju/estateagents/controller/ExtendContentController.java 查看文件

@@ -56,7 +56,7 @@ public class ExtendContentController extends BaseController {
56 56
      * 微信 开屏 / 轮播图
57 57
      */
58 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 60
                                                   @RequestParam(value = "showPosition", required = false) String showPosition,
61 61
                                                   @RequestParam(value = "targetId", required = false) String targetId,
62 62
                                                   @RequestParam(value = "contentType", required = false) String contentType,