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(),