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
53e59269
Commit
53e59269
authored
Sep 09, 2021
by
wanjilong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 增加过期支付时间
parent
92ac74f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
PingxxService.php
application/services/pingxx/PingxxService.php
+1
-0
No files found.
application/services/pingxx/PingxxService.php
View file @
53e59269
...
@@ -141,6 +141,7 @@ class PingxxService
...
@@ -141,6 +141,7 @@ class PingxxService
"body"
=>
"购买商品"
,
"body"
=>
"购买商品"
,
"uid"
=>
$order
[
'user_id'
],
"uid"
=>
$order
[
'user_id'
],
"client_ip"
=>
IP
::
ip
(),
"client_ip"
=>
IP
::
ip
(),
"time_expire"
=>
strtotime
(
$order
[
'expire_time'
]),
//订单过期时间 expire_time
'receipt_app'
=>
Pingpp
::
getAppId
(),
// 收款方应用
'receipt_app'
=>
Pingpp
::
getAppId
(),
// 收款方应用
'service_app'
=>
Pingpp
::
getAppId
(),
// 服务方应用
'service_app'
=>
Pingpp
::
getAppId
(),
// 服务方应用
'metadata'
=>
$metadata
,
// 商户定制信息
'metadata'
=>
$metadata
,
// 商户定制信息
...
...
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