dever 7 năm trước cách đây
mục cha
commit
68e1a4f677
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      applet/src/Msg.php

+ 0 - 1
applet/src/Msg.php

@@ -135,7 +135,6 @@ class Msg
 	{
 		Dever::import('queue');
 		while ($data = Dever::pop()) {
-			print_r($data);die;
 			$this->sendOne($data['key'], $data['project_id'], $data['touser'], $data['page'], $data['data'], $data['form_id'], $data['emphasis_keyword']);
 		}
 	}