From d380080e3bf95b1d1277ffaff98da5182e9a5863 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 30 Jul 2020 15:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E6=96=B0=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jcqapi/jcqapi.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformapi/jcqapi/jcqapi.go b/platformapi/jcqapi/jcqapi.go index d65489ec..1b5d0721 100644 --- a/platformapi/jcqapi/jcqapi.go +++ b/platformapi/jcqapi/jcqapi.go @@ -35,13 +35,13 @@ const ( var ( TopicList = []string{ - "open_message_order_order_pay", //订单付款 - "open_message_pop_order_remk_chg", //POP订单备注变更 + "open_message_order_order_pay", //订单付款 + // "open_message_pop_order_remk_chg", //POP订单备注变更 // "open_message_pop_order_out", //POP订单出库 // "open_message_pop_order_create", //POP订单创建 // "open_message_pop_order_change", //POP订单变更消息 // "open_message_order_order_finish", //订单完成 - "open_message_order_order_cancel", //订单取消 + // "open_message_order_order_cancel", //订单取消 } )