Response.success undefined in angular
your backend code has no any body response. add ResponseBuilder entity to your Response.it should be like this: return Response.status(Response.Status.OK)// Response.Status.OK: 200
.
原创
2017-12-29 20:15:32 ·
1252 阅读 ·
0 评论