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