文件名从 src/main/kotlin/cn/flightfeather/supervision/push/PushService.kt 修改 |
| | |
| | | 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.* |
| | | |
| | | |