Skip to content

Instantly share code, notes, and snippets.

@housemeow
Created May 9, 2015 01:41
Show Gist options
  • Save housemeow/3750c95f346117cb0f1e to your computer and use it in GitHub Desktop.
Save housemeow/3750c95f346117cb0f1e to your computer and use it in GitHub Desktop.
[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