mirror of
https://github.com/certd/certd.git
synced 2026-05-16 05:07:32 +08:00
feat: 用户套餐,用户支付功能
This commit is contained in:
@@ -206,6 +206,9 @@ export class UserService extends BaseService<UserEntity> {
|
||||
});
|
||||
|
||||
delete newUser.password;
|
||||
|
||||
utils.mitter.emit('register', { userId: newUser.id });
|
||||
|
||||
return newUser;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user