Commit 48f18a06 authored by hj's avatar hj

更新提交

parent 5268b332
...@@ -12,13 +12,15 @@ class CheMenuApiService extends PlatformAbstractService ...@@ -12,13 +12,15 @@ class CheMenuApiService extends PlatformAbstractService
{ {
use HttpClientHelpers; use HttpClientHelpers;
private $yybaoApiUrl = 'http://localhost:8216'; private $yybaoApiUrl = '';
public function __construct(ThirdApiPlatformRepository $thirdApiPlatformRepository) public function __construct(ThirdApiPlatformRepository $thirdApiPlatformRepository)
{ {
parent::__construct($thirdApiPlatformRepository); parent::__construct($thirdApiPlatformRepository);
$this->setPlatformName('chemenu'); $this->setPlatformName('chemenu');
$this->getPlatformInfo(); $this->getPlatformInfo();
$this->yybaoApiUrl = env('YYBAOAPIURL', 'http://api.yybao.com');
} }
public function getAllCatetgory() public function getAllCatetgory()
......
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