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