skyblued 2 년 전
부모
커밋
19f034751d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/pages/detail/runtime.ts

+ 1 - 0
src/pages/detail/runtime.ts

@@ -891,6 +891,7 @@ const updatePlayTime = async (time: number) => {
     try {
       const res = await request.post('/musicPracticeRecord/save', {
         prefix: clientType === 'teacher' ? '/api-teacher' : '/api-student',
+        requestType: 'json',
         data: {
           musicSheetId: getLinkId(),
           sysMusicScoreId: getLinkId(),