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