额外参数新增uuid算法

This commit is contained in:
Liujian
2024-03-12 16:04:02 +08:00
parent 2f81cbf3a8
commit 06006a38d4
4 changed files with 62 additions and 1 deletions

View File

@@ -69,7 +69,7 @@ func (ur *URIRequest) GetQuery(key string) string {
}
func (ur *URIRequest) RawQuery() string {
return string(ur.uri.QueryString())
return string(ur.uri.QueryArgs().String())
}
func (ur *URIRequest) SetPath(s string) {