-
-
Save housemeow/3750c95f346117cb0f1e to your computer and use it in GitHub Desktop.
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 characters
[POST] url/makeFriend | |
{ | |
Header:{ | |
Authentication: "token" | |
} | |
UrlParameter:{ | |
"Name": 使用者名稱 // String | |
"Age": 使用者年齡 // int | |
} | |
Data:{ | |
"Friend" : [使用者id] // int array | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment