$row['ti
$row['info']=$this->_post('info');
$row['picurl']=serialize($this->_post('picurl'));
$row['picurl1']=$this->_post('picurl1');
$row['picurl2']=$this->_post('picurl2');
$row['picurl3']=$this->_post('picurl3');
$row['apiurl']=$this->_post('apiurl');
$row['token']=$this->_post('token');
$row['infotype']=$this->_post('infotype');
$where=array('infotype'=>$thisInfo['infotype'],'token'=>$this->token);
$this->reply_info_model->where($where)->save($row);
最佳答案