dever il y a 7 ans
Parent
commit
045db3bacf
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      applet/src/Msg.php

+ 1 - 0
applet/src/Msg.php

@@ -135,6 +135,7 @@ 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']);
 		}
 	}