From 2d34354ef2ba8b2f3d16e3668b85f0ed87158d65 Mon Sep 17 00:00:00 2001 From: ziming Date: Wed, 28 May 2025 20:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/biz/{notify_retry_consume.go => notify_retry.go} | 0 internal/biz/{wechat_notify_consume.go => wechat_notify.go} | 0 internal/server/{wechat_notify_consumer.go => wechat_consumer.go} | 0 internal/service/{cmb_mock.go => mock.go} | 0 internal/service/{cmb_order.go => order.go} | 0 internal/service/{cmb_product.go => product.go} | 0 internal/service/{cmb_query.go => query.go} | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename internal/biz/{notify_retry_consume.go => notify_retry.go} (100%) rename internal/biz/{wechat_notify_consume.go => wechat_notify.go} (100%) rename internal/server/{wechat_notify_consumer.go => wechat_consumer.go} (100%) rename internal/service/{cmb_mock.go => mock.go} (100%) rename internal/service/{cmb_order.go => order.go} (100%) rename internal/service/{cmb_product.go => product.go} (100%) rename internal/service/{cmb_query.go => query.go} (100%) diff --git a/internal/biz/notify_retry_consume.go b/internal/biz/notify_retry.go similarity index 100% rename from internal/biz/notify_retry_consume.go rename to internal/biz/notify_retry.go diff --git a/internal/biz/wechat_notify_consume.go b/internal/biz/wechat_notify.go similarity index 100% rename from internal/biz/wechat_notify_consume.go rename to internal/biz/wechat_notify.go diff --git a/internal/server/wechat_notify_consumer.go b/internal/server/wechat_consumer.go similarity index 100% rename from internal/server/wechat_notify_consumer.go rename to internal/server/wechat_consumer.go diff --git a/internal/service/cmb_mock.go b/internal/service/mock.go similarity index 100% rename from internal/service/cmb_mock.go rename to internal/service/mock.go diff --git a/internal/service/cmb_order.go b/internal/service/order.go similarity index 100% rename from internal/service/cmb_order.go rename to internal/service/order.go diff --git a/internal/service/cmb_product.go b/internal/service/product.go similarity index 100% rename from internal/service/cmb_product.go rename to internal/service/product.go diff --git a/internal/service/cmb_query.go b/internal/service/query.go similarity index 100% rename from internal/service/cmb_query.go rename to internal/service/query.go