mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-27 07:43:24 +08:00
新增加第三方登录授权功能
This commit is contained in:
@@ -26,7 +26,9 @@ public enum DeviceType {
|
||||
/**
|
||||
* 小程序端
|
||||
*/
|
||||
XCX("xcx");
|
||||
XCX("xcx"),
|
||||
|
||||
auth("auth");
|
||||
|
||||
private final String device;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user