Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
goods
Project
Project
Details
Activity
Releases
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
bp
goods
Commits
cff7266e
Commit
cff7266e
authored
Sep 06, 2021
by
pengfei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'colonel' into develop
parents
45987396
26f3230d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Colonelorder.php
application/modules/Job/controllers/Colonelorder.php
+1
-1
Colonelwallet.php
application/modules/Job/controllers/Colonelwallet.php
+2
-2
No files found.
application/modules/Job/controllers/Colonelorder.php
View file @
cff7266e
...
@@ -227,7 +227,7 @@ class ColonelorderController extends Job
...
@@ -227,7 +227,7 @@ class ColonelorderController extends Job
]);
]);
$ids
=
$res
[
'id_datetime'
][
'goods'
]
??
[];
$ids
=
$res
[
'id_datetime'
][
'goods'
]
??
[];
foreach
(
$data
as
$key
=>
$item
)
{
foreach
(
$data
as
$key
=>
$item
)
{
$data
[
$key
][
'
only_pay_info
_id'
]
=
$ids
[
$key
];
$data
[
$key
][
'
pay_info_trade
_id'
]
=
$ids
[
$key
];
}
}
return
$data
;
return
$data
;
}
}
...
...
application/modules/Job/controllers/Colonelwallet.php
View file @
cff7266e
...
@@ -63,7 +63,7 @@ class ColonelwalletController extends Job
...
@@ -63,7 +63,7 @@ class ColonelwalletController extends Job
'user_id'
=>
$payInfo
[
'colonel_user_id'
],
'user_id'
=>
$payInfo
[
'colonel_user_id'
],
'service_name'
=>
self
::
WALLET_SERVICE_NAME
,
'service_name'
=>
self
::
WALLET_SERVICE_NAME
,
'source_name'
=>
self
::
WALLET_SOURCE_NAME
,
'source_name'
=>
self
::
WALLET_SOURCE_NAME
,
'third_order_id'
=>
$payInfo
[
'
only_pay_info
_id'
],
'third_order_id'
=>
$payInfo
[
'
pay_info_trade
_id'
],
'third_order_id_type'
=>
$payInfo
[
'type'
],
'third_order_id_type'
=>
$payInfo
[
'type'
],
'third_order_desc'
=>
self
::
getThirdOrderDesc
(
$payInfo
),
'third_order_desc'
=>
self
::
getThirdOrderDesc
(
$payInfo
),
'amount'
=>
$payInfo
[
'reward'
],
'amount'
=>
$payInfo
[
'reward'
],
...
@@ -105,7 +105,7 @@ class ColonelwalletController extends Job
...
@@ -105,7 +105,7 @@ class ColonelwalletController extends Job
'op'
=>
self
::
CAPITAL_POOL_OP
,
'op'
=>
self
::
CAPITAL_POOL_OP
,
'user_id'
=>
$payInfo
[
'colonel_user_id'
],
'user_id'
=>
$payInfo
[
'colonel_user_id'
],
'amount'
=>
$payInfo
[
'reward'
],
'amount'
=>
$payInfo
[
'reward'
],
'third_order_id'
=>
$payInfo
[
'
only_pay_info
_id'
],
'third_order_id'
=>
$payInfo
[
'
pay_info_trade
_id'
],
'third_order_id_type'
=>
$payInfo
[
'type'
],
'third_order_id_type'
=>
$payInfo
[
'type'
],
'third_order_desc'
=>
self
::
getThirdOrderDesc
(
$payInfo
),
'third_order_desc'
=>
self
::
getThirdOrderDesc
(
$payInfo
),
];
];
...
...
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