Showing
1 changed file
with
3 additions
and
3 deletions
@@ -53,11 +53,11 @@ public class FavoriteSkuController { | @@ -53,11 +53,11 @@ public class FavoriteSkuController { | ||
53 | * @param vo | 53 | * @param vo |
54 | * @return | 54 | * @return |
55 | * @throws ServiceException | 55 | * @throws ServiceException |
56 | - * http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.user.favoriteSkuCacel&uid=500031826&storageId=10000162 | 56 | + * http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.user.favoriteSkuCancel&uid=500031826&storageId=10000162 |
57 | */ | 57 | */ |
58 | - @RequestMapping(params = "method=ufo.user.favoriteSkuCacel") | 58 | + @RequestMapping(params = "method=ufo.user.favoriteSkuCancel") |
59 | public ApiResponse cancelFavorite(FavoriteSkuRequestVO vo) throws ServiceException { | 59 | public ApiResponse cancelFavorite(FavoriteSkuRequestVO vo) throws ServiceException { |
60 | - logger.info("Begin call ufo.user.favoriteSkuCacel with param is {}", vo); | 60 | + logger.info("Begin call ufo.user.favoriteSkuCancel with param is {}", vo); |
61 | validateRequest(vo, true); | 61 | validateRequest(vo, true); |
62 | favoriteSkuService.cancelFavorite(vo); | 62 | favoriteSkuService.cancelFavorite(vo); |
63 | return new ApiResponse.ApiResponseBuilder().message("收藏成功").build(); | 63 | return new ApiResponse.ApiResponseBuilder().message("收藏成功").build(); |
-
Please register or login to post a comment