This commit is contained in:
richboo111
2022-09-30 17:14:10 +08:00
parent b9f898999b
commit 2eec6d7304

View File

@@ -36,10 +36,6 @@ func ConfigSpiWithUrlQuery(request DoudianOpSpiRequest, handler BizHandler, quer
appKey := queries.Get("app_key")
paramJson := queries.Get("param_json")
if len(paramJson) == 0 {
<<<<<<< HEAD
//bs, _ := io.ReadAll(body)
=======
>>>>>>> 4829577ec90a3adad3ba5b0b591b6537e86a3915
bs, _ := ioutil.ReadAll(body)
paramJson = string(bs)
}