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:28:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a74ada2a535869b6501d43408acb02513906e7ce
a74ada2a
1 parent
87e74e98
1.打印谷歌订阅日志
Show 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 @
a74ada2
...
...
@@ -40,7 +40,8 @@ class DevGoogle extends Command
{
// dd(1);
$gp
=
new
GooglePayment
();
dd
(
$gp
->
client
);
$validator
=
new
\Google_Service_AndroidPublisher
(
$gp
->
client
);
dd
(
$validator
);
return
0
;
}
...
...
Please
register
or
login
to post a comment