info get profile

This commit is contained in:
eson 2023-09-27 15:37:02 +08:00
parent 3dc822fcde
commit 43752954ae

View File

@ -85,6 +85,7 @@ func (l *AddressAddLogic) AddressAdd(req *types.AddressRequest, userinfo *auth.U
}
return resp.SetStatus(basic.CodeOK, map[string]any{
"address_id": address.AddressId,
"address_list": addresses,
}) // 返回成功并返回地址ID