|
@@ -51,7 +51,7 @@ public class IntegralShoppingMallController {
|
|
@Resource
|
|
@Resource
|
|
private IntegralShopPicService integralShopPicService;
|
|
private IntegralShopPicService integralShopPicService;
|
|
|
|
|
|
- //获取积分活动信息图片
|
|
|
|
|
|
+ //获取积分商城轮播图片
|
|
@RequestMapping(value = "/getIntegralShopPicInfoList", method = RequestMethod.GET)
|
|
@RequestMapping(value = "/getIntegralShopPicInfoList", method = RequestMethod.GET)
|
|
@ResponseBody
|
|
@ResponseBody
|
|
public String getIntegralShopPicInfoList(@RequestParam Integer stationId){
|
|
public String getIntegralShopPicInfoList(@RequestParam Integer stationId){
|
|
@@ -221,7 +221,6 @@ public class IntegralShoppingMallController {
|
|
return gson.toJson(resultData);
|
|
return gson.toJson(resultData);
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
//获取用户积分订单列表
|
|
//获取用户积分订单列表
|
|
@RequestMapping(value = "/getUserIntegralOrderList", method = RequestMethod.GET)
|
|
@RequestMapping(value = "/getUserIntegralOrderList", method = RequestMethod.GET)
|
|
@ResponseBody
|
|
@ResponseBody
|