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