|
...
|
...
|
@@ -117,4 +117,9 @@ class LoginController extends BaseController |
|
|
|
$this->response('success',Code::SUCCESS,$str);
|
|
|
|
}
|
|
|
|
|
|
|
|
public function ceshi(){
|
|
|
|
$list = DB::table('gl_image')->where('path','like','%/m/image_other/2023-08/%')->get()->toArray();
|
|
|
|
var_dump($list);
|
|
|
|
die();
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|