|
@@ -9,7 +9,6 @@ use app\user\model\TaxRelation;
|
|
|
use app\user\model\TaxRelationLog;use think\App;
|
|
|
use think\facade\Validate;
|
|
|
class TaxCategory extends Base{
|
|
|
- protected $noLogin=["*"];
|
|
|
public function __construct(App $app) {
|
|
|
parent::__construct($app);
|
|
|
$this->model = new \app\user\model\TaxCategory();
|