public JushGoldBookRemind_Service() { client = new JPushClient(Config.PushApp_key, Config.PushMaster_secret); }
public JushTiming_Service() { client = new JPushClient(Config.PushApp_key, Config.PushMaster_secret); }
public JushOrderTimeOutRemind_Service() { client = new JPushClient(Config.PushApp_key, Config.PushMaster_secret); }
public JushNotLoginUserRemind_Service() { client = new JPushClient(Config.PushApp_key, Config.PushMaster_secret); }