Merge pull request #233 from orangebabu/main

app登录+二维码登录
This commit is contained in:
orangebabu
2024-08-20 10:58:52 +08:00
committed by GitHub
4 changed files with 35 additions and 6 deletions

View File

@@ -314,9 +314,9 @@ public class LoginEntryPoint {
} catch (BusinessException businessException) {
return new Message<>(businessException.getCode(), businessException.getMessage());
}
} else {
return new Message<>(20005, "state失效重新获取");
}
return new Message<>(Message.FAIL);
}
@Operation(summary = "app扫描二维码", description = "扫描二维码登录", method = "POST")