This commit is contained in:
suyl
2021-07-13 15:43:50 +08:00
parent e7460cabc5
commit 2ef51857b5

View File

@@ -139,7 +139,9 @@ func (c *ApiController) CallOpenAPI() {
//判断app_id和sign匹配end
//call
urls, _ = c.Input()
fmt.Println("urls ................", urls)
dataMap = utils.URLValues2Map(urls)
fmt.Println("urls2 ................", dataMap)
delete(dataMap, keyMethod)
delete(dataMap, keyTimestamp)
delete(dataMap, keySign)