Last active
October 25, 2016 04:47
-
-
Save seka/bf0a7ec699aaf0fa2368590f11044aad 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
{ | |
"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