Skip to content

Commit 165dc08

Browse files
committed
Added log
1 parent 2b73e53 commit 165dc08

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/actions/user/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,13 @@ export const GetAppxVideoPlayerUrl = async (courseId: string, videoId: string):
7070
'User-Id': appxUserId,
7171
},
7272
};
73+
console.log(config);
74+
console.log(url);
7375

7476
const res = await axios.request(config);
7577
const { video_player_token, video_player_url } = res.data.data;
78+
console.log(video_player_token);
79+
console.log(video_player_url);
7680
const full_video_url = `${video_player_url}${video_player_token}&watermark=${name}%0A${email}`;
7781
return full_video_url;
7882
};

0 commit comments

Comments
 (0)