Showing
1 changed file
with
1 additions
and
2 deletions
@@ -6,7 +6,6 @@ import org.slf4j.Logger; | @@ -6,7 +6,6 @@ import org.slf4j.Logger; | ||
6 | import org.slf4j.LoggerFactory; | 6 | import org.slf4j.LoggerFactory; |
7 | import org.springframework.stereotype.Controller; | 7 | import org.springframework.stereotype.Controller; |
8 | import org.springframework.web.bind.annotation.RequestMapping; | 8 | import org.springframework.web.bind.annotation.RequestMapping; |
9 | -import org.springframework.web.bind.annotation.RequestParam; | ||
10 | import org.springframework.web.bind.annotation.ResponseBody; | 9 | import org.springframework.web.bind.annotation.ResponseBody; |
11 | 10 | ||
12 | import com.yoho.activity.common.ApiResponse; | 11 | import com.yoho.activity.common.ApiResponse; |
@@ -42,7 +41,7 @@ public class OrderShareController { | @@ -42,7 +41,7 @@ public class OrderShareController { | ||
42 | * | 41 | * |
43 | * @return | 42 | * @return |
44 | */ | 43 | */ |
45 | - @RequestMapping(params = "method=app.activity.getActivityInfo") | 44 | + @RequestMapping(params = "method=wap.activity.getActivityInfo") |
46 | @ResponseBody | 45 | @ResponseBody |
47 | public ApiResponse getActivityInfo() { | 46 | public ApiResponse getActivityInfo() { |
48 | logger.info("getActivityInfo"); | 47 | logger.info("getActivityInfo"); |
-
Please register or login to post a comment