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
22994743
Commit
22994743
authored
May 31, 2019
by
lizefeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改缺货改零推送规则
parent
2a5620a5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ApiServices.cs
AutoTurnOver.Services/ApiServices.cs
+1
-1
No files found.
AutoTurnOver.Services/ApiServices.cs
View file @
22994743
...
@@ -460,7 +460,7 @@ namespace AutoTurnOver.Services
...
@@ -460,7 +460,7 @@ namespace AutoTurnOver.Services
/// </summary>
/// </summary>
private
static
ShortagePush_ResponseDto
ReturnGoodsPushApi
(
ShortagePush_RequestDto
data
)
private
static
ShortagePush_ResponseDto
ReturnGoodsPushApi
(
ShortagePush_RequestDto
data
)
{
{
string
url
=
ConfigHelper
.
GetValue
(
"PPS_
Return_Goods
Push"
);
string
url
=
ConfigHelper
.
GetValue
(
"PPS_
Shortage
Push"
);
string
resultStr
=
HttpHelper
.
Request
(
url
,
RequestType
.
POST
,
data
.
ToJson
(),
timeout
:
1000
*
60
*
60
*
24
,
entype
:
"application/json"
);
string
resultStr
=
HttpHelper
.
Request
(
url
,
RequestType
.
POST
,
data
.
ToJson
(),
timeout
:
1000
*
60
*
60
*
24
,
entype
:
"application/json"
);
var
result
=
resultStr
.
ToObj
<
ShortagePush_ResponseDto
>();
var
result
=
resultStr
.
ToObj
<
ShortagePush_ResponseDto
>();
if
(
result
==
null
)
if
(
result
==
null
)
...
...
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