Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-Server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
李帅
2022-12-20 23:52:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33f6504a43874ef14da81b11f0f1100a45a42a77
33f6504a
1 parent
2f92024a
1.打印苹果日志
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/V1/PayController.php
app/Http/Controllers/V1/PayController.php
View file @
33f6504
...
...
@@ -45,7 +45,7 @@ class PayController extends Controller
$token
=
$request
->
post
(
'token'
);
Log
::
debug
(
"========苹果客户端支付验证========"
);
Log
::
debug
(
print_r
(
$request
->
all
()));
Log
::
debug
(
print_r
(
$request
->
all
()
,
true
));
// $order = Order::query()->where('order_sn', $order_sn)->first();
//
...
...
Please
register
or
login
to post a comment