mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-15 15:41:05 +00:00
Enhance WeChat login functionality (#5213)
* Enhance WeChat login functionality * Add inviterId
This commit is contained in:
4
packages/global/support/user/api.d.ts
vendored
4
packages/global/support/user/api.d.ts
vendored
@@ -21,6 +21,10 @@ export type OauthLoginProps = {
|
||||
export type WxLoginProps = {
|
||||
inviterId?: string;
|
||||
code: string;
|
||||
bd_vid?: string;
|
||||
msclkid?: string;
|
||||
fastgpt_sem?: string;
|
||||
sourceDomain?: string;
|
||||
};
|
||||
|
||||
export type FastLoginProps = {
|
||||
|
Reference in New Issue
Block a user