@ -83,6 +83,7 @@ export function fetchJSON(url, data = {}) {
}
}).then(checkStatus)
.then(response => response.json())
.then(checkBizCode)
.catch(error => {
throw error;
});