mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增单点登录回调页面
This commit is contained in:
18
src/typings/api/system.api.d.ts
vendored
18
src/typings/api/system.api.d.ts
vendored
@ -594,5 +594,23 @@ declare namespace Api {
|
||||
|
||||
/** client list */
|
||||
type ClientList = Api.Common.PaginatingQueryRecord<Client>;
|
||||
|
||||
/** social source */
|
||||
type SocialSource =
|
||||
| 'maxkey'
|
||||
| 'topiam'
|
||||
| 'qq'
|
||||
| 'weibo'
|
||||
| 'gitee'
|
||||
| 'dingtalk'
|
||||
| 'baidu'
|
||||
| 'csdn'
|
||||
| 'coding'
|
||||
| 'oschina'
|
||||
| 'alipay_wallet'
|
||||
| 'wechat_open'
|
||||
| 'wechat_mp'
|
||||
| 'wechat_enterprise'
|
||||
| 'gitlab';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user