Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
services
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tencent
services
Commits
82d39bc9
Commit
82d39bc9
authored
Sep 07, 2018
by
feixiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
3a38fe00
795ff611
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/Common/Lib/Smscode.php
+1
-1
src/Common/Pool/Config/ReservationPoolConfig.php
+1
-1
src/Common/Pool/Config/SchedulePoolConfig.php
+1
-1
src/Common/Pool/Config/StorePoolConfig.php
+1
-1
No files found.
src/Common/Lib/Smscode.php
View file @
82d39bc9
...
...
@@ -53,7 +53,7 @@ class Smscode
}
else
{
$count
=
1
;
}
$vcode
=
mt_rand
(
1000
0
,
9
9999
);
$vcode
=
mt_rand
(
1000
,
9999
);
$alisms
=
new
Alisms
(
$signName
??
Alisms
::
SN_01
,
$templateCode
??
Alisms
::
TPL_01
,
...
...
src/Common/Pool/Config/ReservationPoolConfig.php
View file @
82d39bc9
...
...
@@ -68,7 +68,7 @@ class ReservationPoolConfig extends PoolProperties
*
* @var int
*/
protected
$timeout
=
5
;
protected
$timeout
=
1
5
;
/**
* the addresses of connection
...
...
src/Common/Pool/Config/SchedulePoolConfig.php
View file @
82d39bc9
...
...
@@ -68,7 +68,7 @@ class SchedulePoolConfig extends PoolProperties
*
* @var int
*/
protected
$timeout
=
5
;
protected
$timeout
=
1
5
;
/**
* the addresses of connection
...
...
src/Common/Pool/Config/StorePoolConfig.php
View file @
82d39bc9
...
...
@@ -68,7 +68,7 @@ class StorePoolConfig extends PoolProperties
*
* @var int
*/
protected
$timeout
=
5
;
protected
$timeout
=
1
5
;
/**
* the addresses of connection
...
...
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