fix(identity-service): 内部接口 by-wallet-address 添加 @Public 装饰器

修复服务间调用查询钱包地址时返回 401 的问题

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-22 23:21:11 -08:00
parent 428ac91737
commit 02361c4dcd
1 changed files with 1 additions and 0 deletions

View File

@ -573,6 +573,7 @@ export class UserAccountController {
}
@Get('internal/users/by-wallet-address')
@Public()
@ApiOperation({
summary: '通过钱包地址查询用户信息(内部调用)',
description: '通过区块链钱包地址查询用户的 accountSequence 和 userId',