feat: 资产信息接口返回当前登录用户绑定手机号
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m30s

This commit is contained in:
2026-04-14 10:08:42 +08:00
parent 7308afe801
commit 37706bc7ce
2 changed files with 6 additions and 0 deletions

View File

@@ -148,7 +148,10 @@ func (h *ClientAssetHandler) GetAssetInfo(c *fiber.Ctx) error {
return err
}
phone, _ := middleware.GetCustomerPhone(c)
resp := &dto.AssetInfoResponse{
BoundPhone: phone,
AssetType: resolved.Asset.AssetType,
AssetID: resolved.Asset.AssetID,
Identifier: resolved.Identifier,