From c28a5cd5367ba6a0d210dc897fd9a7cf6e46e570 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期五, 03 二月 2023 09:40:06 +0800
Subject: [PATCH] 把会员系统和oa系统手机号相同的客户关联起来

---
 zhengcaioa/zhengcaioa/appsettings.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/appsettings.json b/zhengcaioa/zhengcaioa/appsettings.json
index 7dc674d..d3e1c60 100644
--- a/zhengcaioa/zhengcaioa/appsettings.json
+++ b/zhengcaioa/zhengcaioa/appsettings.json
@@ -13,7 +13,7 @@
     }
   },
   "AllowedHosts": "*",
-  "Elasticsearchurl": "http://localhost:9200",
+  "Elasticsearchurl": "http://172.26.97.184:9200",
   "SecurityKey": "superSecretKey@345",
   "Shuchengurl": "http://47.108.235.38:8085",
   "GetShopUsers": "/actionapi/Shop/GetShopUsers",

--
Gitblit v1.9.1