POST /auth/qr-login/scan
A logged-in user scans the QR code, updating the session status to scanned, and optionally attaching device information.
Sessions & Devices `bearerAuth` application/json
Request Body
Schema: dto.QrLoginScanRequest
| Field | Type | Required | Example | Constraints | Description |
token |
string |
Yes |
|
|
|
device_info |
string |
No |
|
|
|
Referenced Schemas
dto.SimpleResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
gitee_com_linmes_authms_base_dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|