Skip to content

Instantly share code, notes, and snippets.

@seka
Last active October 25, 2016 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seka/bf0a7ec699aaf0fa2368590f11044aad to your computer and use it in GitHub Desktop.
Save seka/bf0a7ec699aaf0fa2368590f11044aad to your computer and use it in GitHub Desktop.
リクエストのサンプル
{
"lunch_id": int,
"separateSize": int,
"members": [
{
"user_id": int,
"user_name": string,
"user_sex": boolean
"user_expense_times": int
"user_select_shop_times": int
}, ...
]
"prev_teams" [
{
"team_id": int,
"members": [
{
"user_id": int,
"user_name": string
}, ...
]
}, ...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment