<?php /** * 评论基类 * AbstractController.class.php * $author$ 原习斌 * $date$ 2016-08-18 */ namespace Apicp\Controller\Comment; abstract class AbstractController extends \Common\Controller\Apicp\AbstractController { protected $needCheckThePayment = false; }