bding 1 жил өмнө
parent
commit
55986470de
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/api/cygx/api.js

+ 1 - 1
src/api/cygx/api.js

@@ -79,6 +79,6 @@ export const inrernalApi = {
   },
   /* 新增音频放记录 报告 */
   reportVoiceHistoryAdd: (params) => {
-    return post("/report/voiceHistory/add", params);
+    return post("/report/videoHistory/add", params);
   },
 };