Commit 75e978fc by liwotianname

del congtu

parent bc72eab5
......@@ -22,16 +22,11 @@ class TimeLimitBuyPoolConfig extends PoolProperties
public function __construct()
{
// 区别本地和线上的RPC服务地址
<<<<<<< HEAD
$this->uri = explode(',', env('RPC_TIMELIMITBUY_URI', 'timelistbuy:8099'));
}
protected $name = 'timelimitname';
=======
$this->uri = explode(',', env('RPC_TIMELIMITBUY_URI', 'timelimitbuy:8099'));
}
protected $name = 'bargain';
>>>>>>> 67d11e9d1c40be5b86a0d76e64c27c95b7f7be07
/**
* Minimum active number of connections
......
......@@ -13,9 +13,10 @@ interface StatelessInterface
{
/**
* 判断formtoken 是否有效
* @param $formtoken
* @param $store_id
* @return bool
* @return bool // true or false
*/
public function checktoken(string $formtoken,int $store_id);
}
\ 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