wesmiler 2 days ago
parent
commit
581e6c72c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/weixin/controller/ActivityController.php

+ 1 - 1
app/weixin/controller/ActivityController.php

@@ -19,7 +19,7 @@ class ActivityController extends BaseController
      * @return mixed
      * @return mixed
      */
      */
     public function detail(){
     public function detail(){
-        return $this->fetch();
+        return $this->fetch(); 
     }
     }
 
 
     /**
     /**