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
a3fe24eb
Commit
a3fe24eb
authored
Nov 01, 2018
by
feixiang
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
31ae6cd4
def8194d
Hide whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
54 additions
and
42 deletions
+54
-42
src/Common/Pool/Config/AccountBookPoolConfig.php
+2
-2
src/Common/Pool/Config/BargainPoolConfig.php
+2
-2
src/Common/Pool/Config/BuyerPoolConfig.php
+2
-2
src/Common/Pool/Config/CouponPoolConfig.php
+2
-2
src/Common/Pool/Config/CraftsmanPoolConfig.php
+2
-2
src/Common/Pool/Config/CustomerProfilesConfig.php
+2
-2
src/Common/Pool/Config/GoodsPoolConfig.php
+2
-2
src/Common/Pool/Config/GroupBookingPoolConfig.php
+2
-2
src/Common/Pool/Config/NoticePoolConfig.php
+2
-2
src/Common/Pool/Config/OrderPoolConfig.php
+2
-2
src/Common/Pool/Config/PayPoolConfig.php
+2
-2
src/Common/Pool/Config/ReservationPoolConfig.php
+2
-2
src/Common/Pool/Config/SchedulePoolConfig.php
+2
-2
src/Common/Pool/Config/SellerDistributionPoolConfig.php
+2
-2
src/Common/Pool/Config/SellerPoolConfig.php
+2
-2
src/Common/Pool/Config/StateLessPoolConfig.php
+2
-2
src/Common/Pool/Config/StorePoolConfig.php
+2
-2
src/Common/Pool/Config/TimeLimitBuyPoolConfig.php
+2
-2
src/Common/Pool/Config/TransferPoolConfig.php
+2
-2
src/Common/Pool/Config/VipPoolConfig.php
+2
-2
src/Common/Pool/Config/WithdrawCashPoolConfig.php
+2
-2
src/Goods/Lib/GoodsInterface.php
+12
-0
No files found.
src/Common/Pool/Config/AccountBookPoolConfig.php
View file @
a3fe24eb
...
...
@@ -40,14 +40,14 @@ class AccountBookPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/BargainPoolConfig.php
View file @
a3fe24eb
...
...
@@ -43,14 +43,14 @@ class BargainPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/BuyerPoolConfig.php
View file @
a3fe24eb
...
...
@@ -44,13 +44,13 @@ class BuyerPoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/CouponPoolConfig.php
View file @
a3fe24eb
...
...
@@ -40,14 +40,14 @@ class CouponPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/CraftsmanPoolConfig.php
View file @
a3fe24eb
...
...
@@ -40,14 +40,14 @@ class CraftsmanPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/CustomerProfilesConfig.php
View file @
a3fe24eb
...
...
@@ -40,14 +40,14 @@ class CustomerProfilesConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/GoodsPoolConfig.php
View file @
a3fe24eb
...
...
@@ -42,14 +42,14 @@ class GoodsPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/GroupBookingPoolConfig.php
View file @
a3fe24eb
...
...
@@ -41,14 +41,14 @@ class GroupBookingPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/NoticePoolConfig.php
View file @
a3fe24eb
...
...
@@ -43,13 +43,13 @@ class NoticePoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/OrderPoolConfig.php
View file @
a3fe24eb
...
...
@@ -40,14 +40,14 @@ class OrderPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/PayPoolConfig.php
View file @
a3fe24eb
...
...
@@ -43,13 +43,13 @@ class PayPoolConfig extends PoolProperties
* the maximum number of active connections
*
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/ReservationPoolConfig.php
View file @
a3fe24eb
...
...
@@ -40,14 +40,14 @@ class ReservationPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/SchedulePoolConfig.php
View file @
a3fe24eb
...
...
@@ -40,14 +40,14 @@ class SchedulePoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/SellerDistributionPoolConfig.php
View file @
a3fe24eb
...
...
@@ -42,14 +42,14 @@ class SellerDistributionPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/SellerPoolConfig.php
View file @
a3fe24eb
...
...
@@ -41,14 +41,14 @@ class SellerPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
40
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
5
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/StateLessPoolConfig.php
View file @
a3fe24eb
...
...
@@ -38,14 +38,14 @@ class StateLessPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/StorePoolConfig.php
View file @
a3fe24eb
...
...
@@ -40,14 +40,14 @@ class StorePoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/TimeLimitBuyPoolConfig.php
View file @
a3fe24eb
...
...
@@ -40,14 +40,14 @@ class TimeLimitBuyPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/TransferPoolConfig.php
View file @
a3fe24eb
...
...
@@ -39,14 +39,14 @@ class TransferPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/VipPoolConfig.php
View file @
a3fe24eb
...
...
@@ -42,14 +42,14 @@ class VipPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Common/Pool/Config/WithdrawCashPoolConfig.php
View file @
a3fe24eb
...
...
@@ -39,14 +39,14 @@ class WithdrawCashPoolConfig extends PoolProperties
*
* @var int
*/
protected
$maxActive
=
5
0
;
protected
$maxActive
=
30
0
;
/**
* the maximum number of wait connections
*
* @var int
*/
protected
$maxWait
=
1
00
;
protected
$maxWait
=
4
00
;
/**
* Maximum waiting time
...
...
src/Goods/Lib/GoodsInterface.php
View file @
a3fe24eb
...
...
@@ -16,6 +16,7 @@ use Swoft\Core\ResultInterface;
* @method ResultInterface deferDecSales($storeId, $goodsId)
* @method ResultInterface deferGetServiceByGoodsId($storeId, $goodsId)
* @method ResultInterface deferGetReturnVisitByGoodsId($storeId, $goodsId)
* @method ResultInterface deferListByIds($ids, $storeId)
* Interface GoodsInterface
* @package Hdll\Services\Goods\Lib
*/
...
...
@@ -83,4 +84,14 @@ interface GoodsInterface
* @author Administrator
*/
public
function
getReturnVisitByGoodsId
(
$storeId
,
$goodsId
);
/**
* 获取商品列表 ids
* @param $ids
* @param $storeId
* @param $order
* @return mixed
* @author Administrator
*/
public
function
ListByIds
(
array
$ids
,
$storeId
,
$order
=
[
'id'
,
'DESC'
]);
}
\ 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