Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
data-center-auto
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bltdc
data-center-auto
Commits
27964a05
Commit
27964a05
authored
Feb 24, 2020
by
泽锋 李
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换采购系统推单的接口
parent
cfb81d43
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
Program.cs
AutoGeneratePurchaseAdvise/Program.cs
+1
-1
appsettings.dev.json
AutoGeneratePurchaseAdvise/appsettings.dev.json
+1
-1
appsettings.json
AutoGeneratePurchaseAdvise/appsettings.json
+1
-1
appsettings.prod.json
AutoGeneratePurchaseAdvise/appsettings.prod.json
+1
-1
appsettings.Development.json
AutoTurnOver/appsettings.Development.json
+1
-1
appsettings.Production.json
AutoTurnOver/appsettings.Production.json
+1
-1
appsettings.json
AutoTurnOver/appsettings.json
+1
-1
No files found.
AutoGeneratePurchaseAdvise/Program.cs
View file @
27964a05
...
@@ -13,7 +13,7 @@ namespace AutoGeneratePurchaseAdvise
...
@@ -13,7 +13,7 @@ namespace AutoGeneratePurchaseAdvise
{
{
Console
.
WriteLine
(
"采购建议计算任务启动..."
);
Console
.
WriteLine
(
"采购建议计算任务启动..."
);
//PurchaseAdviseServices.Generate();
//PurchaseAdviseServices.Generate();
//
PurchaseAdviseServices.AutoPushBuySys(1);
PurchaseAdviseServices
.
AutoPushBuySys
(
1
);
//PurchaseAdviseServices.AutoPushBuySys(1);
//PurchaseAdviseServices.AutoPushBuySys(1);
//PurchaseAdviseServices.AutoPushBuySys(4);
//PurchaseAdviseServices.AutoPushBuySys(4);
var
builder
=
new
HostBuilder
().
ConfigureServices
((
hostContext
,
services
)
=>
var
builder
=
new
HostBuilder
().
ConfigureServices
((
hostContext
,
services
)
=>
...
...
AutoGeneratePurchaseAdvise/appsettings.dev.json
View file @
27964a05
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"ConnectionStrings"
:
{
"ConnectionStrings"
:
{
"Default"
:
"server=gz-cdb-kp7s5i79.sql.tencentcdb.com;port=61691;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;"
"Default"
:
"server=gz-cdb-kp7s5i79.sql.tencentcdb.com;port=61691;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;"
},
},
"PushBuyPlan"
:
"http://purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"PushBuyPlan"
:
"http://
api.
purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"QiNiu"
:
{
"QiNiu"
:
{
"AccessKey"
:
"QSvtvN4Ons1CiNzaMGqx8XmDaiM1L0ZqSwJ2YoTn"
,
"AccessKey"
:
"QSvtvN4Ons1CiNzaMGqx8XmDaiM1L0ZqSwJ2YoTn"
,
"SecretKey"
:
"yagRd-cBOVhkRGGT-o_reMqNVjI8_k7YwoTXkhrm"
,
"SecretKey"
:
"yagRd-cBOVhkRGGT-o_reMqNVjI8_k7YwoTXkhrm"
,
...
...
AutoGeneratePurchaseAdvise/appsettings.json
View file @
27964a05
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"ConnectionStrings"
:
{
"ConnectionStrings"
:
{
"Default"
:
"server=10.0.8.15;port=3306;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;"
"Default"
:
"server=10.0.8.15;port=3306;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;"
},
},
"PushBuyPlan"
:
"http://purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"PushBuyPlan"
:
"http://
api.
purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"QiNiu"
:
{
"QiNiu"
:
{
"AccessKey"
:
"QSvtvN4Ons1CiNzaMGqx8XmDaiM1L0ZqSwJ2YoTn"
,
"AccessKey"
:
"QSvtvN4Ons1CiNzaMGqx8XmDaiM1L0ZqSwJ2YoTn"
,
"SecretKey"
:
"yagRd-cBOVhkRGGT-o_reMqNVjI8_k7YwoTXkhrm"
,
"SecretKey"
:
"yagRd-cBOVhkRGGT-o_reMqNVjI8_k7YwoTXkhrm"
,
...
...
AutoGeneratePurchaseAdvise/appsettings.prod.json
View file @
27964a05
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
"ConnectionStrings"
:
{
"ConnectionStrings"
:
{
"Default"
:
"server=10.0.8.15;port=3306;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;"
"Default"
:
"server=10.0.8.15;port=3306;database=bailun_datacenter;uid=root;password=#7kfnymAM$Y9-Ntf;"
},
},
"PushBuyPlan"
:
"http://purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"PushBuyPlan"
:
"http://
api.
purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"QiNiu"
:
{
"QiNiu"
:
{
"AccessKey"
:
"QSvtvN4Ons1CiNzaMGqx8XmDaiM1L0ZqSwJ2YoTn"
,
"AccessKey"
:
"QSvtvN4Ons1CiNzaMGqx8XmDaiM1L0ZqSwJ2YoTn"
,
"SecretKey"
:
"yagRd-cBOVhkRGGT-o_reMqNVjI8_k7YwoTXkhrm"
,
"SecretKey"
:
"yagRd-cBOVhkRGGT-o_reMqNVjI8_k7YwoTXkhrm"
,
...
...
AutoTurnOver/appsettings.Development.json
View file @
27964a05
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
}
}
},
},
"AllowedHosts"
:
"*"
,
"AllowedHosts"
:
"*"
,
"PushBuyPlan"
:
"http://purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"PushBuyPlan"
:
"http://
api.
purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"WebHost_GetUser"
:
"http://oa.bailuntec.com/Login/GetUserByBLUserAcct?webcode=aims"
,
"WebHost_GetUser"
:
"http://oa.bailuntec.com/Login/GetUserByBLUserAcct?webcode=aims"
,
"WebHost_LoginOut"
:
"http://oa.bailuntec.com/Login/LoginOut"
,
"WebHost_LoginOut"
:
"http://oa.bailuntec.com/Login/LoginOut"
,
"Pams_GetAccountToken"
:
"http://pams.bailuntec.com/Api/GetAccountToken"
,
"Pams_GetAccountToken"
:
"http://pams.bailuntec.com/Api/GetAccountToken"
,
...
...
AutoTurnOver/appsettings.Production.json
View file @
27964a05
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
}
}
},
},
"AllowedHosts"
:
"*"
,
"AllowedHosts"
:
"*"
,
"PushBuyPlan"
:
"http://purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"PushBuyPlan"
:
"http://
api.
purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"WebHost_GetUser"
:
"http://oa.bailuntec.com/Login/GetUserByBLUserAcct?webcode=aims"
,
"WebHost_GetUser"
:
"http://oa.bailuntec.com/Login/GetUserByBLUserAcct?webcode=aims"
,
"WebHost_LoginOut"
:
"http://oa.bailuntec.com/Login/LoginOut"
,
"WebHost_LoginOut"
:
"http://oa.bailuntec.com/Login/LoginOut"
,
"Pams_GetAccountToken"
:
"http://pams.bailuntec.com/Api/GetAccountToken"
,
"Pams_GetAccountToken"
:
"http://pams.bailuntec.com/Api/GetAccountToken"
,
...
...
AutoTurnOver/appsettings.json
View file @
27964a05
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
}
}
},
},
"AllowedHosts"
:
"*"
,
"AllowedHosts"
:
"*"
,
"PushBuyPlan"
:
"http://purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"PushBuyPlan"
:
"http://
api.
purchase.bailuntec.com/api/CreatePlanToPurchase"
,
"WebHost_GetUser"
:
"http://oa.bailuntec.com/Login/GetUserByBLUserAcct?webcode=aims"
,
"WebHost_GetUser"
:
"http://oa.bailuntec.com/Login/GetUserByBLUserAcct?webcode=aims"
,
"WebHost_LoginOut"
:
"http://oa.bailuntec.com/Login/LoginOut"
,
"WebHost_LoginOut"
:
"http://oa.bailuntec.com/Login/LoginOut"
,
"Pams_GetAccountToken"
:
"http://pams.bailuntec.com/Api/GetAccountToken"
,
"Pams_GetAccountToken"
:
"http://pams.bailuntec.com/Api/GetAccountToken"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment