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-27 16:43:32 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a0c66c0bc8be604b889cfb0303ae1d855e8e9896
a0c66c0b
1 parent
7f6e89c4
1.微调一下接口,打印参数
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Jobs/UserMakeImmerse.php
app/Jobs/UserMakeImmerse.php
View file @
a0c66c0
...
...
@@ -273,7 +273,7 @@ class UserMakeImmerse implements ShouldQueue
}
public
function
execmd
(
$cmd
,
$update_progress
=
false
)
{
//
echo $cmd . "\n". "\n". "\n";
echo
$cmd
.
"
\n
"
.
"
\n
"
.
"
\n
"
;
$descriptorspec
=
array
(
1
=>
array
(
"pipe"
,
"w"
),
// 标准输出,子进程向此管道中写入数据
);
...
...
Please
register
or
login
to post a comment