chuweiqiang 1 년 전
부모
커밋
6c037fb0ba
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      application/api/controller/Books.php

+ 2 - 1
application/api/controller/Books.php

@@ -225,12 +225,13 @@ class Books extends Api
                     $list['is_certificate'] = 0;
                     $list['free_end_time'] = $cer['free_end_time'];
                 }else{
+                    $list['is_certificate'] = 1;
                     //免费/付费
                     $lists['data'][$k]['is_free'] = 1;
                     if($v['price'] <= 0){
                         $lists['data'][$k]['is_free'] = 0;
                     }
-                    $list['is_certificate'] = 1;
+
                 }
             }
         }else{