|
|
|
@ -967,11 +967,11 @@ public class InterfaceController extends AbstractController { |
|
|
|
|
log.info("接收的push参数globalInfo={}",globalInfo); |
|
|
|
|
|
|
|
|
|
// 校验IP
|
|
|
|
|
int blocOne = checkIpBlocAppidService.checkBlocOne(authorize.getAppSecId(), request); |
|
|
|
|
if (blocOne == 0) { |
|
|
|
|
returnResult = checkIpBlocAppidService.getCheckFailure(globalInfo); |
|
|
|
|
return returnResult; |
|
|
|
|
} |
|
|
|
|
// int blocOne = checkIpBlocAppidService.checkBlocOne(authorize.getAppSecId(), request);
|
|
|
|
|
// if (blocOne == 0) {
|
|
|
|
|
// returnResult = checkIpBlocAppidService.getCheckFailure(globalInfo);
|
|
|
|
|
// return returnResult;
|
|
|
|
|
// }
|
|
|
|
|
returnResult = invoicePoolService.salsePush(globalInfo, requestParam, request, response, authorize); |
|
|
|
|
} catch (Exception e) { |
|
|
|
|
e.printStackTrace(); |
|
|
|
|