test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user