Commit e6e96167 authored by chenchuanwen's avatar chenchuanwen

run

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