Browse Source

APP接口地址恢复

anderx 8 years ago
parent
commit
a27e7d319b

+ 1 - 1
src/main/java/com/goafanti/app/controller/AppAchievementDemandController.java

@@ -28,7 +28,7 @@ import com.goafanti.user.service.UserIdentityService;
 import com.goafanti.user.service.UserInterestService;
 
 @RestController
-@RequestMapping(path = "/open/api/open/achievementDemand", method = RequestMethod.GET)
+@RequestMapping(path = "/api/open/achievementDemand", method = RequestMethod.GET)
 public class AppAchievementDemandController extends BaseApiController {
 	@Resource
 	private BannersService		bannersService;