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)) {