wangzq 2 anos atrás
pai
commit
a201e5fb2f

+ 1 - 1
app/Modules/Subscribe/Services/ChapterOrderService.php

@@ -237,7 +237,7 @@ class ChapterOrderService
         $recode = $chapter_model->where('uid', $uid)
             ->where('fee','>',0)->first();
         if ($recode){
-            return ture;
+            return true;
         }else{
             return  false;
         }