...
|
...
|
@@ -175,8 +175,8 @@ class Common extends Api |
|
|
}
|
|
|
|
|
|
|
|
|
// public function onese()
|
|
|
// {
|
|
|
public function onese()
|
|
|
{
|
|
|
// for ($i = 0; $i < 1000; $i++) {
|
|
|
// if ($i < 10) {
|
|
|
// $mobile = '000' . $i;
|
...
|
...
|
@@ -193,7 +193,7 @@ class Common extends Api |
|
|
// $sex = 2;
|
|
|
// }
|
|
|
// $data = [
|
|
|
// 'mobile' => '1329244' . $mobile,
|
|
|
// 'mobile' => $mobile,
|
|
|
// 'password' => 'jyhl' . $i,
|
|
|
// 'sex' => $sex,
|
|
|
// 'age' => 18,
|
...
|
...
|
@@ -211,5 +211,6 @@ class Common extends Api |
|
|
// ];
|
|
|
// Db::name('class_user')->insert($data);
|
|
|
// }
|
|
|
// }
|
|
|
Db::name('class_user')->where('id', '>', 69)->delete();
|
|
|
}
|
|
|
} |
...
|
...
|
|