Revert "新增加第三方登录授权功能"

This reverts commit e4b405491f.
This commit is contained in:
三个三
2023-06-11 19:26:14 +00:00
committed by Gitee
parent e4b405491f
commit 2d894c1309
12 changed files with 3 additions and 466 deletions

View File

@ -26,9 +26,7 @@ public enum DeviceType {
/**
* 小程序端
*/
XCX("xcx"),
auth("auth");
XCX("xcx");
private final String device;
}