ariesy 去掉ip校验

release
yefei 2 years ago
parent 2e38345833
commit a1fa4ce070
  1. 10
      dxhy-erp/src/main/java/com/dxhy/erp/controller/InterfaceController.java

@ -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();

Loading…
Cancel
Save