fix(mining-admin-service): 用户列表API添加nickname字段
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5cff606e87
commit
5ad71e2e4b
|
|
@ -434,6 +434,7 @@ export class UsersService {
|
|||
return {
|
||||
accountSequence: user.accountSequence,
|
||||
phone: this.maskPhone(user.phone),
|
||||
nickname: user.nickname || null,
|
||||
status: user.status,
|
||||
kycStatus: user.kycStatus,
|
||||
realName: user.realName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue