标签: java json okhttp
我收到了来自
http://localhost:8080/hello-world/login?name=ilkin&password=pass
响应:
{"token":"b49cd24c-d35f-4c5c-aac5-9017b8d3641d"}
现在我需要使用此标记值并使用它创建另一个get请求。
http://localhost:8080/hello-world/person?token=token
我怎么能用okhttp完成所有这些?