POST /auth/qr-login/scan
已登录用户扫描二维码,将会话状态更新为已扫描,同时可附件设备信息
会话与设备 `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 |
|
|
|