feat(115): add qrcode login (#2206)

This commit is contained in:
sheltonzhu
2022-11-04 21:16:52 +08:00
committed by GitHub
parent 7bfa5876ed
commit 619a9aeb6c
4 changed files with 28 additions and 11 deletions

View File

@ -6,7 +6,8 @@ import (
)
type Addition struct {
Cookie string `json:"cookie" required:"true"`
Cookie string `json:"cookie"`
QRCodeToken string `json:"qrcode_token"`
driver.RootID
}