|  |  |  | 
|---|
|  |  |  | private ComPushService13 pushService13; | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private ComPushService14 pushService14; | 
|---|
|  |  |  | @Autowired | 
|---|
|  |  |  | private ComPushService15 pushService15; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @Override | 
|---|
|  |  |  | public String getProtocol() { | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | //指令存入缓存,时效24小时 | 
|---|
|  |  |  | String key = RedisConst.buildKey(RedisConst.KYE_ORDER, apiConfs.getKqdm()); | 
|---|
|  |  |  | redisUtil.set(key, req, 59 * 60 * 24); | 
|---|
|  |  |  | redisUtil.set(key, req.getOrderid(), 59 * 60 * 24); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ApiParam param = new ApiParam(); | 
|---|
|  |  |  | param.setPushProtocol(apiConfs.getPushProtocol()); | 
|---|
|  |  |  | 
|---|
|  |  |  | pushService11.pushData1112(apiRemoteService, param); | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | case "ODS_UP_CWBBXXJK": | 
|---|
|  |  |  | pushService11.pushData1114(apiRemoteService, param); | 
|---|
|  |  |  | pushService15.pushData1500(apiRemoteService, param); | 
|---|
|  |  |  | break; | 
|---|
|  |  |  | case "ODS_UP_HTXXJK": | 
|---|
|  |  |  | pushService12.pushData1201(apiRemoteService, param); | 
|---|