This commit is contained in:
hailin 2025-03-14 20:18:51 +08:00
parent 86292da531
commit fa76cf38dd
1 changed files with 2 additions and 2 deletions

View File

@ -103,8 +103,8 @@ export function MixSignUp(props: {
try { try {
await service.post('/api/v1/common/auth-code', { await service.post('/api/v1/common/auth-code', {
user_name: email, user_name: username,
email: email, email: username,
}).then(function (result: any) { }).then(function (result: any) {
setIsLoading(false); setIsLoading(false);