JSONObject response = JSON.parseObject(result); String token = response.getString("data"); vars.put("token",token); String getToken ...
確定! 回上一頁