|
|
|
@ -79,9 +79,12 @@ class Index extends CI_Controller {
|
|
|
|
|
*/
|
|
|
|
|
public function uploadOperation()
|
|
|
|
|
{
|
|
|
|
|
return false;
|
|
|
|
|
$input = $this->input->post();
|
|
|
|
|
log_message('error',"Call [Tulanduo>uploadOperation]: " . json_encode($input));
|
|
|
|
|
$ret['status'] = 1;
|
|
|
|
|
$ret['errMsg'] = "";
|
|
|
|
|
return $this->output->set_content_type('application/json')->set_output(json_encode($ret));
|
|
|
|
|
;
|
|
|
|
|
$ret['status'] = -1;
|
|
|
|
|
$ret['errMsg'] = "未知错误";
|
|
|
|
|
$user_verify = $this->verify_user();
|
|
|
|
|