dyjh 6 năm trước cách đây
mục cha
commit
2ea4fca9fc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Controllers/Api/V1/AlbumController.php

+ 1 - 0
app/Http/Controllers/Api/V1/AlbumController.php

xqd
@@ -2488,6 +2488,7 @@ class AlbumController extends Controller
                 $style = AlbumProductStyleModel::where([['store_id',$data['store_id'].['id',$goods->style]]])->first();
                 $cat = AlbumCatModel::where([['store_id',$data['store_id'].['id',$goods->cat_id]]])->first();
                 $user = AlbumUserModel::where([['open_id',$val->open_id],['store_id',$data['store_id']]])->first();
+                dd($goods);
                 $res[] = [
                     'content' => "$user->username 分享了 $style->name $cat->name $goods->name ",
                     'time' => date('Y-m-d H:i',strtotime($val->created_at))