Enhance WeChat login functionality (#5213)

* Enhance WeChat login functionality

* Add inviterId
This commit is contained in:
Zhuangzai fa
2025-07-15 17:29:36 +08:00
committed by GitHub
parent 0c0e54cb05
commit 4e2ab1f63b
4 changed files with 36 additions and 15 deletions

View File

@@ -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 = {