| | |
| | | KEY = Constant.systemCommonConfig.getSignKey();
|
| | | }
|
| | |
|
| | | // @Around(EDP)
|
| | | @Around(EDP)
|
| | | public Object testAround(ProceedingJoinPoint joinPoint) throws IOException {
|
| | | Object[] args = joinPoint.getArgs();
|
| | | PrintWriter out = null;
|
| | |
| | |
|
| | | if ((acceptData.getPlatform() != null && acceptData.getPlatform().equalsIgnoreCase("android")
|
| | | && acceptData.getVersion() != null && Integer.parseInt(acceptData.getVersion()) > 21)
|
| | | || (acceptData.getPlatform().equalsIgnoreCase("ios") && acceptData.getVersion() != null
|
| | | || (acceptData.getPlatform()!=null&&acceptData.getPlatform().equalsIgnoreCase("ios") && acceptData.getVersion() != null
|
| | | && Integer.parseInt(acceptData.getVersion()) > 24)) {
|
| | | isRight = signIsRight(request);
|
| | | } else if (acceptData.getPackages().startsWith("com.haicaojie")) {
|