| | |
| | | @Autowired |
| | | private ComPushService14 pushService14; |
| | | @Autowired |
| | | private ComPushService15 pushService15; |
| | | @Autowired |
| | | private ComPushService99 pushService99; |
| | | |
| | | @Override |
| | |
| | | |
| | | //指令存入缓存,时效24小时 |
| | | String key = RedisConst.buildKey(RedisConst.KYE_ORDER, conf.getKqdm()); |
| | | redisUtil.set(key, req, 59 * 60 * 24); |
| | | redisUtil.set(key, req.getOrderid(), 59 * 60 * 24); |
| | | |
| | | ApiParam param = new ApiParam(); |
| | | param.setPushProtocol(conf.getPushProtocol()); |
| | |
| | | pushService11.pushData1113(apiRemoteService, param); |
| | | break; |
| | | case "1114": |
| | | pushService11.pushData1114(apiRemoteService, param); |
| | | pushService15.pushData1500(apiRemoteService, param); |
| | | break; |
| | | case "1115": |
| | | pushService99.pushData1115(apiRemoteService, param); |
| | | break; |
| | | case "1201": |
| | | pushService12.pushData1201(apiRemoteService, param); |