How does dva get other methods in effects

how to get other methods in effects in dva effects

May.08,2021

if it is in model

clipboard.png

clipboard.png


use put to call

yield put({
  type: '',
  payload: {
    // 
  },
});
Menu