Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
86420745
Commit
86420745
authored
Oct 28, 2020
by
任晓松
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
360
parent
6a2efdcc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
center-channel/app/base/service/impl/utilsSve/utils360Sve.js
+2
-2
No files found.
center-channel/app/base/service/impl/utilsSve/utils360Sve.js
View file @
86420745
...
...
@@ -80,7 +80,7 @@ class utils360Sve extends AppServiceBase {
}
var
interface_params_info
=
verifyResult
.
data
;
let
token
=
await
this
.
utilsAuthSve
.
get360Token
();
let
url
=
interface_params_info
.
opUrl
+
'?token='
+
token
;
let
url
=
interface_params_info
.
opUrl
+
'?token='
+
token
.
access_token
;
//合同号,还是订单号
pobj
.
actionType
=
'getOrderServiceNoByOrderNo'
let
orderUrl
=
settings
.
centerOrderUrl
()
+
'action/order/springBoard'
...
...
@@ -100,7 +100,7 @@ class utils360Sve extends AppServiceBase {
order_id
,
status
}
let
result
=
await
this
.
restPostUrl
(
pushObj
,
url
);
if
(
result
.
status
==
200
){
if
(
result
.
code
==
200
){
this
.
pushlogSve
.
createDb
({
op
:
"360-pushOrderStatus"
,
content
:
JSON
.
stringify
(
pushObj
),
//推送的参数信息
...
...
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