Commit 33beeaa9 by liwotian name

brargain interface add staordid

parent a9aeeec1
......@@ -27,7 +27,7 @@ interface BargainInterface
* @param int $bargain_id
* @return mixed
*/
public function getgoodsinfo(
public function getGoodsInfo(
int $stordId,int $bargain_id
);
......
......@@ -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 = [
......
......@@ -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 TimelimitbuyPoolConfig extends PoolProperties
class TimeLimitBuyPoolConfig extends PoolProperties
{
protected $name = 'bargain';
......
......@@ -46,6 +46,6 @@ interface LimitTimeBuyInterface
* @param int $limit_id
* @return mixed
*/
public function getLimitgoods(
public function getLimitGoods(
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