1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00
This commit is contained in:
scjtqs 2020-08-30 02:29:29 +08:00
parent fc18b84d4b
commit bcdbefb355
2 changed files with 6 additions and 7 deletions

View File

@ -400,7 +400,6 @@ func getParamOrDefault(c *gin.Context, k, def string) string {
return def
}
func getParam(c *gin.Context, k string) string {
p, _ := getParamWithType(c, k)
return p