From 4ee77a0ee732b1d760b08d986ab308dc8d89f6be Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期三, 01 十一月 2023 10:43:54 +0800
Subject: [PATCH] 支付会员购买bug

---
 cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreInfo.java |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreInfo.java b/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreInfo.java
index 5964072..6a53dd5 100644
--- a/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreInfo.java
+++ b/cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/StoreInfo.java
@@ -14,7 +14,7 @@
     private String storeImg;
 
     @ApiModelProperty(value = "门店距离当前位置")
-    private long distance;
+    private String distance;
 
     @ApiModelProperty(value = "门店名称")
     private String storeName;
@@ -22,4 +22,10 @@
     @ApiModelProperty(value = "门店详细地址")
     private String storeAddr;
 
+    @ApiModelProperty(value = "经度")
+    String longitude;
+
+    @ApiModelProperty(value = "纬度")
+    String latitude;
+
 }

--
Gitblit v1.7.1