This commit is contained in:
苏尹岚
2021-04-20 18:23:30 +08:00
parent a8c8946082
commit 340dd72494
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
package mtunionapi
import (
"fmt"
"git.rosy.net.cn/baseapi/utils"
"io/ioutil"
"net/http"
@@ -37,6 +38,7 @@ func (a *API) GetCallbackMsg(request *http.Request) (call *CallBackResult, err e
if err != nil {
return nil, err
}
fmt.Println("1111111111111", values)
mapData := utils.URLValues2Map(values)
utils.Map2StructByJson(mapData, &call, false)
return call, err