更新代码,完善功能

This commit is contained in:
2020-02-18 14:50:57 +08:00
parent 31fd944b9c
commit 8bc0f7534b
36 changed files with 283 additions and 280 deletions

View File

@@ -12,7 +12,7 @@ namespace app\model;
/**
* 设置模型
*/
class Channel {
class Channel extends \think\Model {
protected $type = array(
'id' => 'integer',