dever 6 years ago
parent
commit
c0bab4e6be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      applet/src/Msg.php

+ 1 - 0
applet/src/Msg.php

@@ -171,6 +171,7 @@ class Msg
 		while ($state == true) {
 			$data = Dever::pop();
 			if ($data) {
+				print_r($data);die;
 				$num++;
 				$state = true;
 				$this->sendOne($data['key'], $data['project_id'], $data['touser'], $data['page'], $data['data'], $data['form_id'], $data['emphasis_keyword'], $state);