This commit is contained in:
hailin 2025-03-15 13:38:23 +08:00
parent 237fa4902c
commit 6db3903dee
1 changed files with 2 additions and 2 deletions

View File

@ -101,8 +101,8 @@ export function MixSignUp(props: {
setIsLoading(true)
await service.post('/api/v1/customer/uregister', {
user_name: emailValue,
email: emailValue,
user_name: username,
Referral: "Referral",
password: md5(passwordValue),
}).then(function (result: any) {
setIsLoading(false);