作者 郭盛
1 个管道 的构建 通过 耗费 1 秒

修改过期时间

... ... @@ -1205,9 +1205,7 @@ class Index extends Api
{
$user_id = $this->auth->id;
$folder_id = $this->request->param('folder_id');
if(empty($folder_id)){
$this->error('缺少必要参数');
}
//自己的图片文件
$data = Db::name('savemes')
... ...