public JushGoldBookRemind_Service()
 {
     client = new JPushClient(Config.PushApp_key, Config.PushMaster_secret);
 }
Example #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);
 }