test
This commit is contained in:
@@ -139,7 +139,9 @@ func (c *ApiController) CallOpenAPI() {
|
|||||||
//判断app_id和sign匹配end
|
//判断app_id和sign匹配end
|
||||||
//call
|
//call
|
||||||
urls, _ = c.Input()
|
urls, _ = c.Input()
|
||||||
|
fmt.Println("urls ................", urls)
|
||||||
dataMap = utils.URLValues2Map(urls)
|
dataMap = utils.URLValues2Map(urls)
|
||||||
|
fmt.Println("urls2 ................", dataMap)
|
||||||
delete(dataMap, keyMethod)
|
delete(dataMap, keyMethod)
|
||||||
delete(dataMap, keyTimestamp)
|
delete(dataMap, keyTimestamp)
|
||||||
delete(dataMap, keySign)
|
delete(dataMap, keySign)
|
||||||
|
|||||||
Reference in New Issue
Block a user