Commit 2a010214 authored by jiangbowen's avatar jiangbowen

test conn

parent 297e1e3c
...@@ -31,6 +31,13 @@ Route::get('/ad', function () { ...@@ -31,6 +31,13 @@ Route::get('/ad', function () {
try{ try{
$provides = $ad->connect(); $provides = $ad->connect();
var_export($provides); var_export($provides);
var_export('connect...');
var_export($config);
if ($provides) {
echo "success...";
} else {
echo "failed...";
}
}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