예외 분기 추가

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

Loading…
Cancel
Save