Merge branch 'dev/ver/1.0.0' of http://git.ichunt.net/semour/semour_web into dev/ver/1.0.0
Showing
with
1 additions
and
1 deletions
Please
register
or
sign in
to comment
... | ... | @@ -12,7 +12,7 @@ class SearchApiController extends Controller |
{ | ||
public $soUrl; | ||
public function __construct(){ | ||
$this->soUrl = env("so_url"); | ||
$this->soUrl = env("SO_URL"); | ||
} | ||
//搜索列表 | ||
... | ... |