Commit 71752e69 authored by chenchuanwen's avatar chenchuanwen

bridgeedit

parent 16d270a7
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
// echo ' ... After Swoole Shutdown ! ... ' . PHP_EOL . PHP_EOL; // echo ' ... After Swoole Shutdown ! ... ' . PHP_EOL . PHP_EOL;
// } // }
//} //}
if(!empty($request->post)){ //if(!empty($request->post)){
try{ try{
$respData=$request->post; $respData=$request->post;
// echo json_encode($respData); // echo json_encode($respData);
...@@ -50,4 +50,4 @@ if(!empty($request->post)){ ...@@ -50,4 +50,4 @@ if(!empty($request->post)){
}catch(Exception $ex){ }catch(Exception $ex){
throw new Exception($ex->getMessage(),$ex->getCode()); throw new Exception($ex->getMessage(),$ex->getCode());
} }
} //}
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