quanwei
2025-12-04 12913c1069347ea4b1f6ab87f480da0f8d8c646a
admin/app/api/controller/branch/Branch.php
@@ -4,6 +4,7 @@
use app\api\controller\Controller;
use app\api\model\branch\Branch as BranchModel;
use app\common\model\branch\Setting as SettingModel;
use xin\helper\Func;
/**
@@ -18,7 +19,8 @@
    {
        $model = new BranchModel;
        $list = $model->getList($this->postData());
        return $this->renderSuccess('', compact('list'));
        $words = SettingModel::getItem('words');
        return $this->renderSuccess('', compact('list', 'words'));
    }
    /**