Skip to content

Commit

Permalink
[bug] print
Browse files Browse the repository at this point in the history
  • Loading branch information
yunji118 committed Jan 12, 2024
1 parent dc7f790 commit f79492a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public String getTransSentence(String s, User user) throws ParseException {
JSONParser jsonParser = new JSONParser();
JSONObject jsonObject = (JSONObject) jsonParser.parse(responseBody);

System.out.println("jsonObject = " + jsonObject);
JSONObject messageObj = (JSONObject) jsonObject.get("message");
System.out.println("messageObj = " + messageObj);
JSONObject resultObj = (JSONObject) messageObj.get("result");
Expand Down

0 comments on commit f79492a

Please sign in to comment.