From 3f00ccb2d9ca5e41eb0b766f4e59c464052ae31a Mon Sep 17 00:00:00 2001 From: lyt Date: Fri, 30 Nov 2018 15:31:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=B5=8B=E8=AF=95=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/vendorPlanSync/controllers/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webht/third_party/vendorPlanSync/controllers/index.php b/webht/third_party/vendorPlanSync/controllers/index.php index e695410b..507ec818 100644 --- a/webht/third_party/vendorPlanSync/controllers/index.php +++ b/webht/third_party/vendorPlanSync/controllers/index.php @@ -66,6 +66,8 @@ class Index extends CI_Controller { */ public function uploadOperation() { + $input = $this->input->post(); + log_message('error',"Call [Tulanduo>uploadOperation]: " . json_encode($input)); $ret['status'] = -1; $ret['errMsg'] = "未知错误"; $user_verify = $this->verify_user(); @@ -73,7 +75,6 @@ class Index extends CI_Controller { $ret['errMsg'] = '用户验证失败'; return $this->output->set_content_type('application/json')->set_output(json_encode($ret)); } - $input = $this->input->post(); $vendorID = $input['openId']; $vps = $this->Group_model->get_sync_info_by_vendororder($input['orderId']); if (empty($vps)) {