From 23bd719cebe5feeff4e48fde925b0b39755eea93 Mon Sep 17 00:00:00 2001
From: feiyu02 <risaku@163.com>
Date: 星期二, 15 十一月 2022 10:59:50 +0800
Subject: [PATCH] 2022.11.15

---
 src/main/kotlin/cn/flightfeather/supervision/common/push/PushService.kt |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/src/main/kotlin/cn/flightfeather/supervision/push/PushService.kt b/src/main/kotlin/cn/flightfeather/supervision/common/push/PushService.kt
similarity index 96%
rename from src/main/kotlin/cn/flightfeather/supervision/push/PushService.kt
rename to src/main/kotlin/cn/flightfeather/supervision/common/push/PushService.kt
index c9014b7..4db4a25 100644
--- a/src/main/kotlin/cn/flightfeather/supervision/push/PushService.kt
+++ b/src/main/kotlin/cn/flightfeather/supervision/common/push/PushService.kt
@@ -1,12 +1,9 @@
-package cn.flightfeather.supervision.push
+package cn.flightfeather.supervision.common.push
 
-import com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.getRequestId
-import com.aliyuncs.push.model.v20160801.PushResponse
 import com.aliyuncs.utils.ParameterHelper
 import com.aliyuncs.push.model.v20160801.PushRequest
 import com.aliyuncs.DefaultAcsClient
 import com.aliyuncs.profile.DefaultProfile
-import com.aliyuncs.profile.IClientProfile
 import java.util.*
 
 

--
Gitblit v1.9.3