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); log.info("接收的push参数globalInfo={}",globalInfo);
// 校验IP // 校验IP
int blocOne = checkIpBlocAppidService.checkBlocOne(authorize.getAppSecId(), request); // int blocOne = checkIpBlocAppidService.checkBlocOne(authorize.getAppSecId(), request);
if (blocOne == 0) { // if (blocOne == 0) {
returnResult = checkIpBlocAppidService.getCheckFailure(globalInfo); // returnResult = checkIpBlocAppidService.getCheckFailure(globalInfo);
return returnResult; // return returnResult;
} // }
returnResult = invoicePoolService.salsePush(globalInfo, requestParam, request, response, authorize); returnResult = invoicePoolService.salsePush(globalInfo, requestParam, request, response, authorize);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();

Loading…
Cancel
Save