提交 f62086c6 编写于 作者: D devil_gong

debug

上级 6a284782
......@@ -38,12 +38,6 @@ class Common extends Controller
{
parent::__construct();
// 是否ajax请求
if(!IS_AJAX)
{
exit(json_encode(DataReturn('非法访问', -500)));
}
// 输入参数
$this->data_post = input('post.');
$this->data_get = input('get.');
......
......@@ -34,7 +34,6 @@ class OrderNotify extends Common
*/
public function Notify()
{
file_put_contents('./tttttt.txt', json_encode($this->data_request));
$ret = OrderService::Notify($this->data_request);
if($ret['code'] == 0)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册