feat/task1-c-wallet
devil_gong 2018-12-28 10:33:43 +08:00
parent 6a2847829f
commit f62086c634
2 changed files with 0 additions and 7 deletions

View File

@ -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.');

View File

@ -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)
{