|
|
|
@ -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)
|
|
|
|
|