Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pay
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
pay
Commits
85d529dd
Commit
85d529dd
authored
Sep 07, 2021
by
wanjilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 修改拼写bug,增加business_from
parent
7c6e7457
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
PayService.php
application/services/pay/PayService.php
+1
-1
application.ini
conf/application.ini
+1
-1
cli.ini
conf/cli.ini
+2
-2
No files found.
application/services/pay/PayService.php
View file @
85d529dd
...
...
@@ -10,7 +10,6 @@ use App\Models\order\mysql\PayOrder;
use
App\Models\order\mysql\PayOrderItem
;
use
App\Models\order\mysql\PayOrderClearing
;
use
App\Models\order\mysql\PayOrderClearingItem
;
use
App\Models\order\mysql\RefundOrder
;
use
App\Services\order\OrderService
;
use
App\Services\pingxx\PingxxService
;
...
...
@@ -111,6 +110,7 @@ class PayService
'expire_time'
=>
date
(
'Y-m-d H:i:s'
,
$expire_time
),
'source_name'
=>
10
,
'service_name'
=>
1
,
'business_from'
=>
$order_info
[
'business_from'
],
'extra'
=>
json_encode
([]),
];
...
...
conf/application.ini
View file @
85d529dd
...
...
@@ -42,7 +42,7 @@ pingxx.appid = "app_9m1ubDG4e1mPXLCG"
wxApp.jw.order
=
"https://wx.appgc.cn/%23/bpmp/ticket/my"
[perf : common : exception : dingTalk]
p
ni
gxx.appid
=
"app_XfjznTPSa5aLfvfH"
p
in
gxx.appid
=
"app_XfjznTPSa5aLfvfH"
[test : common : exception : dingTalk]
pingxx.appid
=
"app_W10Oe5XrvbzHfP4W"
...
...
conf/cli.ini
View file @
85d529dd
...
...
@@ -16,10 +16,10 @@ dingTalk.keys[]="SEC0298ad3f80e16df12cd4d6f6c39e961b500e2ff486f4c4377c0e2af8f453
[prod : common : dingTalk]
p
ni
gxx.appid
=
"app_9m1ubDG4e1mPXLCG"
p
in
gxx.appid
=
"app_9m1ubDG4e1mPXLCG"
[perf : common : dingTalk]
p
ni
gxx.appid
=
"app_XfjznTPSa5aLfvfH"
p
in
gxx.appid
=
"app_XfjznTPSa5aLfvfH"
[test: common : dingTalk]
pingxx.appid
=
"app_W10Oe5XrvbzHfP4W"
...
...
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