public JushGoldBookRemind_Service()
 {
     client = new JPushClient(Config.PushApp_key, Config.PushMaster_secret);
 }
Ejemplo n.º 2
0
 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);
 }