* Bing Ad

* Add msclkid parameter to login provider and registration API
This commit is contained in:
Zhuangzai fa
2025-07-10 17:10:19 +08:00
committed by GitHub
parent 9b24b35695
commit 286138a454
6 changed files with 30 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ export type ShortUrlParams = {
export type TrackRegisterParams = {
inviterId?: string;
bd_vid?: string;
msclkid?: string;
fastgpt_sem?: {
keyword?: string;
} & ShortUrlParams;