yagi2 / imas_api

アイマスの情報を叩けば出るAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

返却要素の共通部分を作るメソッドを分離する

yagi2 opened this issue · comments

{
result: {
code: xxx,
message: xxx,
}
input: {
hoge: {
piyo: xxx,
}
result: 0
}
みたいなやつのresultとかそういう部分を作るのをメソッドとして分離する。