|
@@ -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,
|