This commit is contained in:
邹宗楠
2026-05-15 09:17:29 +08:00
parent adeb6575cb
commit d7aab91a20
9 changed files with 156 additions and 32 deletions

View File

@@ -322,6 +322,9 @@ func genNormalHavePageResultParser(dataKey string) (handler PageResultParser) {
return nil, 0, platformapi.ErrResponseDataFormatWrong
}
}
if resultStr, ok := tempResult.(map[string]interface{}); ok {
result0 = resultStr
}
result = result0
if totalCount == 0 {