This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop/source/application/store/controller/setting/Help.php

19 lines
286 B
PHP
Raw Normal View History

2020-04-25 22:20:29 +08:00
<?php
namespace app\store\controller\setting;
use app\store\controller\Controller;
/**
* 设置-帮助信息
* Class Help
* @package app\store\controller\setting
*/
class Help extends Controller
{
public function tplMsg()
{
return $this->fetch('tplMsg');
}
}