packagecom.ydl.ydlcommon.utilsimportcn.jpush.android.api.JPushInterfaceimportcom.ydl.ydlcommon.base.BaseApp/** * 推送工具类 * Created by hgw on 2018/3/21. */objectJPushUtils{fungetRegistrationID():String{returnJPushInterface.getRegistrationID(BaseApp.getApp());}}