import { take, put, call, fork, cancel } from 'redux-saga/effects' import API from '...' function* fetchUser() { yield put({type:'fetch_user_ing'}) const ...
確定! 回上一頁