作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

代码完善

@@ -19,7 +19,7 @@ use addons\epay\library\Service; @@ -19,7 +19,7 @@ use addons\epay\library\Service;
19 */ 19 */
20 class Course extends Api 20 class Course extends Api
21 { 21 {
22 - protected $noNeedLogin = ['banner','index','info','catalog','appraiseList']; 22 + protected $noNeedLogin = ['banner','index','info','catalog','appraiseList','spec_intro','scorePrice','service'];
23 protected $noNeedRight = ['*']; 23 protected $noNeedRight = ['*'];
24 protected $model = null; 24 protected $model = null;
25 25