From 1bad2d4b8cc93ffc3c9ec3e6ad2960d451f9567c Mon Sep 17 00:00:00 2001 From: lishengzhao Date: Tue, 11 Nov 2014 16:45:47 +0800 Subject: [PATCH] Add comment --- others/oauth_test.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/others/oauth_test.txt b/others/oauth_test.txt index 04ccfb7..76c09e9 100644 --- a/others/oauth_test.txt +++ b/others/oauth_test.txt @@ -7,4 +7,6 @@ http://localhost:8080/oauth/token?client_id=unity-client&client_secret=unity&gra +返回的数据 {"access_token":"3420d0e0-ed77-45e1-8370-2b55af0a62e8","token_type":"bearer","refresh_token":"b36f4978-a172-4aa8-af89-60f58abe3ba1","expires_in":43199,"scope":"read write"} +