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

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

@@ -87,6 +87,7 @@ 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=[