Commit 9ed15f08 authored by jiangbowen's avatar jiangbowen

test conn

parent 8e527693
...@@ -30,6 +30,7 @@ Route::get('/ad', function () { ...@@ -30,6 +30,7 @@ Route::get('/ad', function () {
$ad->addProvider($config); $ad->addProvider($config);
try{ try{
$provides = $ad->connect(); $provides = $ad->connect();
var_export($provides);
}catch (Exception $e) { }catch (Exception $e) {
} }
......
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