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-09 00:30:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc9f73fa9e2a398382cfcd49288bae211012970c
dc9f73fa
1 parent
a74ada2a
1.打印谷歌订阅日志
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
app/Console/Commands/DevGoogle.php
app/Console/Commands/DevGoogle.php
View file @
dc9f73f
...
...
@@ -41,7 +41,8 @@ class DevGoogle extends Command
// dd(1);
$gp
=
new
GooglePayment
();
$validator
=
new
\Google_Service_AndroidPublisher
(
$gp
->
client
);
dd
(
$validator
);
$resp
=
$validator
->
purchases_subscriptions
->
get
(
'pub.yiyan.parlando.Parlando'
,
'monthly_yiyan_vip'
,
''
);
dd
(
$resp
);
return
0
;
}
...
...
Please
register
or
login
to post a comment