From 7cb7e4a7a8ee7c7e54fa494c946534da41ef8e5f Mon Sep 17 00:00:00 2001 From: lyt Date: Thu, 6 Dec 2018 16:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=91=E9=80=81=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webht/third_party/vendorPlanSync/controllers/index.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webht/third_party/vendorPlanSync/controllers/index.php b/webht/third_party/vendorPlanSync/controllers/index.php index 24fe5510..95f4d734 100644 --- a/webht/third_party/vendorPlanSync/controllers/index.php +++ b/webht/third_party/vendorPlanSync/controllers/index.php @@ -63,6 +63,14 @@ class Index extends CI_Controller { * * * 3001 导游信息变更 * * * 4001 已确认取消 * * * 4002 订单已删除 + * * 计划发送/更新状态 + * * * 未确认: + * * * 10 已接收计划 + * * * 11 已接收变更 + * * * 上报信息: + * * * 20 已上报确认 + * * * 31 已录入上报导游 + * * * 32 未录入上报导游 * @date 2018-11-14 */ public function uploadOperation()