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-06-06 16:55:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
13e02a45a3e5f74b998623ae45651ff6200c06b9
13e02a45
1 parent
b988c1e5
1.dev:系列可能有问题。部署时要暂停
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletions
app/Console/Commands/DevFFmpeg.php
app/Console/Commands/DevGoogle.php
app/Console/Commands/DevPinyin.php
app/Console/Commands/DevFFmpeg.php
View file @
13e02a4
...
...
@@ -64,7 +64,7 @@ class DevFFmpeg extends Command
*/
public
function
handle
()
{
dd
(
1
);
// 分情况 1.用户视频,2.用户录音
// 注意事项:1.考虑用户是否会员;非会员分辨率 720x1280,会员分辨率1440x2560
// 2.同时字体大小也很方便确定。
...
...
app/Console/Commands/DevGoogle.php
View file @
13e02a4
...
...
@@ -38,6 +38,7 @@ class DevGoogle extends Command
*/
public
function
handle
()
{
dd
(
1
);
$gp
=
new
GooglePayment
();
...
...
app/Console/Commands/DevPinyin.php
View file @
13e02a4
...
...
@@ -38,6 +38,7 @@ class DevPinyin extends Command
*/
public
function
handle
()
{
dd
(
1
);
$arr
=
[
'胡的接班人'
=>
'***'
,
'钦定接班人'
=>
'***'
,
...
...
Please
register
or
login
to post a comment