修复bug

This commit is contained in:
johlanse 2022-08-20 12:18:58 +08:00
parent c22f967a99
commit 679a443efe
1 changed files with 6 additions and 6 deletions

View File

@ -172,11 +172,11 @@ func (c *Core) RespondDaily(user *model.User, model string) {
//} //}
//获取专项答题ID //获取专项答题ID
//id, err = getSpecialID(user.ToCookies()) id, err = getSpecialID(user.ToCookies())
//if err != nil { if err != nil {
// return return
//} }
id = 81 //id = 81
// 跳转到专项答题界面 // 跳转到专项答题界面
_, err = page.Goto(fmt.Sprintf("https://pc.xuexi.cn/points/exam-paper-detail.html?id=%d", id), playwright.PageGotoOptions{ _, err = page.Goto(fmt.Sprintf("https://pc.xuexi.cn/points/exam-paper-detail.html?id=%d", id), playwright.PageGotoOptions{
Referer: playwright.String(MyPointsUri), Referer: playwright.String(MyPointsUri),