From 492ec5b26be12ccc18bfc2006b2c9ff16d2e4bef Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Tue, 23 Jun 2026 16:26:13 +0800
Subject: [PATCH] fix(mall): 修复Tokenview Webhook服务交易验证逻辑
---
src/main/java/cc/mrbird/febs/mall/dto/AddressInfoDto.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/cc/mrbird/febs/mall/dto/AddressInfoDto.java b/src/main/java/cc/mrbird/febs/mall/dto/AddressInfoDto.java
index 4d269ab..f126756 100644
--- a/src/main/java/cc/mrbird/febs/mall/dto/AddressInfoDto.java
+++ b/src/main/java/cc/mrbird/febs/mall/dto/AddressInfoDto.java
@@ -48,6 +48,8 @@
@NotBlank(message = "Country/Region required")
@ApiModelProperty(value = "Country/Region")
private String country;
+ @ApiModelProperty(value = "Country/Region")
+ private String countryName;
/**
* 经度
--
Gitblit v1.9.1