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

+ 2 - 1
applet/src/Msg.php

@@ -137,9 +137,10 @@ class Msg
 		$state = true;
 		while ($state == true) {
 			$data = Dever::pop();
+			print_r($data);
 			if ($data) {
 				$state = true;
-				$this->sendOne($data['key'], $data['project_id'], $data['touser'], $data['page'], $data['data'], $data['form_id'], $data['emphasis_keyword']);
+				//$this->sendOne($data['key'], $data['project_id'], $data['touser'], $data['page'], $data['data'], $data['form_id'], $data['emphasis_keyword']);
 			} else {
 				$state = false;
 			}