From 6108fe7c4f3a329e8d309d00ee0b1761b8c5ad8f Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期五, 16 十二月 2022 09:39:55 +0800 Subject: [PATCH] 请示批复”里增加“招标信息网”的试用权限 --- zhengcaioa/zhengcaioa/appsettings.Development.json | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/zhengcaioa/zhengcaioa/appsettings.Development.json b/zhengcaioa/zhengcaioa/appsettings.Development.json index 17e79f6..e86b578 100644 --- a/zhengcaioa/zhengcaioa/appsettings.Development.json +++ b/zhengcaioa/zhengcaioa/appsettings.Development.json @@ -1,7 +1,8 @@ { "ConnectionStrings": { "DefaultConnection": "server=.;database=zhengcaioa;uid=sa;pwd=123456;", - "zcwebConnection": "server=localhost;database=zcweb;uid=sa;pwd=123456;" + "zcwebConnection": "server=localhost;database=zcweb;uid=sa;pwd=123456;", + "zcUserInfoNConnection": "server=localhost;database=zcUserInfoN_db;uid=sa;pwd=123456;" }, "Logging": { "LogLevel": { @@ -11,15 +12,20 @@ } }, "AllowedHosts": "*", - "Elasticsearchurl": "http://localhost:9200", + "Elasticsearchurl": "http://192.168.0.4:9200", "SecurityKey": "superSecretKey@345", - "Shuchengurl": "http://192.168.0.191:8085", + "Shuchengurl": "http://192.168.0.7:8085", "GetShopUsers": "/actionapi/Shop/GetShopUsers", "huiyuanurl": "http://192.168.0.113:8087", "GetDateFirstOrderUser": "/api/ZCBackgRound/GetDateFirstOrderUser", "GetUserinfoAndRule": "/api/ZCBackgRound/GetUserinfoAndRule", "SetCaseOrder": "/api/ZCBackgRound/SetCaseOrder", "GetYGPromoteCode": "/api/ZCBackgRound/GetYGPromoteCode", - "yaoqingma": "http://51zhengcai.com/regist?id=" + "GetYGYaoQingYonghu": "/api/ZCBackgRound/GetYGYaoQingYonghu", + "yaoqingma": "https://applet.51zhengcai.com:8088/code/", + "PassPoints": "/api/UserPoints/PassPoints", + "OaWriteTrainClassOder": "/api/ZCBackgRound/OaWriteTrainClassOder", + "OAWriteChangeAsync": "/api/ZCBackgRound/OAWriteChangeAsync", + "OASetOtherBusiness": "/api/ZCBackgRound/OASetOtherBusiness" } -- Gitblit v1.9.1