正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -40,6 +40,8 @@ class AyrReleaseLogic extends BaseLogic | @@ -40,6 +40,8 @@ class AyrReleaseLogic extends BaseLogic | ||
| 40 | public function release_add(){ | 40 | public function release_add(){ |
| 41 | $this->param['project_id'] = $this->user['project_id']; | 41 | $this->param['project_id'] = $this->user['project_id']; |
| 42 | $this->param['operator_id'] = $this->user['id']; | 42 | $this->param['operator_id'] = $this->user['id']; |
| 43 | + $this->param['images'] = implode(',',$this->param['images']); | ||
| 44 | + $this->param['platforms'] = json_encode($this->param['platforms']); | ||
| 43 | $rs = $this->model->add($this->param); | 45 | $rs = $this->model->add($this->param); |
| 44 | if($rs === false){ | 46 | if($rs === false){ |
| 45 | $this->fail('error'); | 47 | $this->fail('error'); |
-
请 注册 或 登录 后发表评论