예외 분기 추가

main
JungJun 2 years ago
parent 810fde58aa
commit bcc608a580

@ -201,8 +201,7 @@ func (s *ScenarioSession) BOTPFunc(w http.ResponseWriter, r *http.Request) {
// case "space":
// case "null":
// }
}
} else {
////////////////////////////////////
//////// SCENARIO MAPPING///////////
////////////////////////////////////
@ -308,6 +307,7 @@ func (s *ScenarioSession) BOTPFunc(w http.ResponseWriter, r *http.Request) {
}
}
}
}
// response marshal
resMarshal, jerr := json.Marshal(response)

Loading…
Cancel
Save