浏览代码

用户观看行为(支付)

15954078560 2 年之前
父节点
当前提交
f180e1e7ed
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      application/api/controller/Index.php

+ 4 - 0
application/api/controller/Index.php

@@ -1481,6 +1481,8 @@ class Index extends Api
         error_log('', 3, './dashuju/' . $check_filename);
         $finish_filename = date('Ymd') . '_' . config('data_cp_id') . '_userplaydata.finish';
         error_log('', 3, './dashuju/' . $finish_filename);
+
+        $this->success('');
     }
 
     //用户行为feedback
@@ -1581,5 +1583,7 @@ class Index extends Api
 
         error_log(print_r($content, 1) . PHP_EOL, 3, './dashuju/' . $filename);
         error_log('', 3, './dashuju/' . $check_filename);
+
+        $this->success('');
     }
 }