dever 7 年之前
父節點
當前提交
d6a28e5edc
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      applet/src/Msg.php

+ 0 - 1
applet/src/Msg.php

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