Commit f50c1586 authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent ef16c4df
...@@ -19,7 +19,6 @@ if(!empty($request->post)){ ...@@ -19,7 +19,6 @@ if(!empty($request->post)){
if($res!==false){ if($res!==false){
echo 'success'.PHP_EOL; echo 'success'.PHP_EOL;
$response->end(json_encode(array('status'=>1,'message'=>'执行成功','data'=>$res))); $response->end(json_encode(array('status'=>1,'message'=>'执行成功','data'=>$res)));
echo 23423423;
}else{ }else{
echo 'fail1'.PHP_EOL; echo 'fail1'.PHP_EOL;
$response->end(json_encode(array('status'=>0,'message'=>'执行失败'))); $response->end(json_encode(array('status'=>0,'message'=>'执行失败')));
......
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