update
This commit is contained in:
@@ -35,7 +35,9 @@ class Index extends Api
|
||||
|
||||
public function addStu()
|
||||
{
|
||||
dump(111);
|
||||
$li = db('student')->find();
|
||||
dump($li);
|
||||
$array = array('identifier'=>rand(10000,99999),'nickname'=>$this->GetRandStr(8),'mobile'=>rand(10000000000,99999999999),'password'=>$this->GetRandStr(8),'avatar'=>'/uploads/20220908/b7c04fd15608f8b905d9808a401c9c02.jpg','gender'=>1,'birthday'=>'2022-08-08','age'=>10,'type'=>1,'disabled'=>0,'city'=>'哈尔滨','school'=>'xxx小学');
|
||||
for ($i=1; $i<=50; $i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user