This commit is contained in:
hailin 2025-03-15 20:07:36 +08:00
parent 8af6b70b7e
commit 49aae581b8
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ export function MixSignIn(props: {
setIsLoading(true);
await service.post('/api/v1/customer/login', {
user_name: email,
user_name: user,
password: md5(password),
}).then(function (result: any) {