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-11-10 02:09:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4eeb2b8b94023c4a81655e830ec95aed6b973e38
4eeb2b8b
1 parent
518d1156
1.使用谷歌服务账号进行验证
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
app/Payment/GooglePayment.php
app/Payment/GooglePayment.php
View file @
4eeb2b8
...
...
@@ -201,7 +201,8 @@ class GooglePayment implements PaymentInterface
//SUBSCRIPTION_EXPIRED - 订阅已到期。
$data
=
base64_decode
(
$string
);
Log
::
debug
(
'base64解码数据:===================='
);
Log
::
debug
(
print_r
(
$data
,
true
));
$packageName
=
$data
[
'packageName'
];
if
(
isset
(
$data
[
'subscriptionNotification'
]))
{
$subscriptionId
=
$data
[
'subscriptionNotification'
][
'subscriptionId'
];
...
...
Please
register
or
login
to post a comment