From 9c5f2ac3c5efe90b049873c1ba1345fbbd3bb69a Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 3 Sep 2025 15:24:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=94=AF=E4=BB=98):=20=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=8C=85=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/order/app/scheduler/GoogleReimburseCheckTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-order/order-application/src/main/java/com/red/circle/order/app/scheduler/GoogleReimburseCheckTask.java b/rc-service/rc-service-order/order-application/src/main/java/com/red/circle/order/app/scheduler/GoogleReimburseCheckTask.java index 0ebaf361..ddcacca5 100644 --- a/rc-service/rc-service-order/order-application/src/main/java/com/red/circle/order/app/scheduler/GoogleReimburseCheckTask.java +++ b/rc-service/rc-service-order/order-application/src/main/java/com/red/circle/order/app/scheduler/GoogleReimburseCheckTask.java @@ -58,7 +58,7 @@ public class GoogleReimburseCheckTask { public void executeReimburse(int latestMinutes) { List.of( - KeyValuePair.of(SysOriginPlatformEnum.LIKEI, "com.likei.life.room") + KeyValuePair.of(SysOriginPlatformEnum.LIKEI, "com.tkm.likei") ).forEach(keyValuePair -> { VoidedPurchasesListResponse response = googleVerifyService