Showing
1 changed file
with
1 additions
and
1 deletions
@@ -36,7 +36,7 @@ public class ProductLimitUserHelpRest { | @@ -36,7 +36,7 @@ public class ProductLimitUserHelpRest { | ||
36 | return new ApiResponse.ApiResponseBuilder().code(200).data(limitProductHelpUserList).message("获取助力用户信息成功").build(); | 36 | return new ApiResponse.ApiResponseBuilder().code(200).data(limitProductHelpUserList).message("获取助力用户信息成功").build(); |
37 | } | 37 | } |
38 | 38 | ||
39 | - @RequestMapping(params = "method=app.limitProduct.addhelpUserInfo") | 39 | + @RequestMapping(params = "method=app.limitProduct.addHelpUserInfo") |
40 | @ResponseBody | 40 | @ResponseBody |
41 | public ApiResponse addhelpUserInfo(LimitProductHelpUserRequestBO limitProductHelpUserRequestBO) { | 41 | public ApiResponse addhelpUserInfo(LimitProductHelpUserRequestBO limitProductHelpUserRequestBO) { |
42 | logger.info("ProductLimitUserHelpRest addhelpUserInfo params is{}", limitProductHelpUserRequestBO); | 42 | logger.info("ProductLimitUserHelpRest addhelpUserInfo params is{}", limitProductHelpUserRequestBO); |
-
Please register or login to post a comment