|
|
|
@@ -43,7 +43,7 @@ public class WxCouponChannelController extends BaseController { |
|
|
|
@Autowired |
|
|
|
private WxMerchantService wxMerchantService; |
|
|
|
|
|
|
|
@RedisCache(expireTime = 100) |
|
|
|
// @RedisCache(expireTime = 100) |
|
|
|
@ApiOperation("分页列表接口") |
|
|
|
@GetMapping("list") |
|
|
|
@ApiImplicitParams({ |
|
|
|
@@ -151,7 +151,7 @@ public class WxCouponChannelController extends BaseController { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@RedisCache(expireTime = 100) |
|
|
|
@RedisCache(expireTime = 60) |
|
|
|
@ApiOperation("分页列表接口") |
|
|
|
@GetMapping("change") |
|
|
|
public ResultData change(@ModelAttribute WxCouponChannel wxCouponChannel) { |
|
|
|
|