未验证 提交 880256ca 编写于 作者: T Terry 提交者: GitHub

remove this file

上级 5784e9ed
<?php
namespace fecshop\app\appapi\modules\V1\controllers;
use fecshop\app\appapi\modules\AppapiController;
use Yii;
class PcateController extends AppapiController
{
public $modelClass;
public function init()
{
// õǰserviceӦmodel
$this->modelClass = Yii::$service->category->getModelName();
parent::init();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册