WIN-2308041133\Administrator 11 tháng trước cách đây
mục cha
commit
151a5ba666
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/api/controller/Platform.php

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

@@ -96,7 +96,7 @@ class Platform extends Api
                     'num' => $randomNumber,
                     'createtime' => time(),
                 ];
-                $id = Db::name('task')->insertGetId($up);
+                $id = Db::name('VideoPlatformRecord')->insertGetId($up);
             }
         }
         $this->success('分配完成');