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
Menu