diff --git a/webht/third_party/vendorPlanSync/controllers/index.php b/webht/third_party/vendorPlanSync/controllers/index.php index a03d6726..2506ad81 100644 --- a/webht/third_party/vendorPlanSync/controllers/index.php +++ b/webht/third_party/vendorPlanSync/controllers/index.php @@ -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();