Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
laravelzh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冯超鹏
laravelzh
Commits
1cf119ae
Commit
1cf119ae
authored
4 years ago
by
冯超鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swoole bug
parent
3b942002
Pipeline
#158
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
chemicalswb.php
app/Console/Commands/chemicalswb.php
+4
-4
UinappHomeController.php
app/Http/Controllers/UinappHomeController.php
+2
-2
No files found.
app/Console/Commands/chemicalswb.php
View file @
1cf119ae
...
...
@@ -65,10 +65,10 @@ class chemicalswb extends Command
'max_request'
=>
10
,
//最大连接
'daemonize'
=>
0
,
//守护进程
'ssl_cert_file'
=>
base_path
()
.
'/tests/textcert/4544322_iot.zhkjgf.com_public.crt'
,
'ssl_key_file'
=>
base_path
()
.
'/tests/textcert/4544322_iot.zhkjgf.com.key'
,
'ssl_verify_peer'
=>
true
,
'ssl_allow_self_signed'
=>
true
,
'ssl_client_cert_file'
=>
base_path
()
.
'/tests/textcert/4544322_iot.zhkjgf.com_chain'
,
'ssl_key_file'
=>
base_path
()
.
'/tests/textcert/4544322_iot.zhkjgf.com.key'
,
//
'ssl_verify_peer' => true,
//
'ssl_allow_self_signed' => true,
//
'ssl_client_cert_file' => base_path() . '/tests/textcert/4544322_iot.zhkjgf.com_chain',
));
$this
->
ws
->
on
(
'open'
,
function
(
$ws
,
$request
)
{
// //链接成功
...
...
This diff is collapsed.
Click to expand it.
app/Http/Controllers/UinappHomeController.php
View file @
1cf119ae
...
...
@@ -137,8 +137,8 @@ class UinappHomeController extends Controller
// 发送邮箱验证
public
function
mails
(
Request
$request
)
{
print_r
(
base_path
()
.
'/tests/textcert/4544322_iot.zhkjgf.com_public.crt'
);
die
();
//
print_r( base_path() . '/tests/textcert/4544322_iot.zhkjgf.com_public.crt');
//
die();
$isemail
=
$request
->
input
(
'email'
);
$num
=
str_pad
(
mt_rand
(
0
,
999999
),
6
,
"0"
,
STR_PAD_BOTH
);
if
(
$isemail
!=
''
){
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment