mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 20:27:45 +00:00
feat: add baidu conversion tracking (#3016)
* feat: add baidu conversion tracking * chore
This commit is contained in:
@@ -30,17 +30,20 @@ export const postRegister = ({
|
||||
username,
|
||||
password,
|
||||
code,
|
||||
inviterId
|
||||
inviterId,
|
||||
bd_vid
|
||||
}: {
|
||||
username: string;
|
||||
code: string;
|
||||
password: string;
|
||||
inviterId?: string;
|
||||
bd_vid?: string;
|
||||
}) =>
|
||||
POST<ResLogin>(`/proApi/support/user/account/register/emailAndPhone`, {
|
||||
username,
|
||||
code,
|
||||
inviterId,
|
||||
bd_vid,
|
||||
password: hashStr(password)
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user