绑定邮箱时添加国家、职业信息

This commit is contained in:
2025-01-10 17:16:08 +08:00
parent 931a4cf807
commit ac2454fd0e
4 changed files with 14 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ public interface AccountService extends IService<Account> {
*/
Boolean bindEmail(AccountBindEmailDTO accountBindEmailDTO);
Boolean bindEmail(String email, String country, String occupation);
Boolean bindEmail(String email);
/**
* 忘记密码