From f7a2d28869cc31c7dbe057a1d80dd40536d97fed Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 08 三月 2023 15:45:33 +0800 Subject: [PATCH] 业务经理查询客户接口 --- 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