dever 6 年之前
父節點
當前提交
263520bec4
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);
 				}