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

+ 1 - 0
applet/src/Msg.php

@@ -116,6 +116,7 @@ class Msg
 						$send[$v['key']] = $v['value'];
 					}
 					$send = json_encode($send, JSON_UNESCAPED_UNICODE);
+					print_r($send);die;
 					Dever::setInput('data', $send);
 				}