This commit is contained in:
苏尹岚
2021-04-21 09:06:16 +08:00
parent 340dd72494
commit 077ff77417

View File

@@ -38,8 +38,9 @@ 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)
fmt.Println("1111111111111111111", mapData)
utils.Map2StructByJson(mapData, &call, false)
fmt.Println("2222222222222222222", utils.Format4Output(call, true))
return call, err
}