I get response Obj, but the bodyText is undefined.
Try response.bodyto get the JSON object.
response.body
so i can't use the response.json() to get Obj,plz help...T.T
thx~
Most helpful comment
Try
response.bodyto get the JSON object.