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

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

@@ -150,6 +150,7 @@ class Platform extends Api
                     @file_put_contents("quanju.txt", $id . "-记录id\r\n", 8);
                     $user = model('VideoList')->where('id',$v['vid'])->find();
                     $user_contribution = $user['share']+$v['num'];
+                    @file_put_contents("quanju.txt", $user_contribution . "-修改后版权\r\n", 8);
                     $res2 = model('VideoList')->where('id',$v['vid'])->update(['share'=>$user_contribution]);
                 }
             }