debug
parent
6a2847829f
commit
f62086c634
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue