From f7d5582c2d092229bd8f3c57d6a1b33f9f3b41f9 Mon Sep 17 00:00:00 2001 From: lyt Date: Wed, 5 Jun 2019 11:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=9B=9E=E6=88=90=E5=8A=9F=E7=BB=99?= =?UTF-8?q?=E5=9B=9E=E6=89=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/vendorPlanSync/controllers/index.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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();