We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd35784 commit 40371dbCopy full SHA for 40371db
iCourse/Helpers/JLUiCourseApi.cs
@@ -275,7 +275,6 @@ private async Task<List<Course>> GetFavoriteCoursesAsync()
275
private async Task<(bool isSuccess, string? msg)> SelectCourseAsync(Course courseInfo)
276
{
277
client.SetReferer("https://icourses.jlu.edu.cn/xsxk/elective/grablessons?batchId=" + batch.batchId);
278
-
279
while (true)
280
281
var response = await client.HttpPostAsync("xsxk/sc/clazz/addxk", new FormUrlEncodedContent(new Dictionary<string, string>
0 commit comments