Commit e6e96167 authored by chenchuanwen's avatar chenchuanwen

run

parent b0f08d93
...@@ -46,7 +46,7 @@ class runRedisPush ...@@ -46,7 +46,7 @@ class runRedisPush
try{ try{
$message=json_decode($message,true); $message=json_decode($message,true);
$callInstance=$message['className']::getInstance(\Our\DbNameConst::masterDBConnectName); $callInstance=$message['className']::getInstance(\Our\DbNameConst::masterDBConnectName);
echo $message."\r\n"; echo json_encode($message)."\r\n";
if(empty($message['params'])){ if(empty($message['params'])){
$res=call_user_func_array(array($callInstance,$message['method']),array()); $res=call_user_func_array(array($callInstance,$message['method']),array());
}else{ }else{
......
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