React实现接收model网络数据
下面是model层的代码 做业务网络请求* identityVerification({ payload, }, { call, }) { let result = false; try { yield call(Service.identityVerification, payload); re...