When the web API returned, you applied the JSON decode
to the wrong item.
You tried to decode the response code, which is just
a number (200) to tell you the web call worked.
The proper item to decode is responseContent,
which has the JSON text.
--
댓글 없음:
댓글 쓰기