diff --git a/src/service/csdnApi.js b/src/service/csdnApi.js index a243e970683ffbcfb7a6f4da4f4dd02993559779..e97a5c19185ab77ebdf03e111b63afd803f16c36 100644 --- a/src/service/csdnApi.js +++ b/src/service/csdnApi.js @@ -10,6 +10,5 @@ function updateApi(){ }) } export function getRemoteCsdnGrade(data){ - updateApi() return axios.post(url, data, { timeout: 100000 }) } \ No newline at end of file