正在显示
1 个修改的文件
包含
0 行增加
和
1 行删除
| @@ -108,7 +108,6 @@ class KeywordVideoController extends BaseController | @@ -108,7 +108,6 @@ class KeywordVideoController extends BaseController | ||
| 108 | if($info === false){ | 108 | if($info === false){ |
| 109 | $this->response('请先设置域名',Code::SYSTEM_ERROR); | 109 | $this->response('请先设置域名',Code::SYSTEM_ERROR); |
| 110 | } | 110 | } |
| 111 | - $this->param['num'] = $this->param['number']; | ||
| 112 | $rs = $keywordModel->add($this->param); | 111 | $rs = $keywordModel->add($this->param); |
| 113 | if($rs === false){ | 112 | if($rs === false){ |
| 114 | $this->response('添加失败',Code::SYSTEM_ERROR); | 113 | $this->response('添加失败',Code::SYSTEM_ERROR); |
-
请 注册 或 登录 后发表评论