WIN-2308041133\Administrator 8 months ago
parent
commit
1e4515d4ef
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/api/controller/Platform.php

+ 0 - 1
application/api/controller/Platform.php

@@ -87,7 +87,6 @@ class Platform extends Api
     public function platform_income_day(){
 //        先获取所有短剧在不同平台的收益上下限
         $list = model('VideoPlatform')->select();
-        var_dump($list);die();
         foreach ($list as $k => $v){
             $randomNumber = mt_rand($v['min'] * 100, $v['max'] * 100) / 100;
             $up=[