Commit 33beeaa9 by liwotian name

brargain interface add staordid

parent a9aeeec1
...@@ -27,7 +27,7 @@ interface BargainInterface ...@@ -27,7 +27,7 @@ interface BargainInterface
* @param int $bargain_id * @param int $bargain_id
* @return mixed * @return mixed
*/ */
public function getgoodsinfo( public function getGoodsInfo(
int $stordId,int $bargain_id int $stordId,int $bargain_id
); );
......
...@@ -12,6 +12,7 @@ namespace Hdll\Services\Common\Pool\Config; ...@@ -12,6 +12,7 @@ namespace Hdll\Services\Common\Pool\Config;
use Swoft\Bean\Annotation\Bean; use Swoft\Bean\Annotation\Bean;
use Swoft\Pool\PoolProperties; use Swoft\Pool\PoolProperties;
use Swoft\Bean\Annotation\Value;
/** /**
* @Bean() * @Bean()
...@@ -72,7 +73,7 @@ class BargainPoolConfig extends PoolProperties ...@@ -72,7 +73,7 @@ class BargainPoolConfig extends PoolProperties
* '127.0.0.1:88' * '127.0.0.1:88'
* ] * ]
* </pre> * </pre>
* * @Value(name="", env="${RPC_BARGAIN_URI}")
* @var array * @var array
*/ */
protected $uri = [ protected $uri = [
......
...@@ -12,12 +12,12 @@ namespace Hdll\Services\Common\Pool\Config; ...@@ -12,12 +12,12 @@ namespace Hdll\Services\Common\Pool\Config;
use Swoft\Bean\Annotation\Bean; use Swoft\Bean\Annotation\Bean;
use Swoft\Pool\PoolProperties; use Swoft\Pool\PoolProperties;
use Swoft\Bean\Annotation\Value;
/** /**
* @Bean() * @Bean()
* the config of service bargain * the config of service bargain
*/ */
class TimelimitbuyPoolConfig extends PoolProperties class TimeLimitBuyPoolConfig extends PoolProperties
{ {
protected $name = 'bargain'; protected $name = 'bargain';
......
...@@ -46,6 +46,6 @@ interface LimitTimeBuyInterface ...@@ -46,6 +46,6 @@ interface LimitTimeBuyInterface
* @param int $limit_id * @param int $limit_id
* @return mixed * @return mixed
*/ */
public function getLimitgoods( public function getLimitGoods(
int $sellerId,int $limitId int $sellerId,int $limitId
);} );}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment