Commit a90ee164 by 杨昕

Merge branch 'test' into 'master'

添加秘钥字段

See merge request !5
parents 13da3ddd 16542e7c
Pipeline #9984 passed with stages
in 39 seconds
......@@ -318,7 +318,7 @@ class MediaModel extends Eloquent
if (empty($media_catg)){
throw new \Exception("媒资类别不存在");
}
$tmp[] = MediaModel::select("_id","book_num","book_name")->whereIn('book_num',$media_ids)->get();
$tmp[] = MediaModel::select("_id","book_num","book_name","secret_key")->whereIn('book_num',$media_ids)->get();
}
}catch (\Exception $exception){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment