Last active
May 13, 2018 23:04
-
-
Save randyzhao/34538e8d2d755c56c8360f40e16ce8dd to your computer and use it in GitHub Desktop.
Revisions
-
randyzhao revised this gist
May 13, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ "name": "United States", "code": "US" }, "type": 2 } -
randyzhao revised this gist
May 13, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ "name": "United States", "code": "US" }, "type": 2 // 1 for normal user and 2 for admin } -
randyzhao created this gist
May 13, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ { "username": "Test user", "country": { "name": "United States", "code": "US" }, "type": 2 }