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:
parent
428ac91737
commit
02361c4dcd
|
|
@ -573,6 +573,7 @@ export class UserAccountController {
|
|||
}
|
||||
|
||||
@Get('internal/users/by-wallet-address')
|
||||
@Public()
|
||||
@ApiOperation({
|
||||
summary: '通过钱包地址查询用户信息(内部调用)',
|
||||
description: '通过区块链钱包地址查询用户的 accountSequence 和 userId',
|
||||
|
|
|
|||
Loading…
Reference in New Issue