gnitif 2 년 전
부모
커밋
de1e9e24a5
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      app/Http/Controllers/QuickApp/Book/Transformers/ChapterTransformer.php

+ 3 - 1
app/Http/Controllers/QuickApp/Book/Transformers/ChapterTransformer.php

@@ -21,7 +21,9 @@ class ChapterTransformer
             'force_add_desk_type'   =>  $chapter->force_add_desk_type,
             'next_chapter_status'   =>  $chapter->next_chapter_status,
             'next_price'   =>  $chapter->next_price,
-            'charge_type'   =>  $chapter->charge_type
+            'charge_type'   =>  $chapter->charge_type,
+            "force_add_work_wecaht_type" =>  0,
+            "force_add_work_wecaht_url" =>  "",
         ];
     }
 }