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
e66b822d
Commit
e66b822d
authored
Sep 10, 2021
by
pengfei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'colonel' into test
parents
943f3912
1cc9d547
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Colonelwallet.php
application/modules/Job/controllers/Colonelwallet.php
+1
-1
run-colonel-order.job
deploy/job/run-colonel-order.job
+1
-1
run-colonel-wallet.job
deploy/job/run-colonel-wallet.job
+1
-1
No files found.
application/modules/Job/controllers/Colonelwallet.php
View file @
e66b822d
...
@@ -80,7 +80,7 @@ class ColonelwalletController extends Job
...
@@ -80,7 +80,7 @@ class ColonelwalletController extends Job
'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'
],
'extra'
=>
$payInfo
'extra'
=>
''
];
];
}
}
$httpParams
[
'list'
]
=
$list
;
$httpParams
[
'list'
]
=
$list
;
...
...
deploy/job/run-colonel-order.job
View file @
e66b822d
type=command
type=command
command=bash docker run --rm -e LANG=en_US.UTF-8 -e TZ=Asia/Shanghai --net=bridge -h "`hostname`" --cap-add SYS_PTRACE --privileged docker2.yidian.com:5000/publish/bp-goods-azkaban-test-10-image /bin/bash -c "cd /home/services && sh start_job.sh test ColonelOrder index a=3&b=4"
command=docker run --rm -e YIDIAN_LOCAL_IP=10.138.0.27 -e YIDIAN_LOCAL_PORT= -e ORIGIN_SERVICE_PORT= -e LANG=en_US.UTF-8 -e TZ=Asia/Shanghai --net=bridge -h "`hostname`" --cap-add SYS_PTRACE --privileged docker2.yidian.com:5000/publish/bp-goods-azkaban-test-107-image /bin/bash -c "sysctl -w net.core.somaxconn=65535 && cd /home/services && sh start_job.sh test Colonelorder index a=3"
\ No newline at end of file
\ No newline at end of file
deploy/job/run-colonel-wallet.job
View file @
e66b822d
type=command
type=command
command=
bash docker run --rm -e LANG=en_US.UTF-8 -e TZ=Asia/Shanghai --net=bridge -h "`hostname`" --cap-add SYS_PTRACE --privileged docker2.yidian.com:5000/publish/bp-goods-azkaban-test-10-image /bin/bash -c "cd /home/services && sh start_job.sh test ColonelWallet index a=3&b=4
"
command=
docker run --rm -e YIDIAN_LOCAL_IP=10.138.0.27 -e YIDIAN_LOCAL_PORT= -e ORIGIN_SERVICE_PORT= -e LANG=en_US.UTF-8 -e TZ=Asia/Shanghai --net=bridge -h "`hostname`" --cap-add SYS_PTRACE --privileged docker2.yidian.com:5000/publish/bp-goods-azkaban-test-107-image /bin/bash -c "sysctl -w net.core.somaxconn=65535 && cd /home/services && sh start_job.sh test Colonelwallet index a=3
"
dependencies=run-colonel-order
dependencies=run-colonel-order
\ No newline at end of file
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