aa
This commit is contained in:
@@ -2,6 +2,7 @@ package mtunionapi
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
"fmt"
|
||||||
"git.rosy.net.cn/baseapi/utils"
|
"git.rosy.net.cn/baseapi/utils"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net/http"
|
"net/http"
|
||||||
@@ -39,6 +40,7 @@ func (a *API) GetCallbackMsg(request *http.Request) (call *CallBackResult, err e
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
mapData := utils.URLValues2Map(values)
|
mapData := utils.URLValues2Map(values)
|
||||||
|
fmt.Println("mapData", mapData)
|
||||||
for k, _ := range mapData {
|
for k, _ := range mapData {
|
||||||
json.Unmarshal([]byte(k), &call)
|
json.Unmarshal([]byte(k), &call)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user