With dva, if the returned data is a number, can it not be saved to result?

normal request data is purple

*getlist{payload}, {call, put}{
      const data = yield call(getlist,payload)
      //data
  }

so here comes the problem
the number returned by my API is normally
stored under the result attribute of data, but the API clearly returns data. Why is it not received by data? Where"s result? Tmurt

Mar.11,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b936-2b222.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b936-2b222.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?