Explorar el Código

APP开发BUG修改

anderx hace 8 años
padre
commit
fae2ecf910

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

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