This commit is contained in:
richboo111
2022-10-26 10:19:08 +08:00
parent 1cdfd69d5d
commit 32679b215f
3 changed files with 5 additions and 5 deletions

View File

@@ -379,6 +379,7 @@ func (a *API) AccessAPIHavePage(apiStr string, jdParams map[string]interface{},
localJdParams[KeyPageNo] = curPage
localJdParams[KeyPageSize] = pageSize
jsonResult, err := a.AccessAPI(apiStr, localJdParams)
if err != nil {
return nil, totalCount, err
}