package com.dayu.pipirrapp.service; import android.app.Service; import android.content.Intent; import android.os.IBinder; import androidx.annotation.Nullable; import cn.jpush.android.service.JPushMessageService; /** * author: zuo * Date: 2023-12-28 * Time: 10:29 * 备注:推送的服务 */ public class PushService extends JPushMessageService { }