1
This commit is contained in:
@@ -36,10 +36,6 @@ func ConfigSpiWithUrlQuery(request DoudianOpSpiRequest, handler BizHandler, quer
|
|||||||
appKey := queries.Get("app_key")
|
appKey := queries.Get("app_key")
|
||||||
paramJson := queries.Get("param_json")
|
paramJson := queries.Get("param_json")
|
||||||
if len(paramJson) == 0 {
|
if len(paramJson) == 0 {
|
||||||
<<<<<<< HEAD
|
|
||||||
//bs, _ := io.ReadAll(body)
|
|
||||||
=======
|
|
||||||
>>>>>>> 4829577ec90a3adad3ba5b0b591b6537e86a3915
|
|
||||||
bs, _ := ioutil.ReadAll(body)
|
bs, _ := ioutil.ReadAll(body)
|
||||||
paramJson = string(bs)
|
paramJson = string(bs)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user