Commit 7bfb8a70 by HanSon

恢复修改

1 parent ebec242d
......@@ -66,14 +66,10 @@ class MessageFactory
}
break;
case 49:
preg_match('/type>(\d+)<\/type/', $msg['Content'], $matches);
if($msg['Status'] == 3 && $msg['FileName'] === '微信转账'){
return new Transfer($msg);
}elseif($matches[1] === 5){
}else{
return new Share($msg);
}elseif($matches[1] === 33){
print_r('xcx');
// return new Share($msg);
}
case 37: // 好友验证
return new RequestFriend($msg);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!