1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user