Skip to content

Commit 7d86bea

Browse files
committed
删除多余cotext
1 parent 1dbcc1d commit 7d86bea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paginator.go

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ func (h *HttpResult) SearchByParams(params map[string]string, excepts ...string)
5252

5353
func (r *HttpResult) ResultPagination(dest any,withes ...string) (http.Response, error) {
5454
request := r.Context.Request()
55-
ctx:=r.Context
5655
pageSize := request.Query("pageSize", "10")
5756
pageSizeInt := cast.ToInt(pageSize)
5857
currentPage := request.Query("currentPage", "1")

0 commit comments

Comments
 (0)