Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
taxh5
Project
Project
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
data_server
taxh5
Commits
55c5be6e
Commit
55c5be6e
authored
May 07, 2019
by
何娜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taxh5 修改回调参数
parent
899828bd
Pipeline
#7032
passed with stage
in 3 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
order.js
app/controller/order.js
+1
-1
task.js
app/controller/task.js
+0
-1
partner.js
app/service/partner.js
+1
-1
No files found.
app/controller/order.js
View file @
55c5be6e
...
@@ -37,7 +37,7 @@ class OrderController extends Controller {
...
@@ -37,7 +37,7 @@ class OrderController extends Controller {
type
:
'object'
,
type
:
'object'
,
rule
:
{
rule
:
{
token
:
'string'
,
token
:
'string'
,
order
Sn
:
'string'
,
order
Id
:
'string'
,
appKey
:
'string'
,
appKey
:
'string'
,
timestamp
:
'string'
,
timestamp
:
'string'
,
},
},
...
...
app/controller/task.js
View file @
55c5be6e
...
@@ -142,7 +142,6 @@ class TaskController extends Controller {
...
@@ -142,7 +142,6 @@ class TaskController extends Controller {
result
.
cityName
=
script
.
hub_name
||
'unknown'
;
result
.
cityName
=
script
.
hub_name
||
'unknown'
;
result
.
taskId
=
taskId
;
result
.
taskId
=
taskId
;
result
.
data
=
JSON
.
parse
(
result
.
data
.
data
);
result
.
data
=
JSON
.
parse
(
result
.
data
.
data
);
result
.
orderSn
=
orderId
;
result
.
orderId
=
orderId
;
result
.
orderId
=
orderId
;
result
.
appKey
=
appkey
;
result
.
appKey
=
appkey
;
delete
result
.
code
;
delete
result
.
code
;
...
...
app/service/partner.js
View file @
55c5be6e
...
@@ -135,7 +135,7 @@ class PartnerService extends Service {
...
@@ -135,7 +135,7 @@ class PartnerService extends Service {
contentType
:
'json'
,
contentType
:
'json'
,
method
:
'POST'
,
method
:
'POST'
,
data
:
{
data
:
{
order
Sn
:
order
Id
,
orderId
,
userId
:
userId
||
''
,
userId
:
userId
||
''
,
status
:
'success'
status
:
'success'
},
},
...
...
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