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

+ 1 - 0
applet/src/Msg.php

@@ -109,6 +109,7 @@ class Msg
 				Dever::setInput('project_id', $info['project_id']);
 				Dever::setInput('page', $info['page']);
 				$data = json_decode(base64_decode($info['content']), true);
+				print_r($data);die;
 				if ($data) {
 					$send = array();
 					foreach ($data as $k => $v) {