cxmo 1 year ago
parent
commit
5dd67046e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/api/report.js

+ 1 - 1
src/api/report.js

@@ -266,5 +266,5 @@ export const apiReportChapterAudioSet=params=>{
  * @returns 
  */
  export const apiGetPDFDetail = params=>{
-    return httpGet('/report/pdf/detail',params)
+    return get('/report/pdf/detail',params)
 }