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
2290bed8
Commit
2290bed8
authored
Aug 16, 2018
by
feixiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
cf39f1b8
3932dc40
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
src/Bargain/Lib/BargainInterface.php
+1
-1
src/Common/Pool/Config/BargainPoolConfig.php
+2
-1
src/Common/Pool/Config/TimeLimitBuyPoolConfig.php
+2
-2
src/LimitTimeBuy/Lib/LimitTimeBuyInterface.php
+2
-1
No files found.
src/Bargain/Lib/BargainInterface.php
View file @
2290bed8
...
...
@@ -27,7 +27,7 @@ interface BargainInterface
* @param int $bargain_id
* @return mixed
*/
public
function
get
goodsi
nfo
(
public
function
get
GoodsI
nfo
(
int
$stordId
,
int
$bargain_id
);
...
...
src/Common/Pool/Config/BargainPoolConfig.php
View file @
2290bed8
...
...
@@ -12,6 +12,7 @@ namespace Hdll\Services\Common\Pool\Config;
use
Swoft\Bean\Annotation\Bean
;
use
Swoft\Pool\PoolProperties
;
use
Swoft\Bean\Annotation\Value
;
/**
* @Bean()
...
...
@@ -72,7 +73,7 @@ class BargainPoolConfig extends PoolProperties
* '127.0.0.1:88'
* ]
* </pre>
*
*
@Value(name="", env="${RPC_BARGAIN_URI}")
* @var array
*/
protected
$uri
=
[
...
...
src/Common/Pool/Config/Time
limitb
uyPoolConfig.php
→
src/Common/Pool/Config/Time
LimitB
uyPoolConfig.php
View file @
2290bed8
...
...
@@ -12,12 +12,12 @@ namespace Hdll\Services\Common\Pool\Config;
use
Swoft\Bean\Annotation\Bean
;
use
Swoft\Pool\PoolProperties
;
use
Swoft\Bean\Annotation\Value
;
/**
* @Bean()
* the config of service bargain
*/
class
Time
limitb
uyPoolConfig
extends
PoolProperties
class
Time
LimitB
uyPoolConfig
extends
PoolProperties
{
protected
$name
=
'bargain'
;
...
...
src/LimitTimeBuy/Lib/LimitTimeBuyInterface.php
View file @
2290bed8
...
...
@@ -46,6 +46,6 @@ interface LimitTimeBuyInterface
* @param int $limit_id
* @return mixed
*/
public
function
getLimit
g
oods
(
public
function
getLimit
G
oods
(
int
$sellerId
,
int
$limitId
);}
\ No newline at end of file
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