Commit bf9b22f5c063fc4054e210cbc0725bbf53b1715b
Merge branch 'master' of https://git.oschina.net/zte-its/rnt-wx.git
Conflicts: .gitignore jfinal_weixin.log
Showing
14 changed files
with
6123 additions
and
8627 deletions
.gitignore
| ... | ... | @@ -32,4 +32,98 @@ nbdist/ |
| 32 | 32 | *.class |
| 33 | 33 | *.log |
| 34 | 34 | ### mac os ### |
| 35 | -.DS_Store | |
| 36 | 35 | \ No newline at end of file |
| 36 | +.DS_Store | |
| 37 | +# Created by .ignore support plugin (hsz.mobi) | |
| 38 | +### Example user template template | |
| 39 | +### Example user template | |
| 40 | + | |
| 41 | +# IntelliJ project files | |
| 42 | +.idea | |
| 43 | +*.iml | |
| 44 | +out | |
| 45 | +gen### Eclipse template | |
| 46 | + | |
| 47 | +.metadata | |
| 48 | +bin/ | |
| 49 | +tmp/ | |
| 50 | +*.tmp | |
| 51 | +*.bak | |
| 52 | +*.swp | |
| 53 | +*~.nib | |
| 54 | +local.properties | |
| 55 | +.settings/ | |
| 56 | +.loadpath | |
| 57 | +.recommenders | |
| 58 | + | |
| 59 | +# Eclipse Core | |
| 60 | +.project | |
| 61 | + | |
| 62 | +# External tool builders | |
| 63 | +.externalToolBuilders/ | |
| 64 | + | |
| 65 | +# Locally stored "Eclipse launch configurations" | |
| 66 | +*.launch | |
| 67 | + | |
| 68 | +# PyDev specific (Python IDE for Eclipse) | |
| 69 | +*.pydevproject | |
| 70 | + | |
| 71 | +# CDT-specific (C/C++ Development Tooling) | |
| 72 | +.cproject | |
| 73 | + | |
| 74 | +# JDT-specific (Eclipse Java Development Tools) | |
| 75 | +.classpath | |
| 76 | + | |
| 77 | +# Java annotation processor (APT) | |
| 78 | +.factorypath | |
| 79 | + | |
| 80 | +# PDT-specific (PHP Development Tools) | |
| 81 | +.buildpath | |
| 82 | + | |
| 83 | +# sbteclipse plugin | |
| 84 | +.target | |
| 85 | + | |
| 86 | +# Tern plugin | |
| 87 | +.tern-project | |
| 88 | + | |
| 89 | +# TeXlipse plugin | |
| 90 | +.texlipse | |
| 91 | + | |
| 92 | +# STS (Spring Tool Suite) | |
| 93 | +.springBeans | |
| 94 | + | |
| 95 | +# Code Recommenders | |
| 96 | +.recommenders/ | |
| 97 | + | |
| 98 | +# Scala IDE specific (Scala & Java development for Eclipse) | |
| 99 | +.cache-main | |
| 100 | +.scala_dependencies | |
| 101 | +.worksheet | |
| 102 | +### SVN template | |
| 103 | +.svn/ | |
| 104 | +### Java template | |
| 105 | +# Compiled class file | |
| 106 | +*.class | |
| 107 | + | |
| 108 | +# Log file | |
| 109 | +*.log | |
| 110 | + | |
| 111 | +# BlueJ files | |
| 112 | +*.ctxt | |
| 113 | + | |
| 114 | +# Mobile Tools for Java (J2ME) | |
| 115 | +.mtj.tmp/ | |
| 116 | + | |
| 117 | +# Package Files # | |
| 118 | +*.jar | |
| 119 | +*.war | |
| 120 | +*.ear | |
| 121 | +*.zip | |
| 122 | +*.tar.gz | |
| 123 | +*.rar | |
| 124 | + | |
| 125 | +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml | |
| 126 | +hs_err_pid* | |
| 127 | + | |
| 128 | + | |
| 129 | +.idea/ | |
| 130 | +src/main/java/com/rnt/plugins/ | ... | ... |
jfinal_weixin.log
Changes suppressed. Click to show
| 1 | 1 | |
| 2 | -2017-06-20 16:53:27 | |
| 2 | +2017-08-08 16:00:02 | |
| 3 | 3 | [INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited |
| 4 | 4 | |
| 5 | -2017-06-20 16:53:35 | |
| 5 | +2017-08-08 16:03:41 | |
| 6 | +[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 7 | + | |
| 8 | +2017-08-08 16:03:50 | |
| 6 | 9 | [INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited |
| 7 | 10 | |
| 8 | -2017-06-20 16:55:03 | |
| 9 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 11 | +2017-08-08 16:05:39 | |
| 12 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 10 | 13 | |
| 11 | -2017-06-20 16:55:03 | |
| 12 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 14 | +2017-08-08 16:05:39 | |
| 15 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 13 | 16 | |
| 14 | -2017-06-20 16:55:03 | |
| 15 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 17 | +2017-08-08 16:05:39 | |
| 18 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 16 | 19 | |
| 17 | -2017-06-20 16:55:03 | |
| 18 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 20 | +2017-08-08 16:05:39 | |
| 21 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 19 | 22 | |
| 20 | -2017-06-20 16:55:03 | |
| 21 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 23 | +2017-08-08 16:05:39 | |
| 24 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 22 | 25 | |
| 23 | -2017-06-20 16:55:03 | |
| 24 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 26 | +2017-08-08 16:05:39 | |
| 27 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 25 | 28 | |
| 26 | -2017-06-20 16:55:03 | |
| 27 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 29 | +2017-08-08 16:05:39 | |
| 30 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 28 | 31 | |
| 29 | -2017-06-20 16:55:03 | |
| 30 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 32 | +2017-08-08 16:05:42 | |
| 33 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 31 | 34 | |
| 32 | -2017-06-20 16:55:04 | |
| 33 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 35 | +2017-08-08 16:05:42 | |
| 36 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 34 | 37 | |
| 35 | -2017-06-20 16:55:04 | |
| 36 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 38 | +2017-08-08 16:05:42 | |
| 39 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 37 | 40 | |
| 38 | -2017-06-20 16:55:04 | |
| 39 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 41 | +2017-08-08 16:05:42 | |
| 42 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 40 | 43 | |
| 41 | -2017-06-20 16:55:05 | |
| 42 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 44 | +2017-08-08 16:06:43 | |
| 45 | +[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 43 | 46 | |
| 44 | -2017-06-20 16:55:05 | |
| 45 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 47 | +2017-08-08 16:07:09 | |
| 48 | +[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 46 | 49 | |
| 47 | -2017-06-20 16:55:05 | |
| 48 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 50 | +2017-08-08 16:07:21 | |
| 51 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 49 | 52 | |
| 50 | -2017-06-20 16:55:05 | |
| 51 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 53 | +2017-08-08 16:07:21 | |
| 54 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 52 | 55 | |
| 53 | -2017-06-20 16:55:05 | |
| 54 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 56 | +2017-08-08 16:07:21 | |
| 57 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 55 | 58 | |
| 56 | -2017-06-20 16:55:05 | |
| 57 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 59 | +2017-08-08 16:07:21 | |
| 60 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 58 | 61 | |
| 59 | -2017-06-20 16:55:05 | |
| 60 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 62 | +2017-08-08 16:07:21 | |
| 63 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 61 | 64 | |
| 62 | -2017-06-20 16:55:05 | |
| 63 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 65 | +2017-08-08 16:07:21 | |
| 66 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 64 | 67 | |
| 65 | -2017-06-20 16:55:05 | |
| 66 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 68 | +2017-08-08 16:07:21 | |
| 69 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 67 | 70 | |
| 68 | -2017-06-20 16:55:05 | |
| 69 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 71 | +2017-08-08 16:07:21 | |
| 72 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 70 | 73 | |
| 71 | -2017-06-20 16:55:05 | |
| 72 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 74 | +2017-08-08 16:07:21 | |
| 75 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 73 | 76 | |
| 74 | -2017-06-20 16:55:05 | |
| 75 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 77 | +2017-08-08 16:07:21 | |
| 78 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 76 | 79 | |
| 77 | -2017-06-20 16:55:05 | |
| 78 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 80 | +2017-08-08 16:07:21 | |
| 81 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 79 | 82 | |
| 80 | -2017-06-20 16:55:05 | |
| 81 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 83 | +2017-08-08 16:07:22 | |
| 84 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 82 | 85 | |
| 83 | -2017-06-20 16:55:05 | |
| 84 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 86 | +2017-08-08 16:07:22 | |
| 87 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 85 | 88 | |
| 86 | -2017-06-20 16:55:05 | |
| 87 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 89 | +2017-08-08 16:07:22 | |
| 90 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 88 | 91 | |
| 89 | -2017-06-20 16:55:05 | |
| 90 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 92 | +2017-08-08 16:07:22 | |
| 93 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 91 | 94 | |
| 92 | -2017-06-20 16:55:05 | |
| 93 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 95 | +2017-08-08 16:07:22 | |
| 96 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 94 | 97 | |
| 95 | -2017-06-20 16:55:05 | |
| 96 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 98 | +2017-08-08 16:07:22 | |
| 99 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 97 | 100 | |
| 98 | -2017-06-20 16:55:05 | |
| 99 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 101 | +2017-08-08 16:07:22 | |
| 102 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 100 | 103 | |
| 101 | -2017-06-20 16:55:36 | |
| 102 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 104 | +2017-08-08 16:07:22 | |
| 105 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 103 | 106 | |
| 104 | -2017-06-20 16:55:36 | |
| 105 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 107 | +2017-08-08 16:07:22 | |
| 108 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 106 | 109 | |
| 107 | -2017-06-20 16:55:36 | |
| 108 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 110 | +2017-08-08 16:07:22 | |
| 111 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 109 | 112 | |
| 110 | -2017-06-20 16:55:36 | |
| 111 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 113 | +2017-08-08 16:07:22 | |
| 114 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 112 | 115 | |
| 113 | -2017-06-20 16:55:36 | |
| 114 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 116 | +2017-08-08 16:07:22 | |
| 117 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 115 | 118 | |
| 116 | -2017-06-20 16:55:36 | |
| 117 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 119 | +2017-08-08 16:07:22 | |
| 120 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 118 | 121 | |
| 119 | -2017-06-20 16:55:36 | |
| 120 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 122 | +2017-08-08 16:07:22 | |
| 123 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 121 | 124 | |
| 122 | -2017-06-20 16:55:36 | |
| 123 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 125 | +2017-08-08 16:07:22 | |
| 126 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 124 | 127 | |
| 125 | -2017-06-20 16:55:36 | |
| 126 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 128 | +2017-08-08 16:07:22 | |
| 129 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 127 | 130 | |
| 128 | -2017-06-20 16:55:36 | |
| 129 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 131 | +2017-08-08 16:07:22 | |
| 132 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 130 | 133 | |
| 131 | -2017-06-20 16:55:36 | |
| 132 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 134 | +2017-08-08 16:07:22 | |
| 135 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 133 | 136 | |
| 134 | -2017-06-20 16:55:37 | |
| 135 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 137 | +2017-08-08 16:07:22 | |
| 138 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 136 | 139 | |
| 137 | -2017-06-20 16:55:37 | |
| 138 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 140 | +2017-08-08 16:07:22 | |
| 141 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 139 | 142 | |
| 140 | -2017-06-20 16:55:37 | |
| 141 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 143 | +2017-08-08 16:07:22 | |
| 144 | +[ERROR]-[Thread: qtp1154002927-27]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 145 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 142 | 146 | |
| 143 | -2017-06-20 16:55:37 | |
| 144 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 147 | +The last packet successfully received from the server was 38,275 milliseconds ago. The last packet sent successfully to the server was 2 milliseconds ago. | |
| 148 | + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 149 | + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 150 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 151 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 152 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 153 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 154 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 155 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 156 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 157 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 158 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 159 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 160 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 161 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 162 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 163 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 164 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 165 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:603) | |
| 166 | + at com.rnt.service.ParkLotService.listParkLot(ParkLotService.java:89) | |
| 167 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$e6e35363.CGLIB$listParkLot$3(<generated>) | |
| 168 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$e6e35363$$FastClassByCGLIB$$f0f46ad6.invoke(<generated>) | |
| 169 | + at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
| 170 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:82) | |
| 171 | + at com.jfinal.aop.Callback.intercept(Callback.java:96) | |
| 172 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$e6e35363.listParkLot(<generated>) | |
| 173 | + at com.rnt.controller.ParkLotController.parkList(ParkLotController.java:106) | |
| 174 | + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 175 | + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 176 | + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 177 | + at java.lang.reflect.Method.invoke(Method.java:498) | |
| 178 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:73) | |
| 179 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:139) | |
| 180 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 181 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 182 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 183 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 184 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 185 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 186 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 187 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 188 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 189 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 190 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 191 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 192 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 193 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 194 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 195 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 196 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 197 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 198 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 199 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 200 | + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) | |
| 201 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) | |
| 202 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) | |
| 203 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) | |
| 204 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 205 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 206 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 207 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 208 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 209 | + at java.lang.Thread.run(Thread.java:745) | |
| 210 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 211 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 212 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 213 | + ... 55 more | |
| 145 | 214 | |
| 146 | -2017-06-20 16:55:37 | |
| 147 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 215 | +2017-08-08 16:07:44 | |
| 216 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 148 | 217 | |
| 149 | -2017-06-20 16:55:37 | |
| 150 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 218 | +2017-08-08 16:07:44 | |
| 219 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 151 | 220 | |
| 152 | -2017-06-20 16:55:37 | |
| 153 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 221 | +2017-08-08 16:07:44 | |
| 222 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 154 | 223 | |
| 155 | -2017-06-20 16:55:37 | |
| 156 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 224 | +2017-08-08 16:07:44 | |
| 225 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 157 | 226 | |
| 158 | -2017-06-20 16:55:37 | |
| 159 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 227 | +2017-08-08 16:07:44 | |
| 228 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 160 | 229 | |
| 161 | -2017-06-20 16:55:37 | |
| 162 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 230 | +2017-08-08 16:07:44 | |
| 231 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 163 | 232 | |
| 164 | -2017-06-20 16:55:37 | |
| 165 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 233 | +2017-08-08 16:07:44 | |
| 234 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 166 | 235 | |
| 167 | -2017-06-20 16:55:37 | |
| 168 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 236 | +2017-08-08 16:07:44 | |
| 237 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 169 | 238 | |
| 170 | -2017-06-20 16:55:37 | |
| 171 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 239 | +2017-08-08 16:07:44 | |
| 240 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 172 | 241 | |
| 173 | -2017-06-20 16:55:37 | |
| 174 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 242 | +2017-08-08 16:07:44 | |
| 243 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 175 | 244 | |
| 176 | -2017-06-20 16:55:37 | |
| 177 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 245 | +2017-08-08 16:07:44 | |
| 246 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 178 | 247 | |
| 179 | -2017-06-20 16:55:37 | |
| 180 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 248 | +2017-08-08 16:07:44 | |
| 249 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 181 | 250 | |
| 182 | -2017-06-20 16:55:37 | |
| 183 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 251 | +2017-08-08 16:07:44 | |
| 252 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 184 | 253 | |
| 185 | -2017-06-20 16:55:37 | |
| 186 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 254 | +2017-08-08 16:07:44 | |
| 255 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 187 | 256 | |
| 188 | -2017-06-20 16:55:37 | |
| 189 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 257 | +2017-08-08 16:07:44 | |
| 258 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 190 | 259 | |
| 191 | -2017-06-20 16:55:37 | |
| 192 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 260 | +2017-08-08 16:07:44 | |
| 261 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 193 | 262 | |
| 194 | -2017-06-20 16:55:46 | |
| 195 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 263 | +2017-08-08 16:07:44 | |
| 264 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 196 | 265 | |
| 197 | -2017-06-20 16:55:46 | |
| 198 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 266 | +2017-08-08 16:07:44 | |
| 267 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 199 | 268 | |
| 200 | -2017-06-20 16:55:46 | |
| 201 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 269 | +2017-08-08 16:07:44 | |
| 270 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 202 | 271 | |
| 203 | -2017-06-20 16:55:46 | |
| 204 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 272 | +2017-08-08 16:07:44 | |
| 273 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 205 | 274 | |
| 206 | -2017-06-20 16:55:46 | |
| 207 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 275 | +2017-08-08 16:07:44 | |
| 276 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 208 | 277 | |
| 209 | -2017-06-20 16:55:46 | |
| 210 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 278 | +2017-08-08 16:07:44 | |
| 279 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 211 | 280 | |
| 212 | -2017-06-20 16:55:46 | |
| 213 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 281 | +2017-08-08 16:07:44 | |
| 282 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 214 | 283 | |
| 215 | -2017-06-20 16:55:46 | |
| 216 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 284 | +2017-08-08 16:07:44 | |
| 285 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 217 | 286 | |
| 218 | -2017-06-20 16:55:46 | |
| 219 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 287 | +2017-08-08 16:07:44 | |
| 288 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 220 | 289 | |
| 221 | -2017-06-20 16:55:46 | |
| 222 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 290 | +2017-08-08 16:07:44 | |
| 291 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 223 | 292 | |
| 224 | -2017-06-20 16:55:46 | |
| 225 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 293 | +2017-08-08 16:07:44 | |
| 294 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 226 | 295 | |
| 227 | -2017-06-20 16:55:46 | |
| 228 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 296 | +2017-08-08 16:07:44 | |
| 297 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 229 | 298 | |
| 230 | -2017-06-20 16:55:46 | |
| 231 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 299 | +2017-08-08 16:07:44 | |
| 300 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 232 | 301 | |
| 233 | -2017-06-20 16:55:46 | |
| 234 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 302 | +2017-08-08 16:07:44 | |
| 303 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 235 | 304 | |
| 236 | -2017-06-20 16:55:46 | |
| 237 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 305 | +2017-08-08 16:07:44 | |
| 306 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 238 | 307 | |
| 239 | -2017-06-20 16:55:46 | |
| 240 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 308 | +2017-08-08 16:07:47 | |
| 309 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 241 | 310 | |
| 242 | -2017-06-20 16:55:46 | |
| 243 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 311 | +2017-08-08 16:07:47 | |
| 312 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 244 | 313 | |
| 245 | -2017-06-20 16:55:46 | |
| 246 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 314 | +2017-08-08 16:07:47 | |
| 315 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 247 | 316 | |
| 248 | -2017-06-20 16:55:46 | |
| 249 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 317 | +2017-08-08 16:07:47 | |
| 318 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 250 | 319 | |
| 251 | -2017-06-20 16:55:46 | |
| 252 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 320 | +2017-08-08 16:07:47 | |
| 321 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 253 | 322 | |
| 254 | -2017-06-20 16:55:48 | |
| 255 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 323 | +2017-08-08 16:07:47 | |
| 324 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 256 | 325 | |
| 257 | -2017-06-20 16:55:48 | |
| 258 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.0810167030316784 | |
| 326 | +2017-08-08 16:07:47 | |
| 327 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 259 | 328 | |
| 260 | -2017-06-20 16:55:48 | |
| 261 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.0810167030316784 | |
| 329 | +2017-08-08 16:07:47 | |
| 330 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 262 | 331 | |
| 263 | -2017-06-20 16:55:48 | |
| 264 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 332 | +2017-08-08 16:07:47 | |
| 333 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 265 | 334 | |
| 266 | -2017-06-20 16:55:48 | |
| 267 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 335 | +2017-08-08 16:07:47 | |
| 336 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 268 | 337 | |
| 269 | -2017-06-20 16:55:48 | |
| 270 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 338 | +2017-08-08 16:07:47 | |
| 339 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 271 | 340 | |
| 272 | -2017-06-20 16:55:48 | |
| 273 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 341 | +2017-08-08 16:07:47 | |
| 342 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 274 | 343 | |
| 275 | -2017-06-20 16:55:48 | |
| 276 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 344 | +2017-08-08 16:07:47 | |
| 345 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 277 | 346 | |
| 278 | -2017-06-20 16:55:48 | |
| 279 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 347 | +2017-08-08 16:07:47 | |
| 348 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 280 | 349 | |
| 281 | -2017-06-20 16:55:48 | |
| 282 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 350 | +2017-08-08 16:07:47 | |
| 351 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 283 | 352 | |
| 284 | -2017-06-20 16:55:48 | |
| 285 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 353 | +2017-08-08 16:07:47 | |
| 354 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 286 | 355 | |
| 287 | -2017-06-20 16:55:48 | |
| 288 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 356 | +2017-08-08 16:07:47 | |
| 357 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 289 | 358 | |
| 290 | -2017-06-20 16:55:48 | |
| 291 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 359 | +2017-08-08 16:07:47 | |
| 360 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 292 | 361 | |
| 293 | -2017-06-20 16:55:48 | |
| 294 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 362 | +2017-08-08 16:07:47 | |
| 363 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 295 | 364 | |
| 296 | -2017-06-20 16:55:48 | |
| 297 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 365 | +2017-08-08 16:07:47 | |
| 366 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 298 | 367 | |
| 299 | -2017-06-20 16:55:48 | |
| 300 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 368 | +2017-08-08 16:07:48 | |
| 369 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 301 | 370 | |
| 302 | -2017-06-20 16:55:48 | |
| 303 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 371 | +2017-08-08 16:07:48 | |
| 372 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 304 | 373 | |
| 305 | -2017-06-20 16:55:48 | |
| 306 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 374 | +2017-08-08 16:07:48 | |
| 375 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 307 | 376 | |
| 308 | -2017-06-20 16:55:48 | |
| 309 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 377 | +2017-08-08 16:07:48 | |
| 378 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 310 | 379 | |
| 311 | -2017-06-20 16:55:48 | |
| 312 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 380 | +2017-08-08 16:07:48 | |
| 381 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 313 | 382 | |
| 314 | -2017-06-20 16:55:49 | |
| 315 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 383 | +2017-08-08 16:07:48 | |
| 384 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 316 | 385 | |
| 317 | -2017-06-20 16:55:49 | |
| 318 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 386 | +2017-08-08 16:07:48 | |
| 387 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 319 | 388 | |
| 320 | -2017-06-20 16:55:49 | |
| 321 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 389 | +2017-08-08 16:07:48 | |
| 390 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 322 | 391 | |
| 323 | -2017-06-20 16:55:49 | |
| 324 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 392 | +2017-08-08 16:07:48 | |
| 393 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 325 | 394 | |
| 326 | -2017-06-20 16:55:49 | |
| 327 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 395 | +2017-08-08 16:07:48 | |
| 396 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 328 | 397 | |
| 329 | -2017-06-20 16:55:49 | |
| 330 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 398 | +2017-08-08 16:07:48 | |
| 399 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 331 | 400 | |
| 332 | -2017-06-20 16:55:49 | |
| 333 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 401 | +2017-08-08 16:07:48 | |
| 402 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 334 | 403 | |
| 335 | -2017-06-20 16:55:49 | |
| 336 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 404 | +2017-08-08 16:07:48 | |
| 405 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 337 | 406 | |
| 338 | -2017-06-20 16:55:49 | |
| 339 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 407 | +2017-08-08 16:07:48 | |
| 408 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 340 | 409 | |
| 341 | -2017-06-20 16:55:49 | |
| 342 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 410 | +2017-08-08 16:07:48 | |
| 411 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 343 | 412 | |
| 344 | -2017-06-20 16:55:50 | |
| 345 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 413 | +2017-08-08 16:07:48 | |
| 414 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 346 | 415 | |
| 347 | -2017-06-20 16:55:50 | |
| 348 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 416 | +2017-08-08 16:07:48 | |
| 417 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 349 | 418 | |
| 350 | -2017-06-20 16:55:50 | |
| 351 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 419 | +2017-08-08 16:07:48 | |
| 420 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 352 | 421 | |
| 353 | -2017-06-20 16:55:50 | |
| 354 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 422 | +2017-08-08 16:07:48 | |
| 423 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 355 | 424 | |
| 356 | -2017-06-20 16:55:50 | |
| 357 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 425 | +2017-08-08 16:07:48 | |
| 426 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 358 | 427 | |
| 359 | -2017-06-20 16:55:50 | |
| 360 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 428 | +2017-08-08 16:07:49 | |
| 429 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 361 | 430 | |
| 362 | -2017-06-20 16:55:50 | |
| 363 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 431 | +2017-08-08 16:07:49 | |
| 432 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 364 | 433 | |
| 365 | -2017-06-20 16:55:50 | |
| 366 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 434 | +2017-08-08 16:07:49 | |
| 435 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 367 | 436 | |
| 368 | -2017-06-20 16:55:50 | |
| 369 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 437 | +2017-08-08 16:07:49 | |
| 438 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 370 | 439 | |
| 371 | -2017-06-20 16:55:50 | |
| 372 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 440 | +2017-08-08 16:07:49 | |
| 441 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 373 | 442 | |
| 374 | -2017-06-20 16:55:50 | |
| 375 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 443 | +2017-08-08 16:07:49 | |
| 444 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 376 | 445 | |
| 377 | -2017-06-20 16:55:50 | |
| 378 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 446 | +2017-08-08 16:07:49 | |
| 447 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 379 | 448 | |
| 380 | -2017-06-20 16:55:50 | |
| 381 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 449 | +2017-08-08 16:07:49 | |
| 450 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 382 | 451 | |
| 383 | -2017-06-20 16:55:50 | |
| 384 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 452 | +2017-08-08 16:07:49 | |
| 453 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 385 | 454 | |
| 386 | -2017-06-20 16:55:50 | |
| 387 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 455 | +2017-08-08 16:07:49 | |
| 456 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 388 | 457 | |
| 389 | -2017-06-20 16:55:50 | |
| 390 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 458 | +2017-08-08 16:07:49 | |
| 459 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 391 | 460 | |
| 392 | -2017-06-20 16:55:50 | |
| 393 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 461 | +2017-08-08 16:07:49 | |
| 462 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 394 | 463 | |
| 395 | -2017-06-20 16:55:50 | |
| 396 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 464 | +2017-08-08 16:07:49 | |
| 465 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 397 | 466 | |
| 398 | -2017-06-20 16:55:50 | |
| 399 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 467 | +2017-08-08 16:07:49 | |
| 468 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 400 | 469 | |
| 401 | -2017-06-20 16:55:50 | |
| 402 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 470 | +2017-08-08 16:07:49 | |
| 471 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 403 | 472 | |
| 404 | -2017-06-20 16:55:51 | |
| 405 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 473 | +2017-08-08 16:07:49 | |
| 474 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 406 | 475 | |
| 407 | -2017-06-20 16:55:51 | |
| 408 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 476 | +2017-08-08 16:07:49 | |
| 477 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 409 | 478 | |
| 410 | -2017-06-20 16:55:51 | |
| 411 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 479 | +2017-08-08 16:07:49 | |
| 480 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 412 | 481 | |
| 413 | -2017-06-20 16:55:51 | |
| 414 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 482 | +2017-08-08 16:07:49 | |
| 483 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 415 | 484 | |
| 416 | -2017-06-20 16:55:51 | |
| 417 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 485 | +2017-08-08 16:07:49 | |
| 486 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 418 | 487 | |
| 419 | -2017-06-20 16:55:51 | |
| 420 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 488 | +2017-08-08 16:07:50 | |
| 489 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 421 | 490 | |
| 422 | -2017-06-20 16:55:51 | |
| 423 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 491 | +2017-08-08 16:07:50 | |
| 492 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.7261365328392422 | |
| 424 | 493 | |
| 425 | -2017-06-20 16:55:51 | |
| 426 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 494 | +2017-08-08 16:07:50 | |
| 495 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.7261365328392422 | |
| 427 | 496 | |
| 428 | -2017-06-20 16:55:51 | |
| 429 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 497 | +2017-08-08 16:07:50 | |
| 498 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 430 | 499 | |
| 431 | -2017-06-20 16:55:51 | |
| 432 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 500 | +2017-08-08 16:07:50 | |
| 501 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 433 | 502 | |
| 434 | -2017-06-20 16:55:51 | |
| 435 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 503 | +2017-08-08 16:07:50 | |
| 504 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 436 | 505 | |
| 437 | -2017-06-20 16:55:51 | |
| 438 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 506 | +2017-08-08 16:07:50 | |
| 507 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 439 | 508 | |
| 440 | -2017-06-20 16:55:51 | |
| 441 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 509 | +2017-08-08 16:07:50 | |
| 510 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 442 | 511 | |
| 443 | -2017-06-20 16:55:51 | |
| 444 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 512 | +2017-08-08 16:07:50 | |
| 513 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 445 | 514 | |
| 446 | -2017-06-20 16:55:51 | |
| 447 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 515 | +2017-08-08 16:07:50 | |
| 516 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 448 | 517 | |
| 449 | -2017-06-20 16:55:51 | |
| 450 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 518 | +2017-08-08 16:07:50 | |
| 519 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 451 | 520 | |
| 452 | -2017-06-20 16:55:51 | |
| 453 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 521 | +2017-08-08 16:07:50 | |
| 522 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 454 | 523 | |
| 455 | -2017-06-20 16:55:51 | |
| 456 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 524 | +2017-08-08 16:07:50 | |
| 525 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 457 | 526 | |
| 458 | -2017-06-20 16:55:51 | |
| 459 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 527 | +2017-08-08 16:07:50 | |
| 528 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 460 | 529 | |
| 461 | -2017-06-20 16:55:51 | |
| 462 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 530 | +2017-08-08 16:07:50 | |
| 531 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 463 | 532 | |
| 464 | -2017-06-20 16:55:58 | |
| 465 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 533 | +2017-08-08 16:07:50 | |
| 534 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 466 | 535 | |
| 467 | -2017-06-20 16:55:58 | |
| 468 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 536 | +2017-08-08 16:07:50 | |
| 537 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 469 | 538 | |
| 470 | -2017-06-20 16:55:58 | |
| 471 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 539 | +2017-08-08 16:07:51 | |
| 540 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 472 | 541 | |
| 473 | -2017-06-20 16:55:58 | |
| 474 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 542 | +2017-08-08 16:07:51 | |
| 543 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 475 | 544 | |
| 476 | -2017-06-20 16:55:58 | |
| 477 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 545 | +2017-08-08 16:07:51 | |
| 546 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 478 | 547 | |
| 479 | -2017-06-20 16:55:58 | |
| 480 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 548 | +2017-08-08 16:08:39 | |
| 549 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 481 | 550 | |
| 482 | -2017-06-20 16:55:58 | |
| 483 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 551 | +2017-08-08 16:08:39 | |
| 552 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 484 | 553 | |
| 485 | -2017-06-20 16:55:58 | |
| 486 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 554 | +2017-08-08 16:08:39 | |
| 555 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 487 | 556 | |
| 488 | -2017-06-20 16:55:58 | |
| 489 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 557 | +2017-08-08 16:08:39 | |
| 558 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 490 | 559 | |
| 491 | -2017-06-20 16:55:58 | |
| 492 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 560 | +2017-08-08 16:08:39 | |
| 561 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 493 | 562 | |
| 494 | -2017-06-20 16:55:58 | |
| 495 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 563 | +2017-08-08 16:08:39 | |
| 564 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 496 | 565 | |
| 497 | -2017-06-20 16:55:58 | |
| 498 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 566 | +2017-08-08 16:08:39 | |
| 567 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 499 | 568 | |
| 500 | -2017-06-20 16:55:58 | |
| 501 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 569 | +2017-08-08 16:08:39 | |
| 570 | +[ERROR]-[Thread: qtp1154002927-24]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 571 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 502 | 572 | |
| 503 | -2017-06-20 16:55:58 | |
| 504 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 573 | +The last packet successfully received from the server was 48,731 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. | |
| 574 | + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 575 | + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 576 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 577 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 578 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 579 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 580 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 581 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 582 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 583 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 584 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 585 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 586 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 587 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 588 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 589 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 590 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 591 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 592 | + at com.rnt.service.UserService.queryBindInfoByOpenId(UserService.java:21) | |
| 593 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:79) | |
| 594 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 595 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 596 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 597 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 598 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 599 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 600 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 601 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 602 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 603 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 604 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 605 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 606 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 607 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 608 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 609 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 610 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 611 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 612 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 613 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 614 | + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) | |
| 615 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) | |
| 616 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) | |
| 617 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) | |
| 618 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 619 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 620 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 621 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 622 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 623 | + at java.lang.Thread.run(Thread.java:745) | |
| 624 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 625 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 626 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 627 | + ... 43 more | |
| 505 | 628 | |
| 506 | -2017-06-20 16:55:58 | |
| 507 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 629 | +2017-08-08 16:08:43 | |
| 630 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 508 | 631 | |
| 509 | -2017-06-20 16:55:58 | |
| 510 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 632 | +2017-08-08 16:08:43 | |
| 633 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 511 | 634 | |
| 512 | -2017-06-20 16:55:58 | |
| 513 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 635 | +2017-08-08 16:08:43 | |
| 636 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 514 | 637 | |
| 515 | -2017-06-20 16:55:58 | |
| 516 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 638 | +2017-08-08 16:08:43 | |
| 639 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 517 | 640 | |
| 518 | -2017-06-20 16:55:58 | |
| 519 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 641 | +2017-08-08 16:08:43 | |
| 642 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 520 | 643 | |
| 521 | -2017-06-20 16:55:58 | |
| 522 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 644 | +2017-08-08 16:08:43 | |
| 645 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 523 | 646 | |
| 524 | -2017-06-20 16:55:58 | |
| 525 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 647 | +2017-08-08 16:08:43 | |
| 648 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 526 | 649 | |
| 527 | -2017-06-20 16:55:58 | |
| 528 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 650 | +2017-08-08 16:08:43 | |
| 651 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 529 | 652 | |
| 530 | -2017-06-20 16:55:58 | |
| 531 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 653 | +2017-08-08 16:08:43 | |
| 654 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 532 | 655 | |
| 533 | -2017-06-20 16:55:58 | |
| 534 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 656 | +2017-08-08 16:08:43 | |
| 657 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 535 | 658 | |
| 536 | -2017-06-20 16:55:58 | |
| 537 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 659 | +2017-08-08 16:08:43 | |
| 660 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 538 | 661 | |
| 539 | -2017-06-20 16:55:58 | |
| 540 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 662 | +2017-08-08 16:08:43 | |
| 663 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 541 | 664 | |
| 542 | -2017-06-20 16:55:58 | |
| 543 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 665 | +2017-08-08 16:08:43 | |
| 666 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 544 | 667 | |
| 545 | -2017-06-20 16:55:58 | |
| 546 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 668 | +2017-08-08 16:08:43 | |
| 669 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 547 | 670 | |
| 548 | -2017-06-20 16:55:59 | |
| 549 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 671 | +2017-08-08 16:08:43 | |
| 672 | +[ERROR]-[Thread: qtp1154002927-24]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 673 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 550 | 674 | |
| 551 | -2017-06-20 16:55:59 | |
| 552 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 675 | +The last packet successfully received from the server was 55,029 milliseconds ago. The last packet sent successfully to the server was 1 milliseconds ago. | |
| 676 | + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 677 | + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 678 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 679 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 680 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 681 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 682 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 683 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 684 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 685 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 686 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 687 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 688 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 689 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 690 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 691 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 692 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 693 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 694 | + at com.rnt.service.UserService.queryBindInfoByOpenId(UserService.java:21) | |
| 695 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:79) | |
| 696 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 697 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 698 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 699 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 700 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 701 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 702 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 703 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 704 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 705 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 706 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 707 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 708 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 709 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 710 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 711 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 712 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 713 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 714 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 715 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 716 | + at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926) | |
| 717 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988) | |
| 718 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635) | |
| 719 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) | |
| 720 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 721 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 722 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 723 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 724 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 725 | + at java.lang.Thread.run(Thread.java:745) | |
| 726 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 727 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 728 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 729 | + ... 43 more | |
| 553 | 730 | |
| 554 | -2017-06-20 16:55:59 | |
| 555 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 731 | +2017-08-08 16:08:43 | |
| 732 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 556 | 733 | |
| 557 | -2017-06-20 16:56:49 | |
| 558 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 734 | +2017-08-08 16:08:43 | |
| 735 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 559 | 736 | |
| 560 | -2017-06-20 16:56:49 | |
| 561 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 737 | +2017-08-08 16:08:43 | |
| 738 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 562 | 739 | |
| 563 | -2017-06-20 16:56:49 | |
| 564 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 740 | +2017-08-08 16:08:44 | |
| 741 | +[ERROR]-[Thread: qtp1154002927-25]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 742 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 565 | 743 | |
| 566 | -2017-06-20 16:56:49 | |
| 567 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 744 | +The last packet successfully received from the server was 52,888 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. | |
| 745 | + at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 746 | + at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 747 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 748 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 749 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 750 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 751 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 752 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 753 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 754 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 755 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 756 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 757 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 758 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 759 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 760 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 761 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 762 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:603) | |
| 763 | + at com.rnt.service.ParkLotService.listParkLot(ParkLotService.java:89) | |
| 764 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$e6e35363.CGLIB$listParkLot$3(<generated>) | |
| 765 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$e6e35363$$FastClassByCGLIB$$f0f46ad6.invoke(<generated>) | |
| 766 | + at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
| 767 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:82) | |
| 768 | + at com.jfinal.aop.Callback.intercept(Callback.java:96) | |
| 769 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$e6e35363.listParkLot(<generated>) | |
| 770 | + at com.rnt.controller.ParkLotController.parkList(ParkLotController.java:106) | |
| 771 | + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 772 | + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 773 | + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 774 | + at java.lang.reflect.Method.invoke(Method.java:498) | |
| 775 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:73) | |
| 776 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:139) | |
| 777 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 778 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 779 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 780 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 781 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 782 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 783 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 784 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 785 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 786 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 787 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 788 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 789 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 790 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 791 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 792 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 793 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 794 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 795 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 796 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 797 | + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) | |
| 798 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) | |
| 799 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) | |
| 800 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) | |
| 801 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 802 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 803 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 804 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 805 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 806 | + at java.lang.Thread.run(Thread.java:745) | |
| 807 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 808 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 809 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 810 | + ... 55 more | |
| 568 | 811 | |
| 569 | -2017-06-20 16:56:49 | |
| 570 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 812 | +2017-08-08 16:08:47 | |
| 813 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 571 | 814 | |
| 572 | -2017-06-20 16:56:49 | |
| 573 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 815 | +2017-08-08 16:08:47 | |
| 816 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 574 | 817 | |
| 575 | -2017-06-20 16:56:49 | |
| 576 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 818 | +2017-08-08 16:08:47 | |
| 819 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 577 | 820 | |
| 578 | -2017-06-20 16:56:49 | |
| 579 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 821 | +2017-08-08 16:08:47 | |
| 822 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 580 | 823 | |
| 581 | -2017-06-20 16:56:49 | |
| 582 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 824 | +2017-08-08 16:08:47 | |
| 825 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 583 | 826 | |
| 584 | -2017-06-20 16:56:49 | |
| 585 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 827 | +2017-08-08 16:08:47 | |
| 828 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 586 | 829 | |
| 587 | -2017-06-20 16:56:50 | |
| 588 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 830 | +2017-08-08 16:08:47 | |
| 831 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 589 | 832 | |
| 590 | -2017-06-20 16:56:50 | |
| 591 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 833 | +2017-08-08 16:08:47 | |
| 834 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 592 | 835 | |
| 593 | -2017-06-20 16:56:50 | |
| 594 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 836 | +2017-08-08 16:08:47 | |
| 837 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 595 | 838 | |
| 596 | -2017-06-20 16:56:50 | |
| 597 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 839 | +2017-08-08 16:08:47 | |
| 840 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 598 | 841 | |
| 599 | -2017-06-20 16:56:50 | |
| 600 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 842 | +2017-08-08 16:08:47 | |
| 843 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 601 | 844 | |
| 602 | -2017-06-20 16:56:50 | |
| 603 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 845 | +2017-08-08 16:08:47 | |
| 846 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 604 | 847 | |
| 605 | -2017-06-20 16:56:50 | |
| 606 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 848 | +2017-08-08 16:08:47 | |
| 849 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 607 | 850 | |
| 608 | -2017-06-20 16:56:50 | |
| 609 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 851 | +2017-08-08 16:08:47 | |
| 852 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 610 | 853 | |
| 611 | -2017-06-20 16:56:50 | |
| 612 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 854 | +2017-08-08 16:08:47 | |
| 855 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 613 | 856 | |
| 614 | -2017-06-20 16:56:50 | |
| 615 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 857 | +2017-08-08 16:08:47 | |
| 858 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 616 | 859 | |
| 617 | -2017-06-20 16:56:52 | |
| 618 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 860 | +2017-08-08 16:08:47 | |
| 861 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 619 | 862 | |
| 620 | -2017-06-20 16:56:52 | |
| 621 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 863 | +2017-08-08 16:08:47 | |
| 864 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 622 | 865 | |
| 623 | -2017-06-20 16:56:52 | |
| 624 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 866 | +2017-08-08 16:08:47 | |
| 867 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 625 | 868 | |
| 626 | -2017-06-20 16:56:52 | |
| 627 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 869 | +2017-08-08 16:08:47 | |
| 870 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 628 | 871 | |
| 629 | -2017-06-20 16:56:52 | |
| 630 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 872 | +2017-08-08 16:08:47 | |
| 873 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 631 | 874 | |
| 632 | -2017-06-20 16:56:52 | |
| 633 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 875 | +2017-08-08 16:08:47 | |
| 876 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 634 | 877 | |
| 635 | -2017-06-20 16:56:52 | |
| 636 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 878 | +2017-08-08 16:08:47 | |
| 879 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 637 | 880 | |
| 638 | -2017-06-20 16:56:52 | |
| 639 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 881 | +2017-08-08 16:08:47 | |
| 882 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 640 | 883 | |
| 641 | -2017-06-20 16:56:52 | |
| 642 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 884 | +2017-08-08 16:08:47 | |
| 885 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 643 | 886 | |
| 644 | -2017-06-20 16:56:52 | |
| 645 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 887 | +2017-08-08 16:08:47 | |
| 888 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 646 | 889 | |
| 647 | -2017-06-20 16:56:52 | |
| 648 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 890 | +2017-08-08 16:08:47 | |
| 891 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 649 | 892 | |
| 650 | -2017-06-20 16:56:52 | |
| 651 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 893 | +2017-08-08 16:08:47 | |
| 894 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 652 | 895 | |
| 653 | -2017-06-20 16:56:52 | |
| 654 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 896 | +2017-08-08 16:08:47 | |
| 897 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 655 | 898 | |
| 656 | -2017-06-20 16:56:52 | |
| 657 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 899 | +2017-08-08 16:08:47 | |
| 900 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 658 | 901 | |
| 659 | -2017-06-20 16:56:52 | |
| 660 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 902 | +2017-08-08 16:08:47 | |
| 903 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 661 | 904 | |
| 662 | -2017-06-20 16:56:52 | |
| 663 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 905 | +2017-08-08 16:08:48 | |
| 906 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 664 | 907 | |
| 665 | -2017-06-20 16:56:52 | |
| 666 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 908 | +2017-08-08 16:08:48 | |
| 909 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 667 | 910 | |
| 668 | -2017-06-20 16:56:52 | |
| 669 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 911 | +2017-08-08 16:08:48 | |
| 912 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 670 | 913 | |
| 671 | -2017-06-20 16:56:52 | |
| 672 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 914 | +2017-08-08 16:08:48 | |
| 915 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 673 | 916 | |
| 674 | -2017-06-20 16:56:52 | |
| 675 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 917 | +2017-08-08 16:08:48 | |
| 918 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 676 | 919 | |
| 677 | -2017-06-20 16:58:21 | |
| 678 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 920 | +2017-08-08 16:08:48 | |
| 921 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 679 | 922 | |
| 680 | -2017-06-20 16:58:21 | |
| 681 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 923 | +2017-08-08 16:08:48 | |
| 924 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 682 | 925 | |
| 683 | -2017-06-20 16:58:21 | |
| 684 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 926 | +2017-08-08 16:08:48 | |
| 927 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 685 | 928 | |
| 686 | -2017-06-20 16:58:21 | |
| 687 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 929 | +2017-08-08 16:08:48 | |
| 930 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 688 | 931 | |
| 689 | -2017-06-20 16:58:21 | |
| 690 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 932 | +2017-08-08 16:08:48 | |
| 933 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 691 | 934 | |
| 692 | -2017-06-20 16:58:21 | |
| 693 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 935 | +2017-08-08 16:08:49 | |
| 936 | +[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 694 | 937 | |
| 695 | -2017-06-20 16:58:21 | |
| 696 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 938 | +2017-08-08 16:08:49 | |
| 939 | +[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 697 | 940 | |
| 698 | -2017-06-20 16:58:21 | |
| 699 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 941 | +2017-08-08 16:08:49 | |
| 942 | +[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 700 | 943 | |
| 701 | -2017-06-20 16:58:21 | |
| 702 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 944 | +2017-08-08 16:08:49 | |
| 945 | +[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 703 | 946 | |
| 704 | -2017-06-20 16:58:21 | |
| 705 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 947 | +2017-08-08 16:08:49 | |
| 948 | +[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 706 | 949 | |
| 707 | -2017-06-20 16:58:21 | |
| 708 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 950 | +2017-08-08 16:08:49 | |
| 951 | +[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 709 | 952 | |
| 710 | -2017-06-20 16:58:22 | |
| 711 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 953 | +2017-08-08 16:08:49 | |
| 954 | +[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 712 | 955 | |
| 713 | -2017-06-20 16:58:22 | |
| 714 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 956 | +2017-08-08 16:08:49 | |
| 957 | +[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 715 | 958 | |
| 716 | -2017-06-20 16:58:22 | |
| 717 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 959 | +2017-08-08 16:08:49 | |
| 960 | +[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 718 | 961 | |
| 719 | -2017-06-20 16:58:22 | |
| 720 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 962 | +2017-08-08 16:08:49 | |
| 963 | +[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 721 | 964 | |
| 722 | -2017-06-20 16:58:22 | |
| 723 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 965 | +2017-08-08 16:08:51 | |
| 966 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 724 | 967 | |
| 725 | -2017-06-20 16:58:22 | |
| 726 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 968 | +2017-08-08 16:08:51 | |
| 969 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.6602834232527117 | |
| 727 | 970 | |
| 728 | -2017-06-20 16:58:22 | |
| 729 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 971 | +2017-08-08 16:08:51 | |
| 972 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/yearOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.6602834232527117 | |
| 730 | 973 | |
| 731 | -2017-06-20 16:58:22 | |
| 732 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 974 | +2017-08-08 16:08:51 | |
| 975 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 733 | 976 | |
| 734 | -2017-06-20 16:58:22 | |
| 735 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 977 | +2017-08-08 16:08:51 | |
| 978 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 736 | 979 | |
| 737 | -2017-06-20 16:58:22 | |
| 738 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 980 | +2017-08-08 16:08:51 | |
| 981 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 739 | 982 | |
| 740 | -2017-06-20 16:58:22 | |
| 741 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 983 | +2017-08-08 16:08:51 | |
| 984 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 742 | 985 | |
| 743 | -2017-06-20 16:58:22 | |
| 744 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 986 | +2017-08-08 16:08:51 | |
| 987 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 745 | 988 | |
| 746 | -2017-06-20 16:58:22 | |
| 747 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 989 | +2017-08-08 16:08:51 | |
| 990 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 748 | 991 | |
| 749 | -2017-06-20 16:58:22 | |
| 750 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 992 | +2017-08-08 16:08:51 | |
| 993 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 751 | 994 | |
| 752 | -2017-06-20 16:58:22 | |
| 753 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 995 | +2017-08-08 16:08:51 | |
| 996 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 754 | 997 | |
| 755 | -2017-06-20 16:58:22 | |
| 756 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 998 | +2017-08-08 16:08:51 | |
| 999 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 757 | 1000 | |
| 758 | -2017-06-20 16:58:22 | |
| 759 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1001 | +2017-08-08 16:08:51 | |
| 1002 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 760 | 1003 | |
| 761 | -2017-06-20 16:58:22 | |
| 762 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1004 | +2017-08-08 16:08:51 | |
| 1005 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 763 | 1006 | |
| 764 | -2017-06-20 16:58:22 | |
| 765 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1007 | +2017-08-08 16:08:51 | |
| 1008 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 766 | 1009 | |
| 767 | -2017-06-20 16:58:22 | |
| 768 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1010 | +2017-08-08 16:08:51 | |
| 1011 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 769 | 1012 | |
| 770 | -2017-06-20 16:59:19 | |
| 771 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1013 | +2017-08-08 16:08:51 | |
| 1014 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 772 | 1015 | |
| 773 | -2017-06-20 16:59:19 | |
| 774 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1016 | +2017-08-08 16:08:51 | |
| 1017 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 775 | 1018 | |
| 776 | -2017-06-20 16:59:19 | |
| 777 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1019 | +2017-08-08 16:08:51 | |
| 1020 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 778 | 1021 | |
| 779 | -2017-06-20 16:59:19 | |
| 780 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1022 | +2017-08-08 16:08:51 | |
| 1023 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 781 | 1024 | |
| 782 | -2017-06-20 16:59:19 | |
| 783 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1025 | +2017-08-08 16:10:16 | |
| 1026 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 784 | 1027 | |
| 785 | -2017-06-20 16:59:19 | |
| 786 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1028 | +2017-08-08 16:10:16 | |
| 1029 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 787 | 1030 | |
| 788 | -2017-06-20 16:59:19 | |
| 789 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1031 | +2017-08-08 16:10:16 | |
| 1032 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 790 | 1033 | |
| 791 | -2017-06-20 16:59:19 | |
| 792 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1034 | +2017-08-08 16:10:16 | |
| 1035 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 793 | 1036 | |
| 794 | -2017-06-20 16:59:19 | |
| 795 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1037 | +2017-08-08 16:10:16 | |
| 1038 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 796 | 1039 | |
| 797 | -2017-06-20 16:59:19 | |
| 798 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1040 | +2017-08-08 16:10:16 | |
| 1041 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 799 | 1042 | |
| 800 | -2017-06-20 16:59:19 | |
| 801 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1043 | +2017-08-08 16:10:16 | |
| 1044 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 802 | 1045 | |
| 803 | -2017-06-20 16:59:19 | |
| 804 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1046 | +2017-08-08 16:10:17 | |
| 1047 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 805 | 1048 | |
| 806 | -2017-06-20 16:59:19 | |
| 807 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1049 | +2017-08-08 16:10:17 | |
| 1050 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 808 | 1051 | |
| 809 | -2017-06-20 16:59:19 | |
| 810 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1052 | +2017-08-08 16:10:17 | |
| 1053 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 811 | 1054 | |
| 812 | -2017-06-20 16:59:19 | |
| 813 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1055 | +2017-08-08 16:10:18 | |
| 1056 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 814 | 1057 | |
| 815 | -2017-06-20 16:59:19 | |
| 816 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1058 | +2017-08-08 16:10:18 | |
| 1059 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 817 | 1060 | |
| 818 | -2017-06-20 16:59:19 | |
| 819 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1061 | +2017-08-08 16:10:18 | |
| 1062 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 820 | 1063 | |
| 821 | -2017-06-20 16:59:19 | |
| 822 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1064 | +2017-08-08 16:10:18 | |
| 1065 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 823 | 1066 | |
| 824 | -2017-06-20 16:59:19 | |
| 825 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1067 | +2017-08-08 16:10:18 | |
| 1068 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 826 | 1069 | |
| 827 | -2017-06-20 16:59:19 | |
| 828 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1070 | +2017-08-08 16:10:18 | |
| 1071 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 829 | 1072 | |
| 830 | -2017-06-20 17:00:15 | |
| 831 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1073 | +2017-08-08 16:10:18 | |
| 1074 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 832 | 1075 | |
| 833 | -2017-06-20 17:00:15 | |
| 834 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1076 | +2017-08-08 16:10:18 | |
| 1077 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 835 | 1078 | |
| 836 | -2017-06-20 17:00:15 | |
| 837 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1079 | +2017-08-08 16:10:18 | |
| 1080 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 838 | 1081 | |
| 839 | -2017-06-20 17:00:15 | |
| 840 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1082 | +2017-08-08 16:10:18 | |
| 1083 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 841 | 1084 | |
| 842 | -2017-06-20 17:00:15 | |
| 843 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1085 | +2017-08-08 16:10:18 | |
| 1086 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 844 | 1087 | |
| 845 | -2017-06-20 17:00:15 | |
| 846 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1088 | +2017-08-08 16:10:18 | |
| 1089 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 847 | 1090 | |
| 848 | -2017-06-20 17:00:15 | |
| 849 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1091 | +2017-08-08 16:10:18 | |
| 1092 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 850 | 1093 | |
| 851 | -2017-06-20 17:00:15 | |
| 852 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1094 | +2017-08-08 16:10:18 | |
| 1095 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 853 | 1096 | |
| 854 | -2017-06-20 17:00:15 | |
| 855 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1097 | +2017-08-08 16:10:18 | |
| 1098 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 856 | 1099 | |
| 857 | -2017-06-20 17:00:15 | |
| 858 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1100 | +2017-08-08 16:10:18 | |
| 1101 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 859 | 1102 | |
| 860 | -2017-06-20 17:00:15 | |
| 861 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1103 | +2017-08-08 16:10:18 | |
| 1104 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 862 | 1105 | |
| 863 | -2017-06-20 17:00:15 | |
| 864 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1106 | +2017-08-08 16:10:18 | |
| 1107 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 865 | 1108 | |
| 866 | -2017-06-20 17:00:15 | |
| 867 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1109 | +2017-08-08 16:10:18 | |
| 1110 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 868 | 1111 | |
| 869 | -2017-06-20 17:00:15 | |
| 870 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1112 | +2017-08-08 16:10:18 | |
| 1113 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 871 | 1114 | |
| 872 | -2017-06-20 17:00:15 | |
| 873 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1115 | +2017-08-08 16:10:19 | |
| 1116 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 874 | 1117 | |
| 875 | -2017-06-20 17:00:15 | |
| 876 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1118 | +2017-08-08 16:10:19 | |
| 1119 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 877 | 1120 | |
| 878 | -2017-06-20 17:00:15 | |
| 879 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1121 | +2017-08-08 16:10:19 | |
| 1122 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 880 | 1123 | |
| 881 | -2017-06-20 17:00:15 | |
| 882 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1124 | +2017-08-08 16:10:19 | |
| 1125 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 883 | 1126 | |
| 884 | -2017-06-20 17:00:15 | |
| 885 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1127 | +2017-08-08 16:10:19 | |
| 1128 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 886 | 1129 | |
| 887 | -2017-06-20 17:00:15 | |
| 888 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1130 | +2017-08-08 16:10:19 | |
| 1131 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 889 | 1132 | |
| 890 | -2017-06-20 17:00:17 | |
| 891 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1133 | +2017-08-08 16:10:19 | |
| 1134 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 892 | 1135 | |
| 893 | -2017-06-20 17:00:17 | |
| 894 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1136 | +2017-08-08 16:10:19 | |
| 1137 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 895 | 1138 | |
| 896 | -2017-06-20 17:00:17 | |
| 897 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1139 | +2017-08-08 16:10:19 | |
| 1140 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 898 | 1141 | |
| 899 | -2017-06-20 17:00:17 | |
| 900 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1142 | +2017-08-08 16:10:19 | |
| 1143 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 901 | 1144 | |
| 902 | -2017-06-20 17:00:17 | |
| 903 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1145 | +2017-08-08 16:10:19 | |
| 1146 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 904 | 1147 | |
| 905 | -2017-06-20 17:00:17 | |
| 906 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1148 | +2017-08-08 16:10:19 | |
| 1149 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 907 | 1150 | |
| 908 | -2017-06-20 17:00:17 | |
| 909 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1151 | +2017-08-08 16:10:19 | |
| 1152 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 910 | 1153 | |
| 911 | -2017-06-20 17:00:17 | |
| 912 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1154 | +2017-08-08 16:10:19 | |
| 1155 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 913 | 1156 | |
| 914 | -2017-06-20 17:00:17 | |
| 915 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1157 | +2017-08-08 16:10:19 | |
| 1158 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 916 | 1159 | |
| 917 | -2017-06-20 17:00:17 | |
| 918 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1160 | +2017-08-08 16:10:19 | |
| 1161 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 919 | 1162 | |
| 920 | -2017-06-20 17:00:17 | |
| 921 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1163 | +2017-08-08 16:10:19 | |
| 1164 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 922 | 1165 | |
| 923 | -2017-06-20 17:00:17 | |
| 924 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1166 | +2017-08-08 16:10:19 | |
| 1167 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 925 | 1168 | |
| 926 | -2017-06-20 17:00:17 | |
| 927 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1169 | +2017-08-08 16:10:19 | |
| 1170 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 928 | 1171 | |
| 929 | -2017-06-20 17:00:17 | |
| 930 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1172 | +2017-08-08 16:10:19 | |
| 1173 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 931 | 1174 | |
| 932 | -2017-06-20 17:00:17 | |
| 933 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1175 | +2017-08-08 16:20:04 | |
| 1176 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 934 | 1177 | |
| 935 | -2017-06-20 17:00:17 | |
| 936 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1178 | +2017-08-08 16:20:04 | |
| 1179 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.40116371888295 | |
| 937 | 1180 | |
| 938 | -2017-06-20 17:00:17 | |
| 939 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1181 | +2017-08-08 16:20:04 | |
| 1182 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.40116371888295 | |
| 940 | 1183 | |
| 941 | -2017-06-20 17:00:17 | |
| 942 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1184 | +2017-08-08 16:20:04 | |
| 1185 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 943 | 1186 | |
| 944 | -2017-06-20 17:00:17 | |
| 945 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1187 | +2017-08-08 16:20:04 | |
| 1188 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 946 | 1189 | |
| 947 | -2017-06-20 17:00:17 | |
| 948 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1190 | +2017-08-08 16:20:04 | |
| 1191 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 949 | 1192 | |
| 950 | -2017-06-20 17:00:31 | |
| 951 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1193 | +2017-08-08 16:20:04 | |
| 1194 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 952 | 1195 | |
| 953 | -2017-06-20 17:00:31 | |
| 954 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1196 | +2017-08-08 16:20:05 | |
| 1197 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 955 | 1198 | |
| 956 | -2017-06-20 17:00:31 | |
| 957 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1199 | +2017-08-08 16:20:05 | |
| 1200 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 958 | 1201 | |
| 959 | -2017-06-20 17:00:31 | |
| 960 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1202 | +2017-08-08 16:20:05 | |
| 1203 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 961 | 1204 | |
| 962 | -2017-06-20 17:00:31 | |
| 963 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1205 | +2017-08-08 16:20:05 | |
| 1206 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 964 | 1207 | |
| 965 | -2017-06-20 17:00:31 | |
| 966 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1208 | +2017-08-08 16:20:05 | |
| 1209 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 967 | 1210 | |
| 968 | -2017-06-20 17:00:31 | |
| 969 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1211 | +2017-08-08 16:20:05 | |
| 1212 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 970 | 1213 | |
| 971 | -2017-06-20 17:00:31 | |
| 972 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1214 | +2017-08-08 16:20:05 | |
| 1215 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 973 | 1216 | |
| 974 | -2017-06-20 17:00:31 | |
| 975 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1217 | +2017-08-08 16:20:05 | |
| 1218 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 976 | 1219 | |
| 977 | -2017-06-20 17:00:31 | |
| 978 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1220 | +2017-08-08 16:20:05 | |
| 1221 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 979 | 1222 | |
| 980 | -2017-06-20 17:00:31 | |
| 981 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1223 | +2017-08-08 16:20:05 | |
| 1224 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 982 | 1225 | |
| 983 | -2017-06-20 17:00:31 | |
| 984 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1226 | +2017-08-08 16:20:06 | |
| 1227 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 985 | 1228 | |
| 986 | -2017-06-20 17:00:31 | |
| 987 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1229 | +2017-08-08 16:20:06 | |
| 1230 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 988 | 1231 | |
| 989 | -2017-06-20 17:00:31 | |
| 990 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1232 | +2017-08-08 16:20:06 | |
| 1233 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 991 | 1234 | |
| 992 | -2017-06-20 17:00:31 | |
| 993 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1235 | +2017-08-08 16:20:14 | |
| 1236 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 994 | 1237 | |
| 995 | -2017-06-20 17:00:31 | |
| 996 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1238 | +2017-08-08 16:20:14 | |
| 1239 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 997 | 1240 | |
| 998 | -2017-06-20 17:00:31 | |
| 999 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1241 | +2017-08-08 16:20:14 | |
| 1242 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1000 | 1243 | |
| 1001 | -2017-06-20 17:00:31 | |
| 1002 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1244 | +2017-08-08 16:20:14 | |
| 1245 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1003 | 1246 | |
| 1004 | -2017-06-20 17:00:31 | |
| 1005 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1247 | +2017-08-08 16:20:14 | |
| 1248 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1006 | 1249 | |
| 1007 | -2017-06-20 17:00:31 | |
| 1008 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1250 | +2017-08-08 16:20:14 | |
| 1251 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1009 | 1252 | |
| 1010 | -2017-06-20 17:00:35 | |
| 1011 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1253 | +2017-08-08 16:20:14 | |
| 1254 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1012 | 1255 | |
| 1013 | -2017-06-20 17:00:35 | |
| 1014 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 1256 | +2017-08-08 16:20:14 | |
| 1257 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1015 | 1258 | |
| 1016 | -2017-06-20 17:00:35 | |
| 1017 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 1259 | +2017-08-08 16:20:14 | |
| 1260 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1018 | 1261 | |
| 1019 | -2017-06-20 17:00:35 | |
| 1020 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1262 | +2017-08-08 16:20:14 | |
| 1263 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1021 | 1264 | |
| 1022 | -2017-06-20 17:00:35 | |
| 1023 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1265 | +2017-08-08 16:20:15 | |
| 1266 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1024 | 1267 | |
| 1025 | -2017-06-20 17:00:35 | |
| 1026 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1268 | +2017-08-08 16:20:15 | |
| 1269 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.3722908485226364 | |
| 1027 | 1270 | |
| 1028 | -2017-06-20 17:00:35 | |
| 1029 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1271 | +2017-08-08 16:20:15 | |
| 1272 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/yearOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.3722908485226364 | |
| 1030 | 1273 | |
| 1031 | -2017-06-20 17:00:35 | |
| 1032 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1274 | +2017-08-08 16:20:15 | |
| 1275 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1033 | 1276 | |
| 1034 | -2017-06-20 17:00:35 | |
| 1035 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1277 | +2017-08-08 16:20:15 | |
| 1278 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1036 | 1279 | |
| 1037 | -2017-06-20 17:00:35 | |
| 1038 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1280 | +2017-08-08 16:20:15 | |
| 1281 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1039 | 1282 | |
| 1040 | -2017-06-20 17:00:36 | |
| 1041 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1283 | +2017-08-08 16:20:15 | |
| 1284 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1042 | 1285 | |
| 1043 | -2017-06-20 17:00:36 | |
| 1044 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1286 | +2017-08-08 16:20:16 | |
| 1287 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1045 | 1288 | |
| 1046 | -2017-06-20 17:00:36 | |
| 1047 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1289 | +2017-08-08 16:20:16 | |
| 1290 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1048 | 1291 | |
| 1049 | -2017-06-20 17:00:36 | |
| 1050 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1292 | +2017-08-08 16:20:16 | |
| 1293 | +[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1051 | 1294 | |
| 1052 | -2017-06-20 17:00:36 | |
| 1053 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1295 | +2017-08-08 16:20:16 | |
| 1296 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1054 | 1297 | |
| 1055 | -2017-06-20 17:00:36 | |
| 1056 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1298 | +2017-08-08 16:20:16 | |
| 1299 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1057 | 1300 | |
| 1058 | -2017-06-20 17:00:36 | |
| 1059 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1301 | +2017-08-08 16:20:16 | |
| 1302 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1060 | 1303 | |
| 1061 | -2017-06-20 17:00:36 | |
| 1062 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1304 | +2017-08-08 16:20:16 | |
| 1305 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1063 | 1306 | |
| 1064 | -2017-06-20 17:00:36 | |
| 1065 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1307 | +2017-08-08 16:20:16 | |
| 1308 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1066 | 1309 | |
| 1067 | -2017-06-20 17:00:36 | |
| 1068 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1310 | +2017-08-08 16:20:16 | |
| 1311 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1069 | 1312 | |
| 1070 | -2017-06-20 17:00:37 | |
| 1071 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1313 | +2017-08-08 16:20:16 | |
| 1314 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1072 | 1315 | |
| 1073 | -2017-06-20 17:00:37 | |
| 1074 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.6240743767901236 | |
| 1316 | +2017-08-08 16:20:16 | |
| 1317 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1075 | 1318 | |
| 1076 | -2017-06-20 17:00:37 | |
| 1077 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.6240743767901236 | |
| 1319 | +2017-08-08 16:20:16 | |
| 1320 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1078 | 1321 | |
| 1079 | -2017-06-20 17:00:37 | |
| 1080 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1322 | +2017-08-08 16:20:16 | |
| 1323 | +[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1081 | 1324 | |
| 1082 | -2017-06-20 17:00:37 | |
| 1083 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1325 | +2017-08-08 16:20:32 | |
| 1326 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1084 | 1327 | |
| 1085 | -2017-06-20 17:00:37 | |
| 1086 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1328 | +2017-08-08 16:20:32 | |
| 1329 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1087 | 1330 | |
| 1088 | -2017-06-20 17:00:37 | |
| 1089 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1331 | +2017-08-08 16:20:32 | |
| 1332 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1090 | 1333 | |
| 1091 | -2017-06-20 17:00:37 | |
| 1092 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1334 | +2017-08-08 16:20:32 | |
| 1335 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1093 | 1336 | |
| 1094 | -2017-06-20 17:00:37 | |
| 1095 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1337 | +2017-08-08 16:20:32 | |
| 1338 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1096 | 1339 | |
| 1097 | -2017-06-20 17:00:37 | |
| 1098 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1340 | +2017-08-08 16:20:32 | |
| 1341 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1099 | 1342 | |
| 1100 | -2017-06-20 17:00:37 | |
| 1101 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1343 | +2017-08-08 16:20:32 | |
| 1344 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1102 | 1345 | |
| 1103 | -2017-06-20 17:00:37 | |
| 1104 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1346 | +2017-08-08 16:20:32 | |
| 1347 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1105 | 1348 | |
| 1106 | -2017-06-20 17:00:37 | |
| 1107 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1349 | +2017-08-08 16:20:32 | |
| 1350 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1108 | 1351 | |
| 1109 | -2017-06-20 17:00:37 | |
| 1110 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1352 | +2017-08-08 16:20:32 | |
| 1353 | +[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1111 | 1354 | |
| 1112 | -2017-06-20 17:00:37 | |
| 1113 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1355 | +2017-08-08 16:20:54 | |
| 1356 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1114 | 1357 | |
| 1115 | -2017-06-20 17:00:37 | |
| 1116 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1358 | +2017-08-08 16:20:54 | |
| 1359 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.0532626754272576 | |
| 1117 | 1360 | |
| 1118 | -2017-06-20 17:00:37 | |
| 1119 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1361 | +2017-08-08 16:20:54 | |
| 1362 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.0532626754272576 | |
| 1120 | 1363 | |
| 1121 | -2017-06-20 17:00:37 | |
| 1122 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1364 | +2017-08-08 16:20:54 | |
| 1365 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1123 | 1366 | |
| 1124 | -2017-06-20 17:00:37 | |
| 1125 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1367 | +2017-08-08 16:20:54 | |
| 1368 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1126 | 1369 | |
| 1127 | -2017-06-20 17:00:37 | |
| 1128 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1370 | +2017-08-08 16:20:54 | |
| 1371 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1129 | 1372 | |
| 1130 | -2017-06-20 17:00:38 | |
| 1131 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1373 | +2017-08-08 16:20:54 | |
| 1374 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1132 | 1375 | |
| 1133 | -2017-06-20 17:00:38 | |
| 1134 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1376 | +2017-08-08 16:20:54 | |
| 1377 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1135 | 1378 | |
| 1136 | -2017-06-20 17:00:38 | |
| 1137 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1379 | +2017-08-08 16:20:54 | |
| 1380 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1138 | 1381 | |
| 1139 | -2017-06-20 17:00:38 | |
| 1140 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1382 | +2017-08-08 16:20:54 | |
| 1383 | +[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1141 | 1384 | |
| 1142 | -2017-06-20 17:00:38 | |
| 1143 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1385 | +2017-08-08 16:20:54 | |
| 1386 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1144 | 1387 | |
| 1145 | -2017-06-20 17:00:38 | |
| 1146 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1388 | +2017-08-08 16:20:54 | |
| 1389 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1147 | 1390 | |
| 1148 | -2017-06-20 17:00:38 | |
| 1149 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1391 | +2017-08-08 16:20:54 | |
| 1392 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1150 | 1393 | |
| 1151 | -2017-06-20 17:00:38 | |
| 1152 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1394 | +2017-08-08 16:20:54 | |
| 1395 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1153 | 1396 | |
| 1154 | -2017-06-20 17:00:38 | |
| 1155 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1397 | +2017-08-08 16:20:54 | |
| 1398 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1156 | 1399 | |
| 1157 | -2017-06-20 17:00:38 | |
| 1158 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1400 | +2017-08-08 16:20:54 | |
| 1401 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1159 | 1402 | |
| 1160 | -2017-06-20 17:00:40 | |
| 1161 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1403 | +2017-08-08 16:20:54 | |
| 1404 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1162 | 1405 | |
| 1163 | -2017-06-20 17:00:40 | |
| 1164 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1406 | +2017-08-08 16:20:54 | |
| 1407 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1165 | 1408 | |
| 1166 | -2017-06-20 17:00:40 | |
| 1167 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1409 | +2017-08-08 16:20:54 | |
| 1410 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1168 | 1411 | |
| 1169 | -2017-06-20 17:00:40 | |
| 1170 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1412 | +2017-08-08 16:20:54 | |
| 1413 | +[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1171 | 1414 | |
| 1172 | -2017-06-20 17:00:40 | |
| 1173 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1415 | +2017-08-09 09:43:34 | |
| 1416 | +[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 1174 | 1417 | |
| 1175 | -2017-06-20 17:00:40 | |
| 1176 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1418 | +2017-08-09 09:43:43 | |
| 1419 | +[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 1177 | 1420 | |
| 1178 | -2017-06-20 17:00:40 | |
| 1179 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1421 | +2017-08-09 09:45:10 | |
| 1422 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1180 | 1423 | |
| 1181 | -2017-06-20 17:00:40 | |
| 1182 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1424 | +2017-08-09 09:45:10 | |
| 1425 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1183 | 1426 | |
| 1184 | -2017-06-20 17:00:40 | |
| 1185 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1427 | +2017-08-09 09:45:10 | |
| 1428 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1186 | 1429 | |
| 1187 | -2017-06-20 17:00:40 | |
| 1188 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1430 | +2017-08-09 09:45:10 | |
| 1431 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1189 | 1432 | |
| 1190 | -2017-06-20 17:00:40 | |
| 1191 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1433 | +2017-08-09 09:45:10 | |
| 1434 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1192 | 1435 | |
| 1193 | -2017-06-20 17:00:40 | |
| 1194 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1436 | +2017-08-09 09:45:10 | |
| 1437 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1195 | 1438 | |
| 1196 | -2017-06-20 17:00:40 | |
| 1197 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1439 | +2017-08-09 09:45:10 | |
| 1440 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1198 | 1441 | |
| 1199 | -2017-06-20 17:00:40 | |
| 1200 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1442 | +2017-08-09 09:45:11 | |
| 1443 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1201 | 1444 | |
| 1202 | -2017-06-20 17:00:40 | |
| 1203 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1445 | +2017-08-09 09:45:11 | |
| 1446 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1204 | 1447 | |
| 1205 | -2017-06-20 17:00:40 | |
| 1206 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1448 | +2017-08-09 09:45:11 | |
| 1449 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1207 | 1450 | |
| 1208 | -2017-06-20 17:00:40 | |
| 1209 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1451 | +2017-08-09 09:45:11 | |
| 1452 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1210 | 1453 | |
| 1211 | -2017-06-20 17:00:40 | |
| 1212 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1454 | +2017-08-09 09:45:11 | |
| 1455 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1213 | 1456 | |
| 1214 | -2017-06-20 17:00:40 | |
| 1215 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1457 | +2017-08-09 09:45:11 | |
| 1458 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1216 | 1459 | |
| 1217 | -2017-06-20 17:00:40 | |
| 1218 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1460 | +2017-08-09 09:45:11 | |
| 1461 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1219 | 1462 | |
| 1220 | -2017-06-20 17:00:40 | |
| 1221 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1463 | +2017-08-09 09:45:11 | |
| 1464 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1222 | 1465 | |
| 1223 | -2017-06-20 17:00:40 | |
| 1224 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1466 | +2017-08-09 09:45:11 | |
| 1467 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1225 | 1468 | |
| 1226 | -2017-06-20 17:00:40 | |
| 1227 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1469 | +2017-08-09 09:45:11 | |
| 1470 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1228 | 1471 | |
| 1229 | -2017-06-20 17:00:40 | |
| 1230 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1472 | +2017-08-09 09:45:11 | |
| 1473 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1231 | 1474 | |
| 1232 | -2017-06-20 17:00:40 | |
| 1233 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1475 | +2017-08-09 09:45:11 | |
| 1476 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1234 | 1477 | |
| 1235 | -2017-06-20 17:00:40 | |
| 1236 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1478 | +2017-08-09 09:45:11 | |
| 1479 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1237 | 1480 | |
| 1238 | -2017-06-20 17:00:40 | |
| 1239 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1481 | +2017-08-09 09:45:11 | |
| 1482 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1240 | 1483 | |
| 1241 | -2017-06-20 17:00:40 | |
| 1242 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1484 | +2017-08-09 09:45:11 | |
| 1485 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1243 | 1486 | |
| 1244 | -2017-06-20 17:00:40 | |
| 1245 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1487 | +2017-08-09 09:45:11 | |
| 1488 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1246 | 1489 | |
| 1247 | -2017-06-20 17:00:40 | |
| 1248 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1490 | +2017-08-09 09:45:11 | |
| 1491 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1249 | 1492 | |
| 1250 | -2017-06-20 17:00:41 | |
| 1251 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1493 | +2017-08-09 09:45:11 | |
| 1494 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1252 | 1495 | |
| 1253 | -2017-06-20 17:00:41 | |
| 1254 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1496 | +2017-08-09 09:45:11 | |
| 1497 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1255 | 1498 | |
| 1256 | -2017-06-20 17:00:41 | |
| 1257 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1499 | +2017-08-09 09:45:11 | |
| 1500 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1258 | 1501 | |
| 1259 | -2017-06-20 17:00:41 | |
| 1260 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1502 | +2017-08-09 09:45:11 | |
| 1503 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1261 | 1504 | |
| 1262 | -2017-06-20 17:00:41 | |
| 1263 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1505 | +2017-08-09 09:45:12 | |
| 1506 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1264 | 1507 | |
| 1265 | -2017-06-20 17:00:41 | |
| 1266 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1508 | +2017-08-09 09:45:12 | |
| 1509 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1267 | 1510 | |
| 1268 | -2017-06-20 17:00:41 | |
| 1269 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1511 | +2017-08-09 09:45:12 | |
| 1512 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1270 | 1513 | |
| 1271 | -2017-06-20 17:00:41 | |
| 1272 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1514 | +2017-08-09 09:45:16 | |
| 1515 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1273 | 1516 | |
| 1274 | -2017-06-20 17:00:41 | |
| 1275 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1517 | +2017-08-09 09:45:16 | |
| 1518 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 1276 | 1519 | |
| 1277 | -2017-06-20 17:00:41 | |
| 1278 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1520 | +2017-08-09 09:45:16 | |
| 1521 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 1279 | 1522 | |
| 1280 | -2017-06-20 17:00:45 | |
| 1281 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1523 | +2017-08-09 09:45:16 | |
| 1524 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1282 | 1525 | |
| 1283 | -2017-06-20 17:00:45 | |
| 1284 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1526 | +2017-08-09 09:45:16 | |
| 1527 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1285 | 1528 | |
| 1286 | -2017-06-20 17:00:45 | |
| 1287 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1529 | +2017-08-09 09:45:16 | |
| 1530 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1288 | 1531 | |
| 1289 | -2017-06-20 17:00:45 | |
| 1290 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1532 | +2017-08-09 09:45:16 | |
| 1533 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1291 | 1534 | |
| 1292 | -2017-06-20 17:00:45 | |
| 1293 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1535 | +2017-08-09 09:45:16 | |
| 1536 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1294 | 1537 | |
| 1295 | -2017-06-20 17:00:45 | |
| 1296 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1538 | +2017-08-09 09:45:16 | |
| 1539 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1297 | 1540 | |
| 1298 | -2017-06-20 17:00:45 | |
| 1299 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1541 | +2017-08-09 09:45:16 | |
| 1542 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1300 | 1543 | |
| 1301 | -2017-06-20 17:00:45 | |
| 1302 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1544 | +2017-08-09 09:45:16 | |
| 1545 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1303 | 1546 | |
| 1304 | -2017-06-20 17:00:45 | |
| 1305 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1547 | +2017-08-09 09:45:16 | |
| 1548 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1306 | 1549 | |
| 1307 | -2017-06-20 17:00:45 | |
| 1308 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1550 | +2017-08-09 09:45:16 | |
| 1551 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1309 | 1552 | |
| 1310 | -2017-06-20 17:00:45 | |
| 1311 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1553 | +2017-08-09 09:45:16 | |
| 1554 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1312 | 1555 | |
| 1313 | -2017-06-20 17:00:45 | |
| 1314 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1556 | +2017-08-09 09:45:16 | |
| 1557 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1315 | 1558 | |
| 1316 | -2017-06-20 17:00:45 | |
| 1317 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1559 | +2017-08-09 09:45:16 | |
| 1560 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1318 | 1561 | |
| 1319 | -2017-06-20 17:00:45 | |
| 1320 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1562 | +2017-08-09 09:45:16 | |
| 1563 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1321 | 1564 | |
| 1322 | -2017-06-20 17:00:45 | |
| 1323 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1565 | +2017-08-09 09:45:16 | |
| 1566 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1324 | 1567 | |
| 1325 | -2017-06-20 17:00:45 | |
| 1326 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1568 | +2017-08-09 09:45:16 | |
| 1569 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1327 | 1570 | |
| 1328 | -2017-06-20 17:00:45 | |
| 1329 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1571 | +2017-08-09 09:45:16 | |
| 1572 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1330 | 1573 | |
| 1331 | -2017-06-20 17:00:45 | |
| 1332 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1574 | +2017-08-09 09:45:18 | |
| 1575 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1333 | 1576 | |
| 1334 | -2017-06-20 17:00:45 | |
| 1335 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1577 | +2017-08-09 09:45:18 | |
| 1578 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9187128637491451 | |
| 1336 | 1579 | |
| 1337 | -2017-06-20 17:00:45 | |
| 1338 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1580 | +2017-08-09 09:45:18 | |
| 1581 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9187128637491451 | |
| 1339 | 1582 | |
| 1340 | -2017-06-20 17:00:45 | |
| 1341 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1583 | +2017-08-09 09:45:18 | |
| 1584 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1342 | 1585 | |
| 1343 | -2017-06-20 17:00:45 | |
| 1344 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1586 | +2017-08-09 09:45:18 | |
| 1587 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1345 | 1588 | |
| 1346 | -2017-06-20 17:00:45 | |
| 1347 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1589 | +2017-08-09 09:45:18 | |
| 1590 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1348 | 1591 | |
| 1349 | -2017-06-20 17:00:45 | |
| 1350 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1592 | +2017-08-09 09:45:18 | |
| 1593 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1351 | 1594 | |
| 1352 | -2017-06-20 17:00:45 | |
| 1353 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1595 | +2017-08-09 09:45:18 | |
| 1596 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1354 | 1597 | |
| 1355 | -2017-06-20 17:00:45 | |
| 1356 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1598 | +2017-08-09 09:45:18 | |
| 1599 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1357 | 1600 | |
| 1358 | -2017-06-20 17:00:45 | |
| 1359 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1601 | +2017-08-09 09:45:18 | |
| 1602 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1360 | 1603 | |
| 1361 | -2017-06-20 17:00:45 | |
| 1362 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1604 | +2017-08-09 09:45:18 | |
| 1605 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1363 | 1606 | |
| 1364 | -2017-06-20 17:00:45 | |
| 1365 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1607 | +2017-08-09 09:45:18 | |
| 1608 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1366 | 1609 | |
| 1367 | -2017-06-20 17:00:45 | |
| 1368 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1610 | +2017-08-09 09:45:18 | |
| 1611 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1369 | 1612 | |
| 1370 | -2017-06-20 17:00:45 | |
| 1371 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1613 | +2017-08-09 09:45:18 | |
| 1614 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1372 | 1615 | |
| 1373 | -2017-06-20 17:00:46 | |
| 1374 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1616 | +2017-08-09 09:45:18 | |
| 1617 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1375 | 1618 | |
| 1376 | -2017-06-20 17:00:46 | |
| 1377 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1619 | +2017-08-09 09:45:18 | |
| 1620 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1378 | 1621 | |
| 1379 | -2017-06-20 17:00:46 | |
| 1380 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1622 | +2017-08-09 09:45:18 | |
| 1623 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1381 | 1624 | |
| 1382 | -2017-06-20 17:00:46 | |
| 1383 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1625 | +2017-08-09 09:45:18 | |
| 1626 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1384 | 1627 | |
| 1385 | -2017-06-20 17:00:46 | |
| 1386 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1628 | +2017-08-09 09:45:18 | |
| 1629 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1387 | 1630 | |
| 1388 | -2017-06-20 17:00:46 | |
| 1389 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1631 | +2017-08-09 09:45:18 | |
| 1632 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1390 | 1633 | |
| 1391 | -2017-06-20 17:00:46 | |
| 1392 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1634 | +2017-08-09 09:50:08 | |
| 1635 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1393 | 1636 | |
| 1394 | -2017-06-20 17:00:46 | |
| 1395 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1637 | +2017-08-09 09:50:08 | |
| 1638 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1396 | 1639 | |
| 1397 | -2017-06-20 17:00:46 | |
| 1398 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1640 | +2017-08-09 09:50:08 | |
| 1641 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1399 | 1642 | |
| 1400 | -2017-06-20 17:00:46 | |
| 1401 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1643 | +2017-08-09 09:50:08 | |
| 1644 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1402 | 1645 | |
| 1403 | -2017-06-20 17:00:47 | |
| 1404 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1646 | +2017-08-09 09:50:08 | |
| 1647 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1405 | 1648 | |
| 1406 | -2017-06-20 17:00:47 | |
| 1407 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1649 | +2017-08-09 09:50:08 | |
| 1650 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1408 | 1651 | |
| 1409 | -2017-06-20 17:00:47 | |
| 1410 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1652 | +2017-08-09 09:50:08 | |
| 1653 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1411 | 1654 | |
| 1412 | -2017-06-20 17:00:47 | |
| 1413 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1655 | +2017-08-09 09:50:08 | |
| 1656 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1414 | 1657 | |
| 1415 | -2017-06-20 17:00:47 | |
| 1416 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1658 | +2017-08-09 09:50:08 | |
| 1659 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1417 | 1660 | |
| 1418 | -2017-06-20 17:00:47 | |
| 1419 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1661 | +2017-08-09 09:50:08 | |
| 1662 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1420 | 1663 | |
| 1421 | -2017-06-20 17:00:47 | |
| 1422 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1664 | +2017-08-09 09:50:11 | |
| 1665 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1423 | 1666 | |
| 1424 | -2017-06-20 17:00:47 | |
| 1425 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1667 | +2017-08-09 09:50:11 | |
| 1668 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.8230267076757034 | |
| 1426 | 1669 | |
| 1427 | -2017-06-20 17:00:47 | |
| 1428 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1670 | +2017-08-09 09:50:11 | |
| 1671 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.8230267076757034 | |
| 1429 | 1672 | |
| 1430 | -2017-06-20 17:00:47 | |
| 1431 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1673 | +2017-08-09 09:50:11 | |
| 1674 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1432 | 1675 | |
| 1433 | -2017-06-20 17:00:48 | |
| 1434 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1676 | +2017-08-09 09:50:11 | |
| 1677 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1435 | 1678 | |
| 1436 | -2017-06-20 17:00:48 | |
| 1437 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&custCardId=3&parkName=null | |
| 1679 | +2017-08-09 09:50:11 | |
| 1680 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1438 | 1681 | |
| 1439 | -2017-06-20 17:00:48 | |
| 1440 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/renewView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&custCardId=3&parkName=null | |
| 1682 | +2017-08-09 09:50:11 | |
| 1683 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1441 | 1684 | |
| 1442 | -2017-06-20 17:00:48 | |
| 1443 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1685 | +2017-08-09 09:50:11 | |
| 1686 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1444 | 1687 | |
| 1445 | -2017-06-20 17:00:48 | |
| 1446 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1688 | +2017-08-09 09:50:11 | |
| 1689 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1447 | 1690 | |
| 1448 | -2017-06-20 17:00:48 | |
| 1449 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1691 | +2017-08-09 09:50:11 | |
| 1692 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1450 | 1693 | |
| 1451 | -2017-06-20 17:00:48 | |
| 1452 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1694 | +2017-08-09 09:50:11 | |
| 1695 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1453 | 1696 | |
| 1454 | -2017-06-20 17:00:48 | |
| 1455 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1697 | +2017-08-09 09:50:11 | |
| 1698 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1456 | 1699 | |
| 1457 | -2017-06-20 17:00:48 | |
| 1458 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1700 | +2017-08-09 09:50:11 | |
| 1701 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1459 | 1702 | |
| 1460 | -2017-06-20 17:00:48 | |
| 1461 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1703 | +2017-08-09 09:50:11 | |
| 1704 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1462 | 1705 | |
| 1463 | -2017-06-20 17:01:10 | |
| 1464 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1706 | +2017-08-09 09:50:11 | |
| 1707 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1465 | 1708 | |
| 1466 | -2017-06-20 17:01:10 | |
| 1467 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1709 | +2017-08-09 09:50:11 | |
| 1710 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1468 | 1711 | |
| 1469 | -2017-06-20 17:01:10 | |
| 1470 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1712 | +2017-08-09 09:50:11 | |
| 1713 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1471 | 1714 | |
| 1472 | -2017-06-20 17:01:10 | |
| 1473 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1715 | +2017-08-09 09:50:11 | |
| 1716 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1474 | 1717 | |
| 1475 | -2017-06-20 17:01:10 | |
| 1476 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1718 | +2017-08-09 09:50:11 | |
| 1719 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1477 | 1720 | |
| 1478 | -2017-06-20 17:01:10 | |
| 1479 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1721 | +2017-08-09 09:50:11 | |
| 1722 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1480 | 1723 | |
| 1481 | -2017-06-20 17:01:10 | |
| 1482 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1724 | +2017-08-09 10:02:15 | |
| 1725 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1483 | 1726 | |
| 1484 | -2017-06-20 17:01:10 | |
| 1485 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1727 | +2017-08-09 10:02:15 | |
| 1728 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.8230267076757034 | |
| 1486 | 1729 | |
| 1487 | -2017-06-20 17:01:10 | |
| 1488 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1730 | +2017-08-09 10:02:15 | |
| 1731 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.8230267076757034 | |
| 1489 | 1732 | |
| 1490 | -2017-06-20 17:01:10 | |
| 1491 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1733 | +2017-08-09 10:02:15 | |
| 1734 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1492 | 1735 | |
| 1493 | -2017-06-20 17:01:10 | |
| 1494 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1736 | +2017-08-09 10:02:15 | |
| 1737 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1495 | 1738 | |
| 1496 | -2017-06-20 17:01:10 | |
| 1497 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1739 | +2017-08-09 10:02:15 | |
| 1740 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1498 | 1741 | |
| 1499 | -2017-06-20 17:01:10 | |
| 1500 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1742 | +2017-08-09 10:02:15 | |
| 1743 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1501 | 1744 | |
| 1502 | -2017-06-20 17:01:10 | |
| 1503 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1745 | +2017-08-09 10:02:16 | |
| 1746 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1504 | 1747 | |
| 1505 | -2017-06-20 17:01:10 | |
| 1506 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1748 | +2017-08-09 10:02:16 | |
| 1749 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1507 | 1750 | |
| 1508 | -2017-06-20 17:01:10 | |
| 1509 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1751 | +2017-08-09 10:02:16 | |
| 1752 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1510 | 1753 | |
| 1511 | -2017-06-20 17:01:10 | |
| 1512 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1754 | +2017-08-09 10:02:16 | |
| 1755 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1513 | 1756 | |
| 1514 | -2017-06-20 17:01:10 | |
| 1515 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1757 | +2017-08-09 10:02:16 | |
| 1758 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1516 | 1759 | |
| 1517 | -2017-06-20 17:01:10 | |
| 1518 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1760 | +2017-08-09 10:02:16 | |
| 1761 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1519 | 1762 | |
| 1520 | -2017-06-20 17:01:10 | |
| 1521 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1763 | +2017-08-09 10:02:16 | |
| 1764 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1522 | 1765 | |
| 1523 | -2017-06-20 17:02:25 | |
| 1524 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1766 | +2017-08-09 10:02:16 | |
| 1767 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1525 | 1768 | |
| 1526 | -2017-06-20 17:02:25 | |
| 1527 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1769 | +2017-08-09 10:02:16 | |
| 1770 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1528 | 1771 | |
| 1529 | -2017-06-20 17:02:25 | |
| 1530 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1772 | +2017-08-09 10:02:16 | |
| 1773 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1531 | 1774 | |
| 1532 | -2017-06-20 17:02:25 | |
| 1533 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1775 | +2017-08-09 10:02:16 | |
| 1776 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1534 | 1777 | |
| 1535 | -2017-06-20 17:02:25 | |
| 1536 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1778 | +2017-08-09 10:02:16 | |
| 1779 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1537 | 1780 | |
| 1538 | -2017-06-20 17:02:25 | |
| 1539 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1781 | +2017-08-09 10:02:16 | |
| 1782 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1540 | 1783 | |
| 1541 | -2017-06-20 17:02:25 | |
| 1542 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1784 | +2017-08-09 10:03:46 | |
| 1785 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1543 | 1786 | |
| 1544 | -2017-06-20 17:02:25 | |
| 1545 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1787 | +2017-08-09 10:03:46 | |
| 1788 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.8230267076757034 | |
| 1546 | 1789 | |
| 1547 | -2017-06-20 17:02:25 | |
| 1548 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1790 | +2017-08-09 10:03:46 | |
| 1791 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.8230267076757034 | |
| 1549 | 1792 | |
| 1550 | -2017-06-20 17:02:25 | |
| 1551 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1793 | +2017-08-09 10:03:46 | |
| 1794 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1552 | 1795 | |
| 1553 | -2017-06-20 17:02:25 | |
| 1554 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1796 | +2017-08-09 10:03:46 | |
| 1797 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1555 | 1798 | |
| 1556 | -2017-06-20 17:02:26 | |
| 1557 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1799 | +2017-08-09 10:03:46 | |
| 1800 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1558 | 1801 | |
| 1559 | -2017-06-20 17:02:26 | |
| 1560 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1802 | +2017-08-09 10:03:46 | |
| 1803 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1561 | 1804 | |
| 1562 | -2017-06-20 17:02:26 | |
| 1563 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1805 | +2017-08-09 10:03:47 | |
| 1806 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1564 | 1807 | |
| 1565 | -2017-06-20 17:02:26 | |
| 1566 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1808 | +2017-08-09 10:03:47 | |
| 1809 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1567 | 1810 | |
| 1568 | -2017-06-20 17:02:26 | |
| 1569 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1811 | +2017-08-09 10:03:47 | |
| 1812 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1570 | 1813 | |
| 1571 | -2017-06-20 17:02:26 | |
| 1572 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1814 | +2017-08-09 10:03:47 | |
| 1815 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1573 | 1816 | |
| 1574 | -2017-06-20 17:02:26 | |
| 1575 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1817 | +2017-08-09 10:03:47 | |
| 1818 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1576 | 1819 | |
| 1577 | -2017-06-20 17:02:26 | |
| 1578 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1820 | +2017-08-09 10:03:47 | |
| 1821 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1579 | 1822 | |
| 1580 | -2017-06-20 17:02:26 | |
| 1581 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1823 | +2017-08-09 10:03:47 | |
| 1824 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1582 | 1825 | |
| 1583 | -2017-06-20 17:02:26 | |
| 1584 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1826 | +2017-08-09 10:03:47 | |
| 1827 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1585 | 1828 | |
| 1586 | -2017-06-20 17:02:26 | |
| 1587 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1829 | +2017-08-09 10:03:47 | |
| 1830 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1588 | 1831 | |
| 1589 | -2017-06-20 17:02:26 | |
| 1590 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1832 | +2017-08-09 10:03:47 | |
| 1833 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1591 | 1834 | |
| 1592 | -2017-06-20 17:02:26 | |
| 1593 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1835 | +2017-08-09 10:03:47 | |
| 1836 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1594 | 1837 | |
| 1595 | -2017-06-20 17:02:26 | |
| 1596 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1838 | +2017-08-09 10:03:47 | |
| 1839 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1597 | 1840 | |
| 1598 | -2017-06-20 17:02:26 | |
| 1599 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1841 | +2017-08-09 10:03:47 | |
| 1842 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1600 | 1843 | |
| 1601 | -2017-06-20 17:02:26 | |
| 1602 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1844 | +2017-08-09 10:03:48 | |
| 1845 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1603 | 1846 | |
| 1604 | -2017-06-20 17:02:26 | |
| 1605 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1847 | +2017-08-09 10:03:48 | |
| 1848 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.8230267076757034 | |
| 1606 | 1849 | |
| 1607 | -2017-06-20 17:02:26 | |
| 1608 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1850 | +2017-08-09 10:03:48 | |
| 1851 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.8230267076757034 | |
| 1609 | 1852 | |
| 1610 | -2017-06-20 17:02:26 | |
| 1611 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1853 | +2017-08-09 10:03:48 | |
| 1854 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1612 | 1855 | |
| 1613 | -2017-06-20 17:02:26 | |
| 1614 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1856 | +2017-08-09 10:03:48 | |
| 1857 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1615 | 1858 | |
| 1616 | -2017-06-20 17:02:29 | |
| 1617 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1859 | +2017-08-09 10:03:48 | |
| 1860 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1618 | 1861 | |
| 1619 | -2017-06-20 17:02:29 | |
| 1620 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 1862 | +2017-08-09 10:03:48 | |
| 1863 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1621 | 1864 | |
| 1622 | -2017-06-20 17:02:29 | |
| 1623 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 1865 | +2017-08-09 10:03:48 | |
| 1866 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1624 | 1867 | |
| 1625 | -2017-06-20 17:02:29 | |
| 1626 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1868 | +2017-08-09 10:03:48 | |
| 1869 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1627 | 1870 | |
| 1628 | -2017-06-20 17:02:29 | |
| 1629 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1871 | +2017-08-09 10:03:48 | |
| 1872 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1630 | 1873 | |
| 1631 | -2017-06-20 17:02:29 | |
| 1632 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1874 | +2017-08-09 10:03:49 | |
| 1875 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1633 | 1876 | |
| 1634 | -2017-06-20 17:02:29 | |
| 1635 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1877 | +2017-08-09 10:03:49 | |
| 1878 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1636 | 1879 | |
| 1637 | -2017-06-20 17:02:29 | |
| 1638 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1880 | +2017-08-09 10:03:49 | |
| 1881 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1639 | 1882 | |
| 1640 | -2017-06-20 17:02:29 | |
| 1641 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1883 | +2017-08-09 10:03:49 | |
| 1884 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1642 | 1885 | |
| 1643 | -2017-06-20 17:02:29 | |
| 1644 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1886 | +2017-08-09 10:03:49 | |
| 1887 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1645 | 1888 | |
| 1646 | -2017-06-20 17:02:30 | |
| 1647 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1889 | +2017-08-09 10:03:49 | |
| 1890 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1648 | 1891 | |
| 1649 | -2017-06-20 17:02:30 | |
| 1650 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1892 | +2017-08-09 10:03:49 | |
| 1893 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1651 | 1894 | |
| 1652 | -2017-06-20 17:02:30 | |
| 1653 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1895 | +2017-08-09 10:03:49 | |
| 1896 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1654 | 1897 | |
| 1655 | -2017-06-20 17:02:30 | |
| 1656 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1898 | +2017-08-09 10:03:49 | |
| 1899 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1657 | 1900 | |
| 1658 | -2017-06-20 17:02:30 | |
| 1659 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1901 | +2017-08-09 10:03:49 | |
| 1902 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1660 | 1903 | |
| 1661 | -2017-06-20 17:02:30 | |
| 1662 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1904 | +2017-08-09 10:04:16 | |
| 1905 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1663 | 1906 | |
| 1664 | -2017-06-20 17:02:30 | |
| 1665 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1907 | +2017-08-09 10:04:16 | |
| 1908 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.8230267076757034 | |
| 1666 | 1909 | |
| 1667 | -2017-06-20 17:02:30 | |
| 1668 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1910 | +2017-08-09 10:04:16 | |
| 1911 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.8230267076757034 | |
| 1669 | 1912 | |
| 1670 | -2017-06-20 17:02:30 | |
| 1671 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1913 | +2017-08-09 10:04:16 | |
| 1914 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1672 | 1915 | |
| 1673 | -2017-06-20 17:02:30 | |
| 1674 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1916 | +2017-08-09 10:04:16 | |
| 1917 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1675 | 1918 | |
| 1676 | -2017-06-20 17:02:31 | |
| 1677 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1919 | +2017-08-09 10:04:16 | |
| 1920 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1678 | 1921 | |
| 1679 | -2017-06-20 17:02:31 | |
| 1680 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1922 | +2017-08-09 10:04:16 | |
| 1923 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1681 | 1924 | |
| 1682 | -2017-06-20 17:02:31 | |
| 1683 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1925 | +2017-08-09 10:04:16 | |
| 1926 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1684 | 1927 | |
| 1685 | -2017-06-20 17:02:31 | |
| 1686 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1928 | +2017-08-09 10:04:16 | |
| 1929 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1687 | 1930 | |
| 1688 | -2017-06-20 17:02:31 | |
| 1689 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1931 | +2017-08-09 10:04:16 | |
| 1932 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1690 | 1933 | |
| 1691 | -2017-06-20 17:02:31 | |
| 1692 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1934 | +2017-08-09 10:04:16 | |
| 1935 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1693 | 1936 | |
| 1694 | -2017-06-20 17:02:31 | |
| 1695 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1937 | +2017-08-09 10:04:16 | |
| 1938 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 1696 | 1939 | |
| 1697 | -2017-06-20 17:02:31 | |
| 1698 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1940 | +2017-08-09 10:04:16 | |
| 1941 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?1=1 | |
| 1699 | 1942 | |
| 1700 | -2017-06-20 17:02:31 | |
| 1701 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1943 | +2017-08-09 10:04:16 | |
| 1944 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1702 | 1945 | |
| 1703 | -2017-06-20 17:02:31 | |
| 1704 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1946 | +2017-08-09 10:04:16 | |
| 1947 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 1705 | 1948 | |
| 1706 | -2017-06-20 17:02:31 | |
| 1707 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1949 | +2017-08-09 10:04:16 | |
| 1950 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1708 | 1951 | |
| 1709 | -2017-06-20 17:02:31 | |
| 1710 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1952 | +2017-08-09 10:04:16 | |
| 1953 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 1711 | 1954 | |
| 1712 | -2017-06-20 17:02:31 | |
| 1713 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1955 | +2017-08-09 10:04:16 | |
| 1956 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx099b7a61d9867fe0&redirect_uri=http://localhost:8080/pay/queryParkLotCardForChoose?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 1714 | 1957 | |
| 1715 | -2017-06-20 17:02:31 | |
| 1716 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1958 | +2017-08-09 10:04:24 | |
| 1959 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1717 | 1960 | |
| 1718 | -2017-06-20 17:02:31 | |
| 1719 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1961 | +2017-08-09 10:04:24 | |
| 1962 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 1720 | 1963 | |
| 1721 | -2017-06-20 17:02:31 | |
| 1722 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1964 | +2017-08-09 10:04:24 | |
| 1965 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 1723 | 1966 | |
| 1724 | -2017-06-20 17:02:31 | |
| 1725 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1967 | +2017-08-09 10:04:24 | |
| 1968 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1726 | 1969 | |
| 1727 | -2017-06-20 17:02:31 | |
| 1728 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1970 | +2017-08-09 10:04:24 | |
| 1971 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1729 | 1972 | |
| 1730 | -2017-06-20 17:02:31 | |
| 1731 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1973 | +2017-08-09 10:04:24 | |
| 1974 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1732 | 1975 | |
| 1733 | -2017-06-20 17:02:31 | |
| 1734 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1976 | +2017-08-09 10:04:24 | |
| 1977 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1735 | 1978 | |
| 1736 | -2017-06-20 17:02:32 | |
| 1737 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1979 | +2017-08-09 10:04:25 | |
| 1980 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1738 | 1981 | |
| 1739 | -2017-06-20 17:02:32 | |
| 1740 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1982 | +2017-08-09 10:04:25 | |
| 1983 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1741 | 1984 | |
| 1742 | -2017-06-20 17:02:32 | |
| 1743 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1985 | +2017-08-09 10:04:25 | |
| 1986 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1744 | 1987 | |
| 1745 | -2017-06-20 17:02:32 | |
| 1746 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1988 | +2017-08-09 10:04:25 | |
| 1989 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1747 | 1990 | |
| 1748 | -2017-06-20 17:02:32 | |
| 1749 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1991 | +2017-08-09 10:04:25 | |
| 1992 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 1750 | 1993 | |
| 1751 | -2017-06-20 17:02:32 | |
| 1752 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1994 | +2017-08-09 10:04:25 | |
| 1995 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?1=1 | |
| 1753 | 1996 | |
| 1754 | -2017-06-20 17:02:32 | |
| 1755 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1997 | +2017-08-09 10:04:25 | |
| 1998 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1756 | 1999 | |
| 1757 | -2017-06-20 17:02:32 | |
| 1758 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2000 | +2017-08-09 10:04:25 | |
| 2001 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 1759 | 2002 | |
| 1760 | -2017-06-20 17:02:32 | |
| 1761 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2003 | +2017-08-09 10:04:25 | |
| 2004 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1762 | 2005 | |
| 1763 | -2017-06-20 17:02:32 | |
| 1764 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2006 | +2017-08-09 10:04:25 | |
| 2007 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 1765 | 2008 | |
| 1766 | -2017-06-20 17:02:32 | |
| 1767 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2009 | +2017-08-09 10:04:25 | |
| 2010 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx099b7a61d9867fe0&redirect_uri=http://localhost:8080/park/queryParkLotCard?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 1768 | 2011 | |
| 1769 | -2017-06-20 17:02:32 | |
| 1770 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2012 | +2017-08-09 10:04:30 | |
| 2013 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1771 | 2014 | |
| 1772 | -2017-06-20 17:02:32 | |
| 1773 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2015 | +2017-08-09 10:04:30 | |
| 2016 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 1774 | 2017 | |
| 1775 | -2017-06-20 17:02:32 | |
| 1776 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2018 | +2017-08-09 10:04:30 | |
| 2019 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 1777 | 2020 | |
| 1778 | -2017-06-20 17:02:32 | |
| 1779 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2021 | +2017-08-09 10:04:30 | |
| 2022 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1780 | 2023 | |
| 1781 | -2017-06-20 17:02:32 | |
| 1782 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2024 | +2017-08-09 10:04:30 | |
| 2025 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1783 | 2026 | |
| 1784 | -2017-06-20 17:02:32 | |
| 1785 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2027 | +2017-08-09 10:04:30 | |
| 2028 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1786 | 2029 | |
| 1787 | -2017-06-20 17:02:32 | |
| 1788 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2030 | +2017-08-09 10:04:30 | |
| 2031 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1789 | 2032 | |
| 1790 | -2017-06-20 17:02:32 | |
| 1791 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2033 | +2017-08-09 10:04:30 | |
| 2034 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1792 | 2035 | |
| 1793 | -2017-06-20 17:02:32 | |
| 1794 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2036 | +2017-08-09 10:04:30 | |
| 2037 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1795 | 2038 | |
| 1796 | -2017-06-20 17:03:09 | |
| 1797 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2039 | +2017-08-09 10:04:30 | |
| 2040 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1798 | 2041 | |
| 1799 | -2017-06-20 17:03:09 | |
| 1800 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2042 | +2017-08-09 10:04:30 | |
| 2043 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1801 | 2044 | |
| 1802 | -2017-06-20 17:03:09 | |
| 1803 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2045 | +2017-08-09 10:04:30 | |
| 2046 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 1804 | 2047 | |
| 1805 | -2017-06-20 17:03:09 | |
| 1806 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2048 | +2017-08-09 10:04:30 | |
| 2049 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?1=1 | |
| 1807 | 2050 | |
| 1808 | -2017-06-20 17:03:09 | |
| 1809 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2051 | +2017-08-09 10:04:30 | |
| 2052 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1810 | 2053 | |
| 1811 | -2017-06-20 17:03:09 | |
| 1812 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2054 | +2017-08-09 10:04:30 | |
| 2055 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 1813 | 2056 | |
| 1814 | -2017-06-20 17:03:09 | |
| 1815 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2057 | +2017-08-09 10:04:30 | |
| 2058 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1816 | 2059 | |
| 1817 | -2017-06-20 17:03:09 | |
| 1818 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2060 | +2017-08-09 10:04:30 | |
| 2061 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 1819 | 2062 | |
| 1820 | -2017-06-20 17:03:09 | |
| 1821 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2063 | +2017-08-09 10:04:30 | |
| 2064 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx099b7a61d9867fe0&redirect_uri=http://localhost:8080/park/queryParkLotCard?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 1822 | 2065 | |
| 1823 | -2017-06-20 17:03:09 | |
| 1824 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2066 | +2017-08-09 10:04:32 | |
| 2067 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1825 | 2068 | |
| 1826 | -2017-06-20 17:03:09 | |
| 1827 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2069 | +2017-08-09 10:04:32 | |
| 2070 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1828 | 2071 | |
| 1829 | -2017-06-20 17:03:09 | |
| 1830 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2072 | +2017-08-09 10:04:32 | |
| 2073 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1831 | 2074 | |
| 1832 | -2017-06-20 17:03:09 | |
| 1833 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2075 | +2017-08-09 10:04:32 | |
| 2076 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1834 | 2077 | |
| 1835 | -2017-06-20 17:03:09 | |
| 1836 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2078 | +2017-08-09 10:04:32 | |
| 2079 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1837 | 2080 | |
| 1838 | -2017-06-20 17:03:09 | |
| 1839 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2081 | +2017-08-09 10:04:32 | |
| 2082 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1840 | 2083 | |
| 1841 | -2017-06-20 17:03:09 | |
| 1842 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2084 | +2017-08-09 10:04:32 | |
| 2085 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1843 | 2086 | |
| 1844 | -2017-06-20 17:03:09 | |
| 1845 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2087 | +2017-08-09 10:04:32 | |
| 2088 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1846 | 2089 | |
| 1847 | -2017-06-20 17:03:09 | |
| 1848 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2090 | +2017-08-09 10:04:32 | |
| 2091 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1849 | 2092 | |
| 1850 | -2017-06-20 17:03:09 | |
| 1851 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2093 | +2017-08-09 10:04:32 | |
| 2094 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1852 | 2095 | |
| 1853 | -2017-06-20 17:03:09 | |
| 1854 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2096 | +2017-08-09 10:04:32 | |
| 2097 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1855 | 2098 | |
| 1856 | -2017-06-20 17:03:10 | |
| 1857 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2099 | +2017-08-09 10:04:33 | |
| 2100 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1858 | 2101 | |
| 1859 | -2017-06-20 17:03:10 | |
| 1860 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2102 | +2017-08-09 10:04:33 | |
| 2103 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1861 | 2104 | |
| 1862 | -2017-06-20 17:03:10 | |
| 1863 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2105 | +2017-08-09 10:04:33 | |
| 2106 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1864 | 2107 | |
| 1865 | -2017-06-20 17:03:10 | |
| 1866 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2108 | +2017-08-09 10:04:33 | |
| 2109 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1867 | 2110 | |
| 1868 | -2017-06-20 17:03:10 | |
| 1869 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2111 | +2017-08-09 10:04:33 | |
| 2112 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1870 | 2113 | |
| 1871 | -2017-06-20 17:03:10 | |
| 1872 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2114 | +2017-08-09 10:04:33 | |
| 2115 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1873 | 2116 | |
| 1874 | -2017-06-20 17:03:10 | |
| 1875 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2117 | +2017-08-09 10:04:33 | |
| 2118 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1876 | 2119 | |
| 1877 | -2017-06-20 17:03:10 | |
| 1878 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2120 | +2017-08-09 10:04:33 | |
| 2121 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1879 | 2122 | |
| 1880 | -2017-06-20 17:03:10 | |
| 1881 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2123 | +2017-08-09 10:04:33 | |
| 2124 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1882 | 2125 | |
| 1883 | -2017-06-20 17:03:10 | |
| 1884 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2126 | +2017-08-09 10:04:33 | |
| 2127 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1885 | 2128 | |
| 1886 | -2017-06-20 17:03:11 | |
| 1887 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2129 | +2017-08-09 10:04:33 | |
| 2130 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1888 | 2131 | |
| 1889 | -2017-06-20 17:03:11 | |
| 1890 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2132 | +2017-08-09 10:04:33 | |
| 2133 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1891 | 2134 | |
| 1892 | -2017-06-20 17:03:11 | |
| 1893 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2135 | +2017-08-09 10:04:33 | |
| 2136 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1894 | 2137 | |
| 1895 | -2017-06-20 17:03:11 | |
| 1896 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2138 | +2017-08-09 10:04:33 | |
| 2139 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1897 | 2140 | |
| 1898 | -2017-06-20 17:03:11 | |
| 1899 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2141 | +2017-08-09 10:04:33 | |
| 2142 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1900 | 2143 | |
| 1901 | -2017-06-20 17:03:11 | |
| 1902 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2144 | +2017-08-09 10:04:33 | |
| 2145 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1903 | 2146 | |
| 1904 | -2017-06-20 17:03:11 | |
| 1905 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2147 | +2017-08-09 10:04:33 | |
| 2148 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1906 | 2149 | |
| 1907 | -2017-06-20 17:03:11 | |
| 1908 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2150 | +2017-08-09 10:04:33 | |
| 2151 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1909 | 2152 | |
| 1910 | -2017-06-20 17:03:11 | |
| 1911 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2153 | +2017-08-09 10:04:33 | |
| 2154 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1912 | 2155 | |
| 1913 | -2017-06-20 17:03:11 | |
| 1914 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2156 | +2017-08-09 10:04:33 | |
| 2157 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1915 | 2158 | |
| 1916 | -2017-06-20 17:06:17 | |
| 1917 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2159 | +2017-08-09 10:04:33 | |
| 2160 | +[ERROR]-[Thread: qtp1761061602-26]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 2161 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 1918 | 2162 | |
| 1919 | -2017-06-20 17:06:17 | |
| 1920 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2163 | +The last packet successfully received from the server was 44,150 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. | |
| 2164 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 2165 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 2166 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 2167 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 2168 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 2169 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 2170 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 2171 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 2172 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 2173 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 2174 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 2175 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 2176 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 2177 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 2178 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 2179 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 2180 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:603) | |
| 2181 | + at com.rnt.service.ParkLotService.listParkLot(ParkLotService.java:89) | |
| 2182 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.CGLIB$listParkLot$3(<generated>) | |
| 2183 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62$$FastClassByCGLIB$$97ab48e9.invoke(<generated>) | |
| 2184 | + at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
| 2185 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:82) | |
| 2186 | + at com.jfinal.aop.Callback.intercept(Callback.java:96) | |
| 2187 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.listParkLot(<generated>) | |
| 2188 | + at com.rnt.controller.ParkLotController.parkList(ParkLotController.java:106) | |
| 2189 | + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 2190 | + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 2191 | + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 2192 | + at java.lang.reflect.Method.invoke(Method.java:498) | |
| 2193 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:73) | |
| 2194 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:139) | |
| 2195 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 2196 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 2197 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 2198 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 2199 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 2200 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 2201 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 2202 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 2203 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 2204 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 2205 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 2206 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 2207 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 2208 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 2209 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 2210 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 2211 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 2212 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 2213 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 2214 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 2215 | + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) | |
| 2216 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) | |
| 2217 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) | |
| 2218 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) | |
| 2219 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 2220 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 2221 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 2222 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 2223 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 2224 | + at java.lang.Thread.run(Thread.java:745) | |
| 2225 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 2226 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 2227 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 2228 | + ... 55 more | |
| 1921 | 2229 | |
| 1922 | -2017-06-20 17:06:17 | |
| 1923 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2230 | +2017-08-09 10:04:35 | |
| 2231 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1924 | 2232 | |
| 1925 | -2017-06-20 17:06:17 | |
| 1926 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2233 | +2017-08-09 10:04:35 | |
| 2234 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1927 | 2235 | |
| 1928 | -2017-06-20 17:06:17 | |
| 1929 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2236 | +2017-08-09 10:04:35 | |
| 2237 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1930 | 2238 | |
| 1931 | -2017-06-20 17:06:17 | |
| 1932 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2239 | +2017-08-09 10:04:35 | |
| 2240 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 1933 | 2241 | |
| 1934 | -2017-06-20 17:06:17 | |
| 1935 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2242 | +2017-08-09 10:04:35 | |
| 2243 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1936 | 2244 | |
| 1937 | -2017-06-20 17:06:17 | |
| 1938 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2245 | +2017-08-09 10:04:35 | |
| 2246 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1939 | 2247 | |
| 1940 | -2017-06-20 17:06:17 | |
| 1941 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2248 | +2017-08-09 10:04:35 | |
| 2249 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1942 | 2250 | |
| 1943 | -2017-06-20 17:06:17 | |
| 1944 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2251 | +2017-08-09 10:04:35 | |
| 2252 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1945 | 2253 | |
| 1946 | -2017-06-20 17:06:17 | |
| 1947 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2254 | +2017-08-09 10:04:35 | |
| 2255 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1948 | 2256 | |
| 1949 | -2017-06-20 17:06:17 | |
| 1950 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2257 | +2017-08-09 10:04:35 | |
| 2258 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 1951 | 2259 | |
| 1952 | -2017-06-20 17:06:17 | |
| 1953 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2260 | +2017-08-09 10:04:35 | |
| 2261 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 1954 | 2262 | |
| 1955 | -2017-06-20 17:06:17 | |
| 1956 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2263 | +2017-08-09 10:04:35 | |
| 2264 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1957 | 2265 | |
| 1958 | -2017-06-20 17:06:17 | |
| 1959 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2266 | +2017-08-09 10:04:35 | |
| 2267 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1960 | 2268 | |
| 1961 | -2017-06-20 17:06:17 | |
| 1962 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2269 | +2017-08-09 10:04:35 | |
| 2270 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1963 | 2271 | |
| 1964 | -2017-06-20 17:06:17 | |
| 1965 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2272 | +2017-08-09 10:04:35 | |
| 2273 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1966 | 2274 | |
| 1967 | -2017-06-20 17:06:17 | |
| 1968 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2275 | +2017-08-09 10:04:35 | |
| 2276 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 1969 | 2277 | |
| 1970 | -2017-06-20 17:06:17 | |
| 1971 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2278 | +2017-08-09 10:04:35 | |
| 2279 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1972 | 2280 | |
| 1973 | -2017-06-20 17:06:17 | |
| 1974 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2281 | +2017-08-09 10:04:35 | |
| 2282 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1975 | 2283 | |
| 1976 | -2017-06-20 17:08:47 | |
| 1977 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2284 | +2017-08-09 10:04:35 | |
| 2285 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1978 | 2286 | |
| 1979 | -2017-06-20 17:08:47 | |
| 1980 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2287 | +2017-08-09 10:04:35 | |
| 2288 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1981 | 2289 | |
| 1982 | -2017-06-20 17:08:47 | |
| 1983 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2290 | +2017-08-09 10:04:35 | |
| 2291 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1984 | 2292 | |
| 1985 | -2017-06-20 17:08:47 | |
| 1986 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2293 | +2017-08-09 10:04:35 | |
| 2294 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 1987 | 2295 | |
| 1988 | -2017-06-20 17:08:47 | |
| 1989 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2296 | +2017-08-09 10:04:35 | |
| 2297 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 1990 | 2298 | |
| 1991 | -2017-06-20 17:08:47 | |
| 1992 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2299 | +2017-08-09 10:04:35 | |
| 2300 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 1993 | 2301 | |
| 1994 | -2017-06-20 17:08:47 | |
| 1995 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2302 | +2017-08-09 10:04:35 | |
| 2303 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 1996 | 2304 | |
| 1997 | -2017-06-20 17:08:47 | |
| 1998 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2305 | +2017-08-09 10:04:35 | |
| 2306 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 1999 | 2307 | |
| 2000 | -2017-06-20 17:08:47 | |
| 2001 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2308 | +2017-08-09 10:04:35 | |
| 2309 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2002 | 2310 | |
| 2003 | -2017-06-20 17:08:47 | |
| 2004 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2311 | +2017-08-09 10:04:35 | |
| 2312 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2005 | 2313 | |
| 2006 | -2017-06-20 17:08:48 | |
| 2007 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2314 | +2017-08-09 10:04:35 | |
| 2315 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2008 | 2316 | |
| 2009 | -2017-06-20 17:08:48 | |
| 2010 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2317 | +2017-08-09 10:04:35 | |
| 2318 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2011 | 2319 | |
| 2012 | -2017-06-20 17:08:48 | |
| 2013 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2320 | +2017-08-09 10:04:35 | |
| 2321 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2014 | 2322 | |
| 2015 | -2017-06-20 17:08:48 | |
| 2016 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2323 | +2017-08-09 10:04:37 | |
| 2324 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2017 | 2325 | |
| 2018 | -2017-06-20 17:08:48 | |
| 2019 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2326 | +2017-08-09 10:04:37 | |
| 2327 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 2020 | 2328 | |
| 2021 | -2017-06-20 17:08:48 | |
| 2022 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2329 | +2017-08-09 10:04:37 | |
| 2330 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 2023 | 2331 | |
| 2024 | -2017-06-20 17:08:48 | |
| 2025 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2332 | +2017-08-09 10:04:37 | |
| 2333 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2026 | 2334 | |
| 2027 | -2017-06-20 17:08:48 | |
| 2028 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2335 | +2017-08-09 10:04:37 | |
| 2336 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2029 | 2337 | |
| 2030 | -2017-06-20 17:08:48 | |
| 2031 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2338 | +2017-08-09 10:04:37 | |
| 2339 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2032 | 2340 | |
| 2033 | -2017-06-20 17:08:48 | |
| 2034 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2341 | +2017-08-09 10:04:37 | |
| 2342 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2035 | 2343 | |
| 2036 | -2017-06-20 17:10:12 | |
| 2037 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2344 | +2017-08-09 10:04:37 | |
| 2345 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2038 | 2346 | |
| 2039 | -2017-06-20 17:10:12 | |
| 2040 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 2347 | +2017-08-09 10:04:37 | |
| 2348 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2041 | 2349 | |
| 2042 | -2017-06-20 17:10:12 | |
| 2043 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?1=1 | |
| 2350 | +2017-08-09 10:04:37 | |
| 2351 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2044 | 2352 | |
| 2045 | -2017-06-20 17:10:12 | |
| 2046 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2353 | +2017-08-09 10:04:37 | |
| 2354 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2047 | 2355 | |
| 2048 | -2017-06-20 17:10:12 | |
| 2049 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 2356 | +2017-08-09 10:04:37 | |
| 2357 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2050 | 2358 | |
| 2051 | -2017-06-20 17:10:12 | |
| 2052 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2359 | +2017-08-09 10:04:37 | |
| 2360 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2053 | 2361 | |
| 2054 | -2017-06-20 17:10:12 | |
| 2055 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 2362 | +2017-08-09 10:04:37 | |
| 2363 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2056 | 2364 | |
| 2057 | -2017-06-20 17:11:02 | |
| 2058 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2365 | +2017-08-09 10:04:37 | |
| 2366 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2059 | 2367 | |
| 2060 | -2017-06-20 17:11:02 | |
| 2061 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 2368 | +2017-08-09 10:04:37 | |
| 2369 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2062 | 2370 | |
| 2063 | -2017-06-20 17:11:02 | |
| 2064 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?1=1 | |
| 2371 | +2017-08-09 10:04:37 | |
| 2372 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2065 | 2373 | |
| 2066 | -2017-06-20 17:11:02 | |
| 2067 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2374 | +2017-08-09 10:04:37 | |
| 2375 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2068 | 2376 | |
| 2069 | -2017-06-20 17:11:02 | |
| 2070 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 2377 | +2017-08-09 10:04:37 | |
| 2378 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2071 | 2379 | |
| 2072 | -2017-06-20 17:11:02 | |
| 2073 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2380 | +2017-08-09 10:04:37 | |
| 2381 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2074 | 2382 | |
| 2075 | -2017-06-20 17:11:02 | |
| 2076 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 2383 | +2017-08-09 10:04:38 | |
| 2384 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2077 | 2385 | |
| 2078 | -2017-06-20 17:11:26 | |
| 2079 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2386 | +2017-08-09 10:04:38 | |
| 2387 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.09859109336822436 | |
| 2080 | 2388 | |
| 2081 | -2017-06-20 17:11:26 | |
| 2082 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2389 | +2017-08-09 10:04:38 | |
| 2390 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.09859109336822436 | |
| 2083 | 2391 | |
| 2084 | -2017-06-20 17:11:26 | |
| 2085 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2392 | +2017-08-09 10:04:38 | |
| 2393 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2086 | 2394 | |
| 2087 | -2017-06-20 17:11:26 | |
| 2088 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2395 | +2017-08-09 10:04:38 | |
| 2396 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2089 | 2397 | |
| 2090 | -2017-06-20 17:11:26 | |
| 2091 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2398 | +2017-08-09 10:04:38 | |
| 2399 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2092 | 2400 | |
| 2093 | -2017-06-20 17:11:26 | |
| 2094 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2401 | +2017-08-09 10:04:38 | |
| 2402 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2095 | 2403 | |
| 2096 | -2017-06-20 17:11:26 | |
| 2097 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2404 | +2017-08-09 10:04:38 | |
| 2405 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2098 | 2406 | |
| 2099 | -2017-06-20 17:11:26 | |
| 2100 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2407 | +2017-08-09 10:04:38 | |
| 2408 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2101 | 2409 | |
| 2102 | -2017-06-20 17:11:26 | |
| 2103 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2410 | +2017-08-09 10:04:38 | |
| 2411 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2104 | 2412 | |
| 2105 | -2017-06-20 17:11:26 | |
| 2106 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2413 | +2017-08-09 10:04:38 | |
| 2414 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2107 | 2415 | |
| 2108 | -2017-06-20 17:11:27 | |
| 2109 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2416 | +2017-08-09 10:04:38 | |
| 2417 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2110 | 2418 | |
| 2111 | -2017-06-20 17:11:27 | |
| 2112 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2419 | +2017-08-09 10:04:38 | |
| 2420 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2113 | 2421 | |
| 2114 | -2017-06-20 17:11:27 | |
| 2115 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2422 | +2017-08-09 10:04:38 | |
| 2423 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2116 | 2424 | |
| 2117 | -2017-06-20 17:11:27 | |
| 2118 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2425 | +2017-08-09 10:04:38 | |
| 2426 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2119 | 2427 | |
| 2120 | -2017-06-20 17:11:27 | |
| 2121 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2428 | +2017-08-09 10:04:38 | |
| 2429 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2122 | 2430 | |
| 2123 | -2017-06-20 17:11:27 | |
| 2124 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2431 | +2017-08-09 10:04:38 | |
| 2432 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2125 | 2433 | |
| 2126 | -2017-06-20 17:11:27 | |
| 2127 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2434 | +2017-08-09 10:04:38 | |
| 2435 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2128 | 2436 | |
| 2129 | -2017-06-20 17:11:27 | |
| 2130 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2437 | +2017-08-09 10:04:38 | |
| 2438 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2131 | 2439 | |
| 2132 | -2017-06-20 17:11:27 | |
| 2133 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2440 | +2017-08-09 10:04:38 | |
| 2441 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2134 | 2442 | |
| 2135 | -2017-06-20 17:11:27 | |
| 2136 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2443 | +2017-08-09 10:06:09 | |
| 2444 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2137 | 2445 | |
| 2138 | -2017-06-20 17:11:43 | |
| 2139 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2446 | +2017-08-09 10:06:09 | |
| 2447 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.09859109336822436 | |
| 2140 | 2448 | |
| 2141 | -2017-06-20 17:11:43 | |
| 2142 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2449 | +2017-08-09 10:06:09 | |
| 2450 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.09859109336822436 | |
| 2143 | 2451 | |
| 2144 | -2017-06-20 17:11:43 | |
| 2145 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2452 | +2017-08-09 10:06:09 | |
| 2453 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2146 | 2454 | |
| 2147 | -2017-06-20 17:11:43 | |
| 2148 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2455 | +2017-08-09 10:06:09 | |
| 2456 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2149 | 2457 | |
| 2150 | -2017-06-20 17:11:43 | |
| 2151 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2458 | +2017-08-09 10:06:09 | |
| 2459 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2152 | 2460 | |
| 2153 | -2017-06-20 17:11:43 | |
| 2154 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2461 | +2017-08-09 10:06:09 | |
| 2462 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2155 | 2463 | |
| 2156 | -2017-06-20 17:11:43 | |
| 2157 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2464 | +2017-08-09 10:06:09 | |
| 2465 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2158 | 2466 | |
| 2159 | -2017-06-20 17:11:43 | |
| 2160 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2467 | +2017-08-09 10:06:09 | |
| 2468 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2161 | 2469 | |
| 2162 | -2017-06-20 17:11:43 | |
| 2163 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2470 | +2017-08-09 10:06:09 | |
| 2471 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2164 | 2472 | |
| 2165 | -2017-06-20 17:11:43 | |
| 2166 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2473 | +2017-08-09 10:06:10 | |
| 2474 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2167 | 2475 | |
| 2168 | -2017-06-20 17:11:43 | |
| 2169 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2476 | +2017-08-09 10:06:10 | |
| 2477 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2170 | 2478 | |
| 2171 | -2017-06-20 17:11:43 | |
| 2172 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2479 | +2017-08-09 10:06:10 | |
| 2480 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2173 | 2481 | |
| 2174 | -2017-06-20 17:11:43 | |
| 2175 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2482 | +2017-08-09 10:06:10 | |
| 2483 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2176 | 2484 | |
| 2177 | -2017-06-20 17:11:43 | |
| 2178 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2485 | +2017-08-09 10:06:10 | |
| 2486 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2179 | 2487 | |
| 2180 | -2017-06-20 17:11:43 | |
| 2181 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2488 | +2017-08-09 10:06:10 | |
| 2489 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2182 | 2490 | |
| 2183 | -2017-06-20 17:11:43 | |
| 2184 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2491 | +2017-08-09 10:06:10 | |
| 2492 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2185 | 2493 | |
| 2186 | -2017-06-20 17:11:43 | |
| 2187 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2494 | +2017-08-09 10:06:10 | |
| 2495 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2188 | 2496 | |
| 2189 | -2017-06-20 17:11:43 | |
| 2190 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2497 | +2017-08-09 10:06:10 | |
| 2498 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2191 | 2499 | |
| 2192 | -2017-06-20 17:11:43 | |
| 2193 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2500 | +2017-08-09 10:06:10 | |
| 2501 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2194 | 2502 | |
| 2195 | -2017-06-20 17:11:43 | |
| 2196 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2503 | +2017-08-09 10:06:16 | |
| 2504 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2197 | 2505 | |
| 2198 | -2017-06-20 17:11:47 | |
| 2199 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2506 | +2017-08-09 10:06:16 | |
| 2507 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.09859109336822436 | |
| 2200 | 2508 | |
| 2201 | -2017-06-20 17:11:47 | |
| 2202 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2509 | +2017-08-09 10:06:16 | |
| 2510 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.09859109336822436 | |
| 2203 | 2511 | |
| 2204 | -2017-06-20 17:11:47 | |
| 2205 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2512 | +2017-08-09 10:06:16 | |
| 2513 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2206 | 2514 | |
| 2207 | -2017-06-20 17:11:47 | |
| 2208 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2515 | +2017-08-09 10:06:16 | |
| 2516 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2209 | 2517 | |
| 2210 | -2017-06-20 17:11:47 | |
| 2211 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2518 | +2017-08-09 10:06:16 | |
| 2519 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2212 | 2520 | |
| 2213 | -2017-06-20 17:11:47 | |
| 2214 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2521 | +2017-08-09 10:06:16 | |
| 2522 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2215 | 2523 | |
| 2216 | -2017-06-20 17:11:47 | |
| 2217 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2524 | +2017-08-09 10:06:16 | |
| 2525 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2218 | 2526 | |
| 2219 | -2017-06-20 17:11:47 | |
| 2220 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2527 | +2017-08-09 10:06:16 | |
| 2528 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2221 | 2529 | |
| 2222 | -2017-06-20 17:11:47 | |
| 2223 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2530 | +2017-08-09 10:06:16 | |
| 2531 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2224 | 2532 | |
| 2225 | -2017-06-20 17:11:47 | |
| 2226 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2533 | +2017-08-09 10:06:16 | |
| 2534 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2227 | 2535 | |
| 2228 | -2017-06-20 17:11:48 | |
| 2229 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2536 | +2017-08-09 10:06:16 | |
| 2537 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 2230 | 2538 | |
| 2231 | -2017-06-20 17:11:48 | |
| 2232 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2539 | +2017-08-09 10:06:16 | |
| 2540 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?1=1 | |
| 2233 | 2541 | |
| 2234 | -2017-06-20 17:11:48 | |
| 2235 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2542 | +2017-08-09 10:06:16 | |
| 2543 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2236 | 2544 | |
| 2237 | -2017-06-20 17:11:48 | |
| 2238 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2545 | +2017-08-09 10:06:16 | |
| 2546 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 2239 | 2547 | |
| 2240 | -2017-06-20 17:11:48 | |
| 2241 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2548 | +2017-08-09 10:06:16 | |
| 2549 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2242 | 2550 | |
| 2243 | -2017-06-20 17:11:48 | |
| 2244 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2551 | +2017-08-09 10:06:16 | |
| 2552 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 2245 | 2553 | |
| 2246 | -2017-06-20 17:11:48 | |
| 2247 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2554 | +2017-08-09 10:06:16 | |
| 2555 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx099b7a61d9867fe0&redirect_uri=http://localhost:8080/pay/queryParkLotCardForChoose?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 2248 | 2556 | |
| 2249 | -2017-06-20 17:11:48 | |
| 2250 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2557 | +2017-08-09 10:06:22 | |
| 2558 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2251 | 2559 | |
| 2252 | -2017-06-20 17:11:48 | |
| 2253 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2560 | +2017-08-09 10:06:22 | |
| 2561 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.09859109336822436 | |
| 2254 | 2562 | |
| 2255 | -2017-06-20 17:11:48 | |
| 2256 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2563 | +2017-08-09 10:06:22 | |
| 2564 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.09859109336822436 | |
| 2257 | 2565 | |
| 2258 | -2017-06-20 17:11:50 | |
| 2259 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2566 | +2017-08-09 10:06:22 | |
| 2567 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2260 | 2568 | |
| 2261 | -2017-06-20 17:11:50 | |
| 2262 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2569 | +2017-08-09 10:06:22 | |
| 2570 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2263 | 2571 | |
| 2264 | -2017-06-20 17:11:50 | |
| 2265 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2572 | +2017-08-09 10:06:22 | |
| 2573 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2266 | 2574 | |
| 2267 | -2017-06-20 17:11:50 | |
| 2268 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2575 | +2017-08-09 10:06:22 | |
| 2576 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2269 | 2577 | |
| 2270 | -2017-06-20 17:11:50 | |
| 2271 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2578 | +2017-08-09 10:06:22 | |
| 2579 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2272 | 2580 | |
| 2273 | -2017-06-20 17:11:50 | |
| 2274 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2581 | +2017-08-09 10:06:22 | |
| 2582 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2275 | 2583 | |
| 2276 | -2017-06-20 17:11:50 | |
| 2277 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2584 | +2017-08-09 10:06:22 | |
| 2585 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2278 | 2586 | |
| 2279 | -2017-06-20 17:11:50 | |
| 2280 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2587 | +2017-08-09 10:06:22 | |
| 2588 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2281 | 2589 | |
| 2282 | -2017-06-20 17:11:50 | |
| 2283 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2590 | +2017-08-09 10:06:22 | |
| 2591 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 2284 | 2592 | |
| 2285 | -2017-06-20 17:11:50 | |
| 2286 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2593 | +2017-08-09 10:06:22 | |
| 2594 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?1=1 | |
| 2287 | 2595 | |
| 2288 | -2017-06-20 17:11:50 | |
| 2289 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2596 | +2017-08-09 10:06:22 | |
| 2597 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2290 | 2598 | |
| 2291 | -2017-06-20 17:11:50 | |
| 2292 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2599 | +2017-08-09 10:06:22 | |
| 2600 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 2293 | 2601 | |
| 2294 | -2017-06-20 17:11:50 | |
| 2295 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2602 | +2017-08-09 10:06:22 | |
| 2603 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2296 | 2604 | |
| 2297 | -2017-06-20 17:11:50 | |
| 2298 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2605 | +2017-08-09 10:06:22 | |
| 2606 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 2299 | 2607 | |
| 2300 | -2017-06-20 17:11:50 | |
| 2301 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2608 | +2017-08-09 10:06:22 | |
| 2609 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx099b7a61d9867fe0&redirect_uri=http://localhost:8080/pay/queryParkLotCardForChoose?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 2302 | 2610 | |
| 2303 | -2017-06-20 17:11:50 | |
| 2304 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2611 | +2017-08-09 10:06:25 | |
| 2612 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2305 | 2613 | |
| 2306 | -2017-06-20 17:11:50 | |
| 2307 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2614 | +2017-08-09 10:06:25 | |
| 2615 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 2308 | 2616 | |
| 2309 | -2017-06-20 17:11:50 | |
| 2310 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2617 | +2017-08-09 10:06:25 | |
| 2618 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 2311 | 2619 | |
| 2312 | -2017-06-20 17:11:50 | |
| 2313 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2620 | +2017-08-09 10:06:25 | |
| 2621 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2314 | 2622 | |
| 2315 | -2017-06-20 17:11:50 | |
| 2316 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2623 | +2017-08-09 10:06:25 | |
| 2624 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2317 | 2625 | |
| 2318 | -2017-06-20 17:11:51 | |
| 2319 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2626 | +2017-08-09 10:06:25 | |
| 2627 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2320 | 2628 | |
| 2321 | -2017-06-20 17:11:51 | |
| 2322 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 2629 | +2017-08-09 10:06:25 | |
| 2630 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2323 | 2631 | |
| 2324 | -2017-06-20 17:11:51 | |
| 2325 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 2632 | +2017-08-09 10:06:25 | |
| 2633 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2326 | 2634 | |
| 2327 | -2017-06-20 17:11:51 | |
| 2328 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2635 | +2017-08-09 10:06:25 | |
| 2636 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2329 | 2637 | |
| 2330 | -2017-06-20 17:11:51 | |
| 2331 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2638 | +2017-08-09 10:06:25 | |
| 2639 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2332 | 2640 | |
| 2333 | -2017-06-20 17:11:51 | |
| 2334 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2641 | +2017-08-09 10:06:25 | |
| 2642 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2335 | 2643 | |
| 2336 | -2017-06-20 17:11:51 | |
| 2337 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2644 | +2017-08-09 10:06:25 | |
| 2645 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 2338 | 2646 | |
| 2339 | -2017-06-20 17:11:51 | |
| 2340 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2647 | +2017-08-09 10:06:25 | |
| 2648 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?1=1 | |
| 2341 | 2649 | |
| 2342 | -2017-06-20 17:11:51 | |
| 2343 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2650 | +2017-08-09 10:06:25 | |
| 2651 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2344 | 2652 | |
| 2345 | -2017-06-20 17:11:51 | |
| 2346 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2653 | +2017-08-09 10:06:25 | |
| 2654 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 2347 | 2655 | |
| 2348 | -2017-06-20 17:11:52 | |
| 2349 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2656 | +2017-08-09 10:06:25 | |
| 2657 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2350 | 2658 | |
| 2351 | -2017-06-20 17:11:52 | |
| 2352 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2659 | +2017-08-09 10:06:25 | |
| 2660 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 2353 | 2661 | |
| 2354 | -2017-06-20 17:11:52 | |
| 2355 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2662 | +2017-08-09 10:06:25 | |
| 2663 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx099b7a61d9867fe0&redirect_uri=http://localhost:8080/park/queryParkLotCard?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 2356 | 2664 | |
| 2357 | -2017-06-20 17:11:52 | |
| 2358 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2665 | +2017-08-09 10:06:26 | |
| 2666 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2359 | 2667 | |
| 2360 | -2017-06-20 17:11:52 | |
| 2361 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2668 | +2017-08-09 10:06:26 | |
| 2669 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2362 | 2670 | |
| 2363 | -2017-06-20 17:11:52 | |
| 2364 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2671 | +2017-08-09 10:06:26 | |
| 2672 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2365 | 2673 | |
| 2366 | -2017-06-20 17:11:52 | |
| 2367 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2674 | +2017-08-09 10:06:26 | |
| 2675 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2368 | 2676 | |
| 2369 | -2017-06-20 17:11:52 | |
| 2370 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2677 | +2017-08-09 10:06:26 | |
| 2678 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2371 | 2679 | |
| 2372 | -2017-06-20 17:11:52 | |
| 2373 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2680 | +2017-08-09 10:06:26 | |
| 2681 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2374 | 2682 | |
| 2375 | -2017-06-20 17:11:52 | |
| 2376 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2683 | +2017-08-09 10:06:26 | |
| 2684 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2377 | 2685 | |
| 2378 | -2017-06-20 17:11:53 | |
| 2379 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2686 | +2017-08-09 10:06:26 | |
| 2687 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2380 | 2688 | |
| 2381 | -2017-06-20 17:11:53 | |
| 2382 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.6281215526335049 | |
| 2689 | +2017-08-09 10:06:26 | |
| 2690 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2383 | 2691 | |
| 2384 | -2017-06-20 17:11:53 | |
| 2385 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.6281215526335049 | |
| 2692 | +2017-08-09 10:06:26 | |
| 2693 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2386 | 2694 | |
| 2387 | -2017-06-20 17:11:53 | |
| 2388 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2695 | +2017-08-09 10:06:26 | |
| 2696 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2389 | 2697 | |
| 2390 | -2017-06-20 17:11:53 | |
| 2391 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2698 | +2017-08-09 10:06:26 | |
| 2699 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2392 | 2700 | |
| 2393 | -2017-06-20 17:11:53 | |
| 2394 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2701 | +2017-08-09 10:06:26 | |
| 2702 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2395 | 2703 | |
| 2396 | -2017-06-20 17:11:53 | |
| 2397 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2704 | +2017-08-09 10:06:26 | |
| 2705 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2398 | 2706 | |
| 2399 | -2017-06-20 17:11:53 | |
| 2400 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2707 | +2017-08-09 10:06:26 | |
| 2708 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2401 | 2709 | |
| 2402 | -2017-06-20 17:11:53 | |
| 2403 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2710 | +2017-08-09 10:06:26 | |
| 2711 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2404 | 2712 | |
| 2405 | -2017-06-20 17:11:53 | |
| 2406 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2713 | +2017-08-09 10:06:26 | |
| 2714 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2407 | 2715 | |
| 2408 | -2017-06-20 17:11:53 | |
| 2409 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2716 | +2017-08-09 10:06:26 | |
| 2717 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2410 | 2718 | |
| 2411 | -2017-06-20 17:11:53 | |
| 2412 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2719 | +2017-08-09 10:06:26 | |
| 2720 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2413 | 2721 | |
| 2414 | -2017-06-20 17:11:53 | |
| 2415 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2722 | +2017-08-09 10:06:26 | |
| 2723 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2416 | 2724 | |
| 2417 | -2017-06-20 17:11:53 | |
| 2418 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2725 | +2017-08-09 10:06:26 | |
| 2726 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2419 | 2727 | |
| 2420 | -2017-06-20 17:11:53 | |
| 2421 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2728 | +2017-08-09 10:06:26 | |
| 2729 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2422 | 2730 | |
| 2423 | -2017-06-20 17:11:53 | |
| 2424 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2731 | +2017-08-09 10:06:26 | |
| 2732 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2425 | 2733 | |
| 2426 | -2017-06-20 17:11:53 | |
| 2427 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2734 | +2017-08-09 10:06:26 | |
| 2735 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2428 | 2736 | |
| 2429 | -2017-06-20 17:11:53 | |
| 2430 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2737 | +2017-08-09 10:06:26 | |
| 2738 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2431 | 2739 | |
| 2432 | -2017-06-20 17:11:53 | |
| 2433 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2740 | +2017-08-09 10:06:26 | |
| 2741 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2434 | 2742 | |
| 2435 | -2017-06-20 17:11:53 | |
| 2436 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2743 | +2017-08-09 10:06:26 | |
| 2744 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2437 | 2745 | |
| 2438 | -2017-06-20 17:11:57 | |
| 2439 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2746 | +2017-08-09 10:06:26 | |
| 2747 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2440 | 2748 | |
| 2441 | -2017-06-20 17:11:57 | |
| 2442 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2749 | +2017-08-09 10:06:26 | |
| 2750 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2443 | 2751 | |
| 2444 | -2017-06-20 17:11:57 | |
| 2445 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2752 | +2017-08-09 10:06:26 | |
| 2753 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2446 | 2754 | |
| 2447 | -2017-06-20 17:11:57 | |
| 2448 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2755 | +2017-08-09 10:06:26 | |
| 2756 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2449 | 2757 | |
| 2450 | -2017-06-20 17:11:57 | |
| 2451 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2758 | +2017-08-09 10:06:28 | |
| 2759 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2452 | 2760 | |
| 2453 | -2017-06-20 17:11:57 | |
| 2454 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2761 | +2017-08-09 10:06:28 | |
| 2762 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 2455 | 2763 | |
| 2456 | -2017-06-20 17:11:57 | |
| 2457 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2764 | +2017-08-09 10:06:28 | |
| 2765 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 2458 | 2766 | |
| 2459 | -2017-06-20 17:11:57 | |
| 2460 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2767 | +2017-08-09 10:06:28 | |
| 2768 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2461 | 2769 | |
| 2462 | -2017-06-20 17:11:57 | |
| 2463 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2770 | +2017-08-09 10:06:28 | |
| 2771 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2464 | 2772 | |
| 2465 | -2017-06-20 17:11:57 | |
| 2466 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2773 | +2017-08-09 10:06:28 | |
| 2774 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2467 | 2775 | |
| 2468 | -2017-06-20 17:11:58 | |
| 2469 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2776 | +2017-08-09 10:06:28 | |
| 2777 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2470 | 2778 | |
| 2471 | -2017-06-20 17:11:58 | |
| 2472 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2779 | +2017-08-09 10:06:28 | |
| 2780 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2473 | 2781 | |
| 2474 | -2017-06-20 17:11:58 | |
| 2475 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2782 | +2017-08-09 10:06:28 | |
| 2783 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2476 | 2784 | |
| 2477 | -2017-06-20 17:11:58 | |
| 2478 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2785 | +2017-08-09 10:06:28 | |
| 2786 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2479 | 2787 | |
| 2480 | -2017-06-20 17:11:58 | |
| 2481 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2788 | +2017-08-09 10:06:28 | |
| 2789 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2482 | 2790 | |
| 2483 | -2017-06-20 17:11:58 | |
| 2484 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2791 | +2017-08-09 10:06:28 | |
| 2792 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2485 | 2793 | |
| 2486 | -2017-06-20 17:11:58 | |
| 2487 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2794 | +2017-08-09 10:06:28 | |
| 2795 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2488 | 2796 | |
| 2489 | -2017-06-20 17:11:58 | |
| 2490 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2797 | +2017-08-09 10:06:28 | |
| 2798 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2491 | 2799 | |
| 2492 | -2017-06-20 17:11:58 | |
| 2493 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2800 | +2017-08-09 10:06:28 | |
| 2801 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2494 | 2802 | |
| 2495 | -2017-06-20 17:11:58 | |
| 2496 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2803 | +2017-08-09 10:06:28 | |
| 2804 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2497 | 2805 | |
| 2498 | -2017-06-20 17:11:58 | |
| 2499 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2806 | +2017-08-09 10:06:28 | |
| 2807 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2500 | 2808 | |
| 2501 | -2017-06-20 17:11:58 | |
| 2502 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2809 | +2017-08-09 10:06:28 | |
| 2810 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2503 | 2811 | |
| 2504 | -2017-06-20 17:11:58 | |
| 2505 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2812 | +2017-08-09 10:06:28 | |
| 2813 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2506 | 2814 | |
| 2507 | -2017-06-20 17:11:58 | |
| 2508 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2815 | +2017-08-09 10:06:28 | |
| 2816 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2509 | 2817 | |
| 2510 | -2017-06-20 17:11:58 | |
| 2511 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2818 | +2017-08-09 10:06:29 | |
| 2819 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2512 | 2820 | |
| 2513 | -2017-06-20 17:11:58 | |
| 2514 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2821 | +2017-08-09 10:06:29 | |
| 2822 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.2429197104396017 | |
| 2515 | 2823 | |
| 2516 | -2017-06-20 17:11:58 | |
| 2517 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2824 | +2017-08-09 10:06:29 | |
| 2825 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.2429197104396017 | |
| 2518 | 2826 | |
| 2519 | -2017-06-20 17:11:58 | |
| 2520 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2827 | +2017-08-09 10:06:29 | |
| 2828 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2521 | 2829 | |
| 2522 | -2017-06-20 17:11:58 | |
| 2523 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2830 | +2017-08-09 10:06:29 | |
| 2831 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2524 | 2832 | |
| 2525 | -2017-06-20 17:11:58 | |
| 2526 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2833 | +2017-08-09 10:06:29 | |
| 2834 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2527 | 2835 | |
| 2528 | -2017-06-20 17:11:59 | |
| 2529 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2836 | +2017-08-09 10:06:29 | |
| 2837 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2530 | 2838 | |
| 2531 | -2017-06-20 17:11:59 | |
| 2532 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2839 | +2017-08-09 10:06:29 | |
| 2840 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2533 | 2841 | |
| 2534 | -2017-06-20 17:11:59 | |
| 2535 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2842 | +2017-08-09 10:06:29 | |
| 2843 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2536 | 2844 | |
| 2537 | -2017-06-20 17:11:59 | |
| 2538 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2845 | +2017-08-09 10:06:29 | |
| 2846 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2539 | 2847 | |
| 2540 | -2017-06-20 17:11:59 | |
| 2541 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2848 | +2017-08-09 10:06:29 | |
| 2849 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2542 | 2850 | |
| 2543 | -2017-06-20 17:11:59 | |
| 2544 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2851 | +2017-08-09 10:06:29 | |
| 2852 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2545 | 2853 | |
| 2546 | -2017-06-20 17:11:59 | |
| 2547 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2854 | +2017-08-09 10:06:29 | |
| 2855 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2548 | 2856 | |
| 2549 | -2017-06-20 17:11:59 | |
| 2550 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2857 | +2017-08-09 10:06:29 | |
| 2858 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2551 | 2859 | |
| 2552 | -2017-06-20 17:11:59 | |
| 2553 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2860 | +2017-08-09 10:06:29 | |
| 2861 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2554 | 2862 | |
| 2555 | -2017-06-20 17:11:59 | |
| 2556 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2863 | +2017-08-09 10:06:29 | |
| 2864 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2557 | 2865 | |
| 2558 | -2017-06-20 17:11:59 | |
| 2559 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2866 | +2017-08-09 10:06:29 | |
| 2867 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2560 | 2868 | |
| 2561 | -2017-06-20 17:11:59 | |
| 2562 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2869 | +2017-08-09 10:06:29 | |
| 2870 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2563 | 2871 | |
| 2564 | -2017-06-20 17:11:59 | |
| 2565 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2872 | +2017-08-09 10:06:29 | |
| 2873 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2566 | 2874 | |
| 2567 | -2017-06-20 17:11:59 | |
| 2568 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2875 | +2017-08-09 10:06:29 | |
| 2876 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2569 | 2877 | |
| 2570 | -2017-06-20 17:11:59 | |
| 2571 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2878 | +2017-08-09 10:07:41 | |
| 2879 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2572 | 2880 | |
| 2573 | -2017-06-20 17:11:59 | |
| 2574 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2881 | +2017-08-09 10:07:41 | |
| 2882 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.2429197104396017 | |
| 2575 | 2883 | |
| 2576 | -2017-06-20 17:11:59 | |
| 2577 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2884 | +2017-08-09 10:07:41 | |
| 2885 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.2429197104396017 | |
| 2578 | 2886 | |
| 2579 | -2017-06-20 17:11:59 | |
| 2580 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2887 | +2017-08-09 10:07:41 | |
| 2888 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2581 | 2889 | |
| 2582 | -2017-06-20 17:11:59 | |
| 2583 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2890 | +2017-08-09 10:07:41 | |
| 2891 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2584 | 2892 | |
| 2585 | -2017-06-20 17:11:59 | |
| 2586 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2893 | +2017-08-09 10:07:41 | |
| 2894 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2587 | 2895 | |
| 2588 | -2017-06-20 17:12:09 | |
| 2589 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2896 | +2017-08-09 10:07:41 | |
| 2897 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2590 | 2898 | |
| 2591 | -2017-06-20 17:12:09 | |
| 2592 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2899 | +2017-08-09 10:07:42 | |
| 2900 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2593 | 2901 | |
| 2594 | -2017-06-20 17:12:09 | |
| 2595 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2902 | +2017-08-09 10:07:42 | |
| 2903 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2596 | 2904 | |
| 2597 | -2017-06-20 17:12:09 | |
| 2598 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2905 | +2017-08-09 10:07:42 | |
| 2906 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2599 | 2907 | |
| 2600 | -2017-06-20 17:12:09 | |
| 2601 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2908 | +2017-08-09 10:07:42 | |
| 2909 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2602 | 2910 | |
| 2603 | -2017-06-20 17:12:09 | |
| 2604 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2911 | +2017-08-09 10:07:42 | |
| 2912 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 2605 | 2913 | |
| 2606 | -2017-06-20 17:12:09 | |
| 2607 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2914 | +2017-08-09 10:07:42 | |
| 2915 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?1=1 | |
| 2608 | 2916 | |
| 2609 | -2017-06-20 17:12:09 | |
| 2610 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2917 | +2017-08-09 10:07:42 | |
| 2918 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2611 | 2919 | |
| 2612 | -2017-06-20 17:12:09 | |
| 2613 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2920 | +2017-08-09 10:07:42 | |
| 2921 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 2614 | 2922 | |
| 2615 | -2017-06-20 17:12:09 | |
| 2616 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2923 | +2017-08-09 10:07:42 | |
| 2924 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2617 | 2925 | |
| 2618 | -2017-06-20 17:12:09 | |
| 2619 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2926 | +2017-08-09 10:07:42 | |
| 2927 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 2620 | 2928 | |
| 2621 | -2017-06-20 17:12:09 | |
| 2622 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2929 | +2017-08-09 10:07:42 | |
| 2930 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx099b7a61d9867fe0&redirect_uri=http://localhost:8080/pay/queryParkLotCardForChoose?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 2623 | 2931 | |
| 2624 | -2017-06-20 17:12:09 | |
| 2625 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2932 | +2017-08-09 10:07:47 | |
| 2933 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2626 | 2934 | |
| 2627 | -2017-06-20 17:12:09 | |
| 2628 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2935 | +2017-08-09 10:07:47 | |
| 2936 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 2629 | 2937 | |
| 2630 | -2017-06-20 17:12:09 | |
| 2631 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2938 | +2017-08-09 10:07:47 | |
| 2939 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 2632 | 2940 | |
| 2633 | -2017-06-20 17:12:09 | |
| 2634 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2941 | +2017-08-09 10:07:47 | |
| 2942 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2635 | 2943 | |
| 2636 | -2017-06-20 17:12:09 | |
| 2637 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2944 | +2017-08-09 10:07:47 | |
| 2945 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2638 | 2946 | |
| 2639 | -2017-06-20 17:12:10 | |
| 2640 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2947 | +2017-08-09 10:07:47 | |
| 2948 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2641 | 2949 | |
| 2642 | -2017-06-20 17:12:10 | |
| 2643 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2950 | +2017-08-09 10:07:47 | |
| 2951 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2644 | 2952 | |
| 2645 | -2017-06-20 17:12:10 | |
| 2646 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2953 | +2017-08-09 10:07:47 | |
| 2954 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2647 | 2955 | |
| 2648 | -2017-06-20 17:12:11 | |
| 2649 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2956 | +2017-08-09 10:07:47 | |
| 2957 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2650 | 2958 | |
| 2651 | -2017-06-20 17:12:11 | |
| 2652 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 2959 | +2017-08-09 10:07:47 | |
| 2960 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2653 | 2961 | |
| 2654 | -2017-06-20 17:12:11 | |
| 2655 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 2962 | +2017-08-09 10:07:47 | |
| 2963 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2656 | 2964 | |
| 2657 | -2017-06-20 17:12:11 | |
| 2658 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2965 | +2017-08-09 10:07:47 | |
| 2966 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 2659 | 2967 | |
| 2660 | -2017-06-20 17:12:11 | |
| 2661 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2968 | +2017-08-09 10:07:47 | |
| 2969 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?1=1 | |
| 2662 | 2970 | |
| 2663 | -2017-06-20 17:12:11 | |
| 2664 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2971 | +2017-08-09 10:07:47 | |
| 2972 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2665 | 2973 | |
| 2666 | -2017-06-20 17:12:11 | |
| 2667 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2974 | +2017-08-09 10:07:47 | |
| 2975 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 2668 | 2976 | |
| 2669 | -2017-06-20 17:12:11 | |
| 2670 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2977 | +2017-08-09 10:07:47 | |
| 2978 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2671 | 2979 | |
| 2672 | -2017-06-20 17:12:11 | |
| 2673 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2980 | +2017-08-09 10:07:47 | |
| 2981 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 2674 | 2982 | |
| 2675 | -2017-06-20 17:12:11 | |
| 2676 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2983 | +2017-08-09 10:07:47 | |
| 2984 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx099b7a61d9867fe0&redirect_uri=http://localhost:8080/park/queryParkLotCard?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 2677 | 2985 | |
| 2678 | -2017-06-20 17:12:11 | |
| 2679 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2986 | +2017-08-09 10:07:48 | |
| 2987 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2680 | 2988 | |
| 2681 | -2017-06-20 17:12:11 | |
| 2682 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2989 | +2017-08-09 10:07:48 | |
| 2990 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2683 | 2991 | |
| 2684 | -2017-06-20 17:12:11 | |
| 2685 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2992 | +2017-08-09 10:07:48 | |
| 2993 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2686 | 2994 | |
| 2687 | -2017-06-20 17:12:11 | |
| 2688 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2995 | +2017-08-09 10:07:48 | |
| 2996 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2689 | 2997 | |
| 2690 | -2017-06-20 17:12:11 | |
| 2691 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2998 | +2017-08-09 10:07:48 | |
| 2999 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2692 | 3000 | |
| 2693 | -2017-06-20 17:12:11 | |
| 2694 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3001 | +2017-08-09 10:07:48 | |
| 3002 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2695 | 3003 | |
| 2696 | -2017-06-20 17:12:11 | |
| 2697 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3004 | +2017-08-09 10:07:48 | |
| 3005 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2698 | 3006 | |
| 2699 | -2017-06-20 17:12:11 | |
| 2700 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3007 | +2017-08-09 10:07:48 | |
| 3008 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2701 | 3009 | |
| 2702 | -2017-06-20 17:12:11 | |
| 2703 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3010 | +2017-08-09 10:07:48 | |
| 3011 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2704 | 3012 | |
| 2705 | -2017-06-20 17:12:11 | |
| 2706 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3013 | +2017-08-09 10:07:48 | |
| 3014 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2707 | 3015 | |
| 2708 | -2017-06-20 17:12:13 | |
| 2709 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3016 | +2017-08-09 10:07:48 | |
| 3017 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2710 | 3018 | |
| 2711 | -2017-06-20 17:12:13 | |
| 2712 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3019 | +2017-08-09 10:07:48 | |
| 3020 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2713 | 3021 | |
| 2714 | -2017-06-20 17:12:13 | |
| 2715 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3022 | +2017-08-09 10:07:48 | |
| 3023 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2716 | 3024 | |
| 2717 | -2017-06-20 17:12:13 | |
| 2718 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3025 | +2017-08-09 10:07:48 | |
| 3026 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2719 | 3027 | |
| 2720 | -2017-06-20 17:12:13 | |
| 2721 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3028 | +2017-08-09 10:07:48 | |
| 3029 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2722 | 3030 | |
| 2723 | -2017-06-20 17:12:13 | |
| 2724 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3031 | +2017-08-09 10:07:48 | |
| 3032 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2725 | 3033 | |
| 2726 | -2017-06-20 17:12:13 | |
| 2727 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3034 | +2017-08-09 10:07:48 | |
| 3035 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2728 | 3036 | |
| 2729 | -2017-06-20 17:12:13 | |
| 2730 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3037 | +2017-08-09 10:07:48 | |
| 3038 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2731 | 3039 | |
| 2732 | -2017-06-20 17:12:13 | |
| 2733 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3040 | +2017-08-09 10:07:48 | |
| 3041 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2734 | 3042 | |
| 2735 | -2017-06-20 17:12:13 | |
| 2736 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3043 | +2017-08-09 10:07:48 | |
| 3044 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2737 | 3045 | |
| 2738 | -2017-06-20 17:12:13 | |
| 2739 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3046 | +2017-08-09 10:07:48 | |
| 3047 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2740 | 3048 | |
| 2741 | -2017-06-20 17:12:13 | |
| 2742 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3049 | +2017-08-09 10:07:48 | |
| 3050 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2743 | 3051 | |
| 2744 | -2017-06-20 17:12:13 | |
| 2745 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3052 | +2017-08-09 10:07:48 | |
| 3053 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2746 | 3054 | |
| 2747 | -2017-06-20 17:12:13 | |
| 2748 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3055 | +2017-08-09 10:07:48 | |
| 3056 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2749 | 3057 | |
| 2750 | -2017-06-20 17:12:13 | |
| 2751 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3058 | +2017-08-09 10:07:48 | |
| 3059 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2752 | 3060 | |
| 2753 | -2017-06-20 17:12:13 | |
| 2754 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3061 | +2017-08-09 10:07:48 | |
| 3062 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2755 | 3063 | |
| 2756 | -2017-06-20 17:12:13 | |
| 2757 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3064 | +2017-08-09 10:07:48 | |
| 3065 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2758 | 3066 | |
| 2759 | -2017-06-20 17:12:13 | |
| 2760 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3067 | +2017-08-09 10:07:48 | |
| 3068 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2761 | 3069 | |
| 2762 | -2017-06-20 17:12:13 | |
| 2763 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3070 | +2017-08-09 10:07:48 | |
| 3071 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2764 | 3072 | |
| 2765 | -2017-06-20 17:12:13 | |
| 2766 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3073 | +2017-08-09 10:07:48 | |
| 3074 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2767 | 3075 | |
| 2768 | -2017-06-20 17:12:16 | |
| 2769 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3076 | +2017-08-09 10:07:48 | |
| 3077 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2770 | 3078 | |
| 2771 | -2017-06-20 17:12:16 | |
| 2772 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3079 | +2017-08-09 10:07:49 | |
| 3080 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2773 | 3081 | |
| 2774 | -2017-06-20 17:12:16 | |
| 2775 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3082 | +2017-08-09 10:07:49 | |
| 3083 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 2776 | 3084 | |
| 2777 | -2017-06-20 17:12:16 | |
| 2778 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3085 | +2017-08-09 10:07:49 | |
| 3086 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 2779 | 3087 | |
| 2780 | -2017-06-20 17:12:16 | |
| 2781 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3088 | +2017-08-09 10:07:49 | |
| 3089 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2782 | 3090 | |
| 2783 | -2017-06-20 17:12:16 | |
| 2784 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3091 | +2017-08-09 10:07:49 | |
| 3092 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2785 | 3093 | |
| 2786 | -2017-06-20 17:12:16 | |
| 2787 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3094 | +2017-08-09 10:07:49 | |
| 3095 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2788 | 3096 | |
| 2789 | -2017-06-20 17:12:16 | |
| 2790 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3097 | +2017-08-09 10:07:49 | |
| 3098 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2791 | 3099 | |
| 2792 | -2017-06-20 17:12:16 | |
| 2793 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3100 | +2017-08-09 10:07:49 | |
| 3101 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2794 | 3102 | |
| 2795 | -2017-06-20 17:12:16 | |
| 2796 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3103 | +2017-08-09 10:07:49 | |
| 3104 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2797 | 3105 | |
| 2798 | -2017-06-20 17:12:16 | |
| 2799 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3106 | +2017-08-09 10:07:49 | |
| 3107 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2800 | 3108 | |
| 2801 | -2017-06-20 17:12:16 | |
| 2802 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3109 | +2017-08-09 10:07:50 | |
| 3110 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2803 | 3111 | |
| 2804 | -2017-06-20 17:12:16 | |
| 2805 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3112 | +2017-08-09 10:07:50 | |
| 3113 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2806 | 3114 | |
| 2807 | -2017-06-20 17:12:16 | |
| 2808 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3115 | +2017-08-09 10:07:50 | |
| 3116 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2809 | 3117 | |
| 2810 | -2017-06-20 17:12:16 | |
| 2811 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3118 | +2017-08-09 10:07:50 | |
| 3119 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2812 | 3120 | |
| 2813 | -2017-06-20 17:12:16 | |
| 2814 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3121 | +2017-08-09 10:07:50 | |
| 3122 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2815 | 3123 | |
| 2816 | -2017-06-20 17:12:16 | |
| 2817 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3124 | +2017-08-09 10:07:50 | |
| 3125 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2818 | 3126 | |
| 2819 | -2017-06-20 17:12:16 | |
| 2820 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3127 | +2017-08-09 10:07:50 | |
| 3128 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2821 | 3129 | |
| 2822 | -2017-06-20 17:12:16 | |
| 2823 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3130 | +2017-08-09 10:07:50 | |
| 3131 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2824 | 3132 | |
| 2825 | -2017-06-20 17:12:16 | |
| 2826 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3133 | +2017-08-09 10:07:50 | |
| 3134 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2827 | 3135 | |
| 2828 | -2017-06-20 17:13:04 | |
| 2829 | -[WARN]-[Thread: qtp1597655940-25]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: /park/myParkList | |
| 3136 | +2017-08-09 10:07:50 | |
| 3137 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2830 | 3138 | |
| 2831 | -2017-06-20 17:13:20 | |
| 2832 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3139 | +2017-08-09 10:07:50 | |
| 3140 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2833 | 3141 | |
| 2834 | -2017-06-20 17:13:20 | |
| 2835 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 3142 | +2017-08-09 10:07:50 | |
| 3143 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 2836 | 3144 | |
| 2837 | -2017-06-20 17:13:20 | |
| 2838 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?1=1 | |
| 3145 | +2017-08-09 10:07:50 | |
| 3146 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 2839 | 3147 | |
| 2840 | -2017-06-20 17:13:20 | |
| 2841 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3148 | +2017-08-09 10:07:50 | |
| 3149 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2842 | 3150 | |
| 2843 | -2017-06-20 17:13:20 | |
| 2844 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 3151 | +2017-08-09 10:07:50 | |
| 3152 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2845 | 3153 | |
| 2846 | -2017-06-20 17:13:20 | |
| 2847 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3154 | +2017-08-09 10:07:50 | |
| 3155 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2848 | 3156 | |
| 2849 | -2017-06-20 17:13:20 | |
| 2850 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 3157 | +2017-08-09 10:07:50 | |
| 3158 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2851 | 3159 | |
| 2852 | -2017-06-20 17:13:32 | |
| 2853 | -[WARN]-[Thread: qtp1597655940-28]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: /park/myParkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3160 | +2017-08-09 10:07:51 | |
| 3161 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2854 | 3162 | |
| 2855 | -2017-06-20 17:13:36 | |
| 2856 | -[WARN]-[Thread: qtp1597655940-24]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: /park/myParkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3163 | +2017-08-09 10:07:51 | |
| 3164 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2857 | 3165 | |
| 2858 | -2017-06-20 17:13:45 | |
| 2859 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3166 | +2017-08-09 10:07:51 | |
| 3167 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2860 | 3168 | |
| 2861 | -2017-06-20 17:13:45 | |
| 2862 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3169 | +2017-08-09 10:07:51 | |
| 3170 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2863 | 3171 | |
| 2864 | -2017-06-20 17:13:45 | |
| 2865 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3172 | +2017-08-09 10:07:51 | |
| 3173 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2866 | 3174 | |
| 2867 | -2017-06-20 17:13:45 | |
| 2868 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3175 | +2017-08-09 10:07:51 | |
| 3176 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2869 | 3177 | |
| 2870 | -2017-06-20 17:13:45 | |
| 2871 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3178 | +2017-08-09 10:07:51 | |
| 3179 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2872 | 3180 | |
| 2873 | -2017-06-20 17:13:45 | |
| 2874 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3181 | +2017-08-09 10:07:51 | |
| 3182 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2875 | 3183 | |
| 2876 | -2017-06-20 17:13:45 | |
| 2877 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3184 | +2017-08-09 10:07:51 | |
| 3185 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2878 | 3186 | |
| 2879 | -2017-06-20 17:13:45 | |
| 2880 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3187 | +2017-08-09 10:07:51 | |
| 3188 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2881 | 3189 | |
| 2882 | -2017-06-20 17:13:45 | |
| 2883 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3190 | +2017-08-09 10:07:51 | |
| 3191 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2884 | 3192 | |
| 2885 | -2017-06-20 17:13:45 | |
| 2886 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3193 | +2017-08-09 10:07:51 | |
| 3194 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2887 | 3195 | |
| 2888 | -2017-06-20 17:16:09 | |
| 2889 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3196 | +2017-08-09 10:07:51 | |
| 3197 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2890 | 3198 | |
| 2891 | -2017-06-20 17:16:09 | |
| 2892 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&custCardId=3&parkName=null | |
| 3199 | +2017-08-09 10:08:17 | |
| 3200 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2893 | 3201 | |
| 2894 | -2017-06-20 17:16:09 | |
| 2895 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/renewView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&custCardId=3&parkName=null | |
| 3202 | +2017-08-09 10:08:17 | |
| 3203 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 2896 | 3204 | |
| 2897 | -2017-06-20 17:16:09 | |
| 2898 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3205 | +2017-08-09 10:08:17 | |
| 3206 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 2899 | 3207 | |
| 2900 | -2017-06-20 17:16:09 | |
| 2901 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3208 | +2017-08-09 10:08:17 | |
| 3209 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2902 | 3210 | |
| 2903 | -2017-06-20 17:16:09 | |
| 2904 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3211 | +2017-08-09 10:08:17 | |
| 3212 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2905 | 3213 | |
| 2906 | -2017-06-20 17:16:09 | |
| 2907 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3214 | +2017-08-09 10:08:17 | |
| 3215 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2908 | 3216 | |
| 2909 | -2017-06-20 17:16:10 | |
| 2910 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3217 | +2017-08-09 10:08:17 | |
| 3218 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2911 | 3219 | |
| 2912 | -2017-06-20 17:16:10 | |
| 2913 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3220 | +2017-08-09 10:08:17 | |
| 3221 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2914 | 3222 | |
| 2915 | -2017-06-20 17:16:10 | |
| 2916 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3223 | +2017-08-09 10:08:17 | |
| 3224 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2917 | 3225 | |
| 2918 | -2017-06-20 17:16:13 | |
| 2919 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3226 | +2017-08-09 10:08:17 | |
| 3227 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2920 | 3228 | |
| 2921 | -2017-06-20 17:16:13 | |
| 2922 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&custCardId=3&parkName=null | |
| 3229 | +2017-08-09 10:08:17 | |
| 3230 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2923 | 3231 | |
| 2924 | -2017-06-20 17:16:13 | |
| 2925 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/renewView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&custCardId=3&parkName=null | |
| 3232 | +2017-08-09 10:08:17 | |
| 3233 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2926 | 3234 | |
| 2927 | -2017-06-20 17:16:13 | |
| 2928 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3235 | +2017-08-09 10:08:17 | |
| 3236 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2929 | 3237 | |
| 2930 | -2017-06-20 17:16:13 | |
| 2931 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3238 | +2017-08-09 10:08:17 | |
| 3239 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2932 | 3240 | |
| 2933 | -2017-06-20 17:16:13 | |
| 2934 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3241 | +2017-08-09 10:08:17 | |
| 3242 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2935 | 3243 | |
| 2936 | -2017-06-20 17:16:13 | |
| 2937 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3244 | +2017-08-09 10:08:17 | |
| 3245 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2938 | 3246 | |
| 2939 | -2017-06-20 17:16:13 | |
| 2940 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3247 | +2017-08-09 10:08:17 | |
| 3248 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2941 | 3249 | |
| 2942 | -2017-06-20 17:16:13 | |
| 2943 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3250 | +2017-08-09 10:08:17 | |
| 3251 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2944 | 3252 | |
| 2945 | -2017-06-20 17:16:13 | |
| 2946 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3253 | +2017-08-09 10:08:17 | |
| 3254 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2947 | 3255 | |
| 2948 | -2017-06-20 17:16:16 | |
| 2949 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3256 | +2017-08-09 10:08:17 | |
| 3257 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2950 | 3258 | |
| 2951 | -2017-06-20 17:16:16 | |
| 2952 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3259 | +2017-08-09 10:10:28 | |
| 3260 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2953 | 3261 | |
| 2954 | -2017-06-20 17:16:16 | |
| 2955 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/renewSubmitOrder?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3262 | +2017-08-09 10:10:28 | |
| 3263 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 2956 | 3264 | |
| 2957 | -2017-06-20 17:16:16 | |
| 2958 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3265 | +2017-08-09 10:10:28 | |
| 3266 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 2959 | 3267 | |
| 2960 | -2017-06-20 17:16:16 | |
| 2961 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3268 | +2017-08-09 10:10:28 | |
| 3269 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 2962 | 3270 | |
| 2963 | -2017-06-20 17:16:16 | |
| 2964 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3271 | +2017-08-09 10:10:28 | |
| 3272 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2965 | 3273 | |
| 2966 | -2017-06-20 17:16:16 | |
| 2967 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3274 | +2017-08-09 10:10:28 | |
| 3275 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2968 | 3276 | |
| 2969 | -2017-06-20 17:16:16 | |
| 2970 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3277 | +2017-08-09 10:10:28 | |
| 3278 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 2971 | 3279 | |
| 2972 | -2017-06-20 17:16:16 | |
| 2973 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3280 | +2017-08-09 10:10:29 | |
| 3281 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 2974 | 3282 | |
| 2975 | -2017-06-20 17:16:16 | |
| 2976 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3283 | +2017-08-09 10:10:29 | |
| 3284 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 2977 | 3285 | |
| 2978 | -2017-06-20 17:16:16 | |
| 2979 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.controller.WeixinPayController.renewSubmitOrder()]: =====开始调用订单保存服务====== | |
| 3286 | +2017-08-09 10:10:29 | |
| 3287 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 2980 | 3288 | |
| 2981 | -2017-06-20 17:16:16 | |
| 2982 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.controller.WeixinPayController.renewSubmitOrder()]: 购买信息为:CardBuyVO={"buyNum":"4","carNum":"鲁A 8888","endDate":"2021-12-10","orderDetailType":2,"orderType":"2","personCustId":"322656532326125568","startDate":"2017-12-10","totleMoney":"360.00"} | |
| 3289 | +2017-08-09 10:10:30 | |
| 3290 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 2983 | 3291 | |
| 2984 | -2017-06-20 17:16:16 | |
| 2985 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.controller.WeixinPayController.renewSubmitOrder()]: 停车场卡卷信息为:ParkCardCoupons={"createDate":1496818073000,"createEmpid":"-1","dataState":1,"effDate":1496818073000,"expDate":7745006873000,"goodsAmount":100.000,"goodsBigType":2,"goodsState":1,"goodsType":23,"goodsTypeRemark":"蓝牌小车包月卡","id":3296,"modfiyDate":1496818073000,"modfiyEmpid":"-1","parkId":"B150402003"} | |
| 3292 | +2017-08-09 10:10:30 | |
| 3293 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2986 | 3294 | |
| 2987 | -2017-06-20 17:16:16 | |
| 2988 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"4","carNum":"鲁A 8888","endDate":"2021-12-10","orderDetailType":2,"orderType":"2","personCustId":"322656532326125568","startDate":"2017-12-10","totleMoney":"360.00"} | |
| 3295 | +2017-08-09 10:10:30 | |
| 3296 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2989 | 3297 | |
| 2990 | -2017-06-20 17:16:16 | |
| 2991 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.controller.WeixinPayController.renewSubmitOrder()]: 返回的订单信息为:orderId=null | |
| 3298 | +2017-08-09 10:10:30 | |
| 3299 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 2992 | 3300 | |
| 2993 | -2017-06-20 17:16:16 | |
| 2994 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.controller.WeixinPayController.renewSubmitOrder()]: =====开始调用订单保存服务====== | |
| 3301 | +2017-08-09 10:10:30 | |
| 3302 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 2995 | 3303 | |
| 2996 | -2017-06-20 17:18:10 | |
| 2997 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3304 | +2017-08-09 10:10:30 | |
| 3305 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 2998 | 3306 | |
| 2999 | -2017-06-20 17:18:10 | |
| 3000 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3307 | +2017-08-09 10:10:30 | |
| 3308 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3001 | 3309 | |
| 3002 | -2017-06-20 17:18:10 | |
| 3003 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3310 | +2017-08-09 10:10:30 | |
| 3311 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3004 | 3312 | |
| 3005 | -2017-06-20 17:18:10 | |
| 3006 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3313 | +2017-08-09 10:10:30 | |
| 3314 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3007 | 3315 | |
| 3008 | -2017-06-20 17:18:10 | |
| 3009 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3316 | +2017-08-09 10:10:30 | |
| 3317 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3010 | 3318 | |
| 3011 | -2017-06-20 17:18:10 | |
| 3012 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3319 | +2017-08-09 10:17:59 | |
| 3320 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3013 | 3321 | |
| 3014 | -2017-06-20 17:18:10 | |
| 3015 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3322 | +2017-08-09 10:17:59 | |
| 3323 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3016 | 3324 | |
| 3017 | -2017-06-20 17:18:10 | |
| 3018 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3325 | +2017-08-09 10:17:59 | |
| 3326 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3019 | 3327 | |
| 3020 | -2017-06-20 17:18:10 | |
| 3021 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3328 | +2017-08-09 10:17:59 | |
| 3329 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3022 | 3330 | |
| 3023 | -2017-06-20 17:18:10 | |
| 3024 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3331 | +2017-08-09 10:17:59 | |
| 3332 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3025 | 3333 | |
| 3026 | -2017-06-20 17:39:23 | |
| 3027 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3334 | +2017-08-09 10:17:59 | |
| 3335 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3028 | 3336 | |
| 3029 | -2017-06-20 17:39:23 | |
| 3030 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3337 | +2017-08-09 10:17:59 | |
| 3338 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3031 | 3339 | |
| 3032 | -2017-06-20 17:39:23 | |
| 3033 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3340 | +2017-08-09 10:18:00 | |
| 3341 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3034 | 3342 | |
| 3035 | -2017-06-20 17:39:23 | |
| 3036 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3343 | +2017-08-09 10:18:00 | |
| 3344 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3037 | 3345 | |
| 3038 | -2017-06-20 17:39:23 | |
| 3039 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3346 | +2017-08-09 10:18:00 | |
| 3347 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3040 | 3348 | |
| 3041 | -2017-06-20 17:39:23 | |
| 3042 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3349 | +2017-08-09 10:18:00 | |
| 3350 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3043 | 3351 | |
| 3044 | -2017-06-20 17:39:23 | |
| 3045 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3352 | +2017-08-09 10:18:00 | |
| 3353 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3046 | 3354 | |
| 3047 | -2017-06-20 17:39:23 | |
| 3048 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3355 | +2017-08-09 10:18:00 | |
| 3356 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3049 | 3357 | |
| 3050 | -2017-06-20 17:39:23 | |
| 3051 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3358 | +2017-08-09 10:18:00 | |
| 3359 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3052 | 3360 | |
| 3053 | -2017-06-20 17:39:23 | |
| 3054 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3361 | +2017-08-09 10:18:00 | |
| 3362 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3055 | 3363 | |
| 3056 | -2017-06-20 17:39:23 | |
| 3057 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3364 | +2017-08-09 10:18:00 | |
| 3365 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3058 | 3366 | |
| 3059 | -2017-06-20 17:39:23 | |
| 3060 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3367 | +2017-08-09 10:18:00 | |
| 3368 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3061 | 3369 | |
| 3062 | -2017-06-20 17:39:23 | |
| 3063 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3370 | +2017-08-09 10:18:00 | |
| 3371 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3064 | 3372 | |
| 3065 | -2017-06-20 17:39:23 | |
| 3066 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3373 | +2017-08-09 10:18:00 | |
| 3374 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3067 | 3375 | |
| 3068 | -2017-06-20 17:39:23 | |
| 3069 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3376 | +2017-08-09 10:18:00 | |
| 3377 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3070 | 3378 | |
| 3071 | -2017-06-20 17:39:23 | |
| 3072 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3379 | +2017-08-09 10:19:08 | |
| 3380 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3073 | 3381 | |
| 3074 | -2017-06-20 17:39:23 | |
| 3075 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3382 | +2017-08-09 10:19:08 | |
| 3383 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3076 | 3384 | |
| 3077 | -2017-06-20 17:39:23 | |
| 3078 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3385 | +2017-08-09 10:19:08 | |
| 3386 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3079 | 3387 | |
| 3080 | -2017-06-20 17:39:23 | |
| 3081 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3388 | +2017-08-09 10:19:08 | |
| 3389 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3082 | 3390 | |
| 3083 | -2017-06-20 17:39:23 | |
| 3084 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3391 | +2017-08-09 10:19:08 | |
| 3392 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3085 | 3393 | |
| 3086 | -2017-06-20 17:39:29 | |
| 3087 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3394 | +2017-08-09 10:19:08 | |
| 3395 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3088 | 3396 | |
| 3089 | -2017-06-20 17:39:29 | |
| 3090 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3397 | +2017-08-09 10:19:08 | |
| 3398 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3091 | 3399 | |
| 3092 | -2017-06-20 17:39:29 | |
| 3093 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3400 | +2017-08-09 10:19:09 | |
| 3401 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3094 | 3402 | |
| 3095 | -2017-06-20 17:39:29 | |
| 3096 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3403 | +2017-08-09 10:19:09 | |
| 3404 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3097 | 3405 | |
| 3098 | -2017-06-20 17:39:29 | |
| 3099 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3406 | +2017-08-09 10:19:09 | |
| 3407 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3100 | 3408 | |
| 3101 | -2017-06-20 17:39:29 | |
| 3102 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3409 | +2017-08-09 10:19:10 | |
| 3410 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3103 | 3411 | |
| 3104 | -2017-06-20 17:39:29 | |
| 3105 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3412 | +2017-08-09 10:19:10 | |
| 3413 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3106 | 3414 | |
| 3107 | -2017-06-20 17:39:29 | |
| 3108 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3415 | +2017-08-09 10:19:10 | |
| 3416 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3109 | 3417 | |
| 3110 | -2017-06-20 17:39:29 | |
| 3111 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3418 | +2017-08-09 10:19:10 | |
| 3419 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3112 | 3420 | |
| 3113 | -2017-06-20 17:39:29 | |
| 3114 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3421 | +2017-08-09 10:19:10 | |
| 3422 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3115 | 3423 | |
| 3116 | -2017-06-20 17:39:29 | |
| 3117 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3424 | +2017-08-09 10:19:10 | |
| 3425 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3118 | 3426 | |
| 3119 | -2017-06-20 17:39:29 | |
| 3120 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3427 | +2017-08-09 10:19:10 | |
| 3428 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3121 | 3429 | |
| 3122 | -2017-06-20 17:39:29 | |
| 3123 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3430 | +2017-08-09 10:19:10 | |
| 3431 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3124 | 3432 | |
| 3125 | -2017-06-20 17:39:29 | |
| 3126 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3433 | +2017-08-09 10:19:10 | |
| 3434 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3127 | 3435 | |
| 3128 | -2017-06-20 17:39:29 | |
| 3129 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3436 | +2017-08-09 10:19:10 | |
| 3437 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3130 | 3438 | |
| 3131 | -2017-06-20 17:39:29 | |
| 3132 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3439 | +2017-08-09 10:19:40 | |
| 3440 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3133 | 3441 | |
| 3134 | -2017-06-20 17:39:29 | |
| 3135 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3442 | +2017-08-09 10:19:40 | |
| 3443 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3136 | 3444 | |
| 3137 | -2017-06-20 17:39:29 | |
| 3138 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3445 | +2017-08-09 10:19:40 | |
| 3446 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3139 | 3447 | |
| 3140 | -2017-06-20 17:39:29 | |
| 3141 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3448 | +2017-08-09 10:19:40 | |
| 3449 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3142 | 3450 | |
| 3143 | -2017-06-20 17:39:29 | |
| 3144 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3451 | +2017-08-09 10:19:40 | |
| 3452 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3145 | 3453 | |
| 3146 | -2017-06-20 17:42:13 | |
| 3147 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3454 | +2017-08-09 10:19:40 | |
| 3455 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3148 | 3456 | |
| 3149 | -2017-06-20 17:42:13 | |
| 3150 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3457 | +2017-08-09 10:19:40 | |
| 3458 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3151 | 3459 | |
| 3152 | -2017-06-20 17:42:13 | |
| 3153 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3460 | +2017-08-09 10:19:40 | |
| 3461 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3154 | 3462 | |
| 3155 | -2017-06-20 17:42:13 | |
| 3156 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3463 | +2017-08-09 10:19:40 | |
| 3464 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3157 | 3465 | |
| 3158 | -2017-06-20 17:42:13 | |
| 3159 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3466 | +2017-08-09 10:19:40 | |
| 3467 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3160 | 3468 | |
| 3161 | -2017-06-20 17:42:13 | |
| 3162 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3469 | +2017-08-09 10:19:40 | |
| 3470 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3163 | 3471 | |
| 3164 | -2017-06-20 17:42:13 | |
| 3165 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3472 | +2017-08-09 10:19:40 | |
| 3473 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3166 | 3474 | |
| 3167 | -2017-06-20 17:42:13 | |
| 3168 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3475 | +2017-08-09 10:19:40 | |
| 3476 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3169 | 3477 | |
| 3170 | -2017-06-20 17:42:13 | |
| 3171 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3478 | +2017-08-09 10:19:40 | |
| 3479 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3172 | 3480 | |
| 3173 | -2017-06-20 17:42:13 | |
| 3174 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3481 | +2017-08-09 10:19:40 | |
| 3482 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3175 | 3483 | |
| 3176 | -2017-06-20 17:42:13 | |
| 3177 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3484 | +2017-08-09 10:19:40 | |
| 3485 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3178 | 3486 | |
| 3179 | -2017-06-20 17:42:13 | |
| 3180 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3487 | +2017-08-09 10:19:40 | |
| 3488 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3181 | 3489 | |
| 3182 | -2017-06-20 17:42:13 | |
| 3183 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3490 | +2017-08-09 10:19:40 | |
| 3491 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3184 | 3492 | |
| 3185 | -2017-06-20 17:42:13 | |
| 3186 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3493 | +2017-08-09 10:19:40 | |
| 3494 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3187 | 3495 | |
| 3188 | -2017-06-20 17:42:13 | |
| 3189 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3496 | +2017-08-09 10:19:40 | |
| 3497 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3190 | 3498 | |
| 3191 | -2017-06-20 17:42:13 | |
| 3192 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3499 | +2017-08-09 10:39:47 | |
| 3500 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3193 | 3501 | |
| 3194 | -2017-06-20 17:42:13 | |
| 3195 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3502 | +2017-08-09 10:39:47 | |
| 3503 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3196 | 3504 | |
| 3197 | -2017-06-20 17:42:13 | |
| 3198 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3505 | +2017-08-09 10:39:47 | |
| 3506 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3199 | 3507 | |
| 3200 | -2017-06-20 17:42:13 | |
| 3201 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3508 | +2017-08-09 10:39:47 | |
| 3509 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3202 | 3510 | |
| 3203 | -2017-06-20 17:42:13 | |
| 3204 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3511 | +2017-08-09 10:39:47 | |
| 3512 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3205 | 3513 | |
| 3206 | -2017-06-20 17:42:16 | |
| 3207 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3514 | +2017-08-09 10:39:47 | |
| 3515 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3208 | 3516 | |
| 3209 | -2017-06-20 17:42:16 | |
| 3210 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3517 | +2017-08-09 10:39:47 | |
| 3518 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3211 | 3519 | |
| 3212 | -2017-06-20 17:42:16 | |
| 3213 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3520 | +2017-08-09 10:39:48 | |
| 3521 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3214 | 3522 | |
| 3215 | -2017-06-20 17:42:16 | |
| 3216 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3523 | +2017-08-09 10:39:48 | |
| 3524 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3217 | 3525 | |
| 3218 | -2017-06-20 17:42:16 | |
| 3219 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3526 | +2017-08-09 10:39:48 | |
| 3527 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3220 | 3528 | |
| 3221 | -2017-06-20 17:42:16 | |
| 3222 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3529 | +2017-08-09 10:39:48 | |
| 3530 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3223 | 3531 | |
| 3224 | -2017-06-20 17:42:16 | |
| 3225 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3532 | +2017-08-09 10:39:48 | |
| 3533 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3226 | 3534 | |
| 3227 | -2017-06-20 17:42:16 | |
| 3228 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3535 | +2017-08-09 10:39:48 | |
| 3536 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3229 | 3537 | |
| 3230 | -2017-06-20 17:42:16 | |
| 3231 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3538 | +2017-08-09 10:39:48 | |
| 3539 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3232 | 3540 | |
| 3233 | -2017-06-20 17:42:16 | |
| 3234 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3541 | +2017-08-09 10:39:48 | |
| 3542 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3235 | 3543 | |
| 3236 | -2017-06-20 17:42:16 | |
| 3237 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3544 | +2017-08-09 10:39:48 | |
| 3545 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3238 | 3546 | |
| 3239 | -2017-06-20 17:42:16 | |
| 3240 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3547 | +2017-08-09 10:39:48 | |
| 3548 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3241 | 3549 | |
| 3242 | -2017-06-20 17:42:16 | |
| 3243 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3550 | +2017-08-09 10:39:48 | |
| 3551 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3244 | 3552 | |
| 3245 | -2017-06-20 17:42:16 | |
| 3246 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3553 | +2017-08-09 10:39:48 | |
| 3554 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3247 | 3555 | |
| 3248 | -2017-06-20 17:42:16 | |
| 3249 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3556 | +2017-08-09 10:39:48 | |
| 3557 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3250 | 3558 | |
| 3251 | -2017-06-20 17:42:16 | |
| 3252 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3559 | +2017-08-09 10:41:09 | |
| 3560 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3253 | 3561 | |
| 3254 | -2017-06-20 17:42:16 | |
| 3255 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3562 | +2017-08-09 10:41:09 | |
| 3563 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3256 | 3564 | |
| 3257 | -2017-06-20 17:42:16 | |
| 3258 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3565 | +2017-08-09 10:41:09 | |
| 3566 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3259 | 3567 | |
| 3260 | -2017-06-20 17:42:16 | |
| 3261 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3568 | +2017-08-09 10:41:09 | |
| 3569 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3262 | 3570 | |
| 3263 | -2017-06-20 17:42:16 | |
| 3264 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3571 | +2017-08-09 10:41:09 | |
| 3572 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3265 | 3573 | |
| 3266 | -2017-06-20 17:42:16 | |
| 3267 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3574 | +2017-08-09 10:41:09 | |
| 3575 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3268 | 3576 | |
| 3269 | -2017-06-20 17:42:16 | |
| 3270 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3577 | +2017-08-09 10:41:09 | |
| 3578 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3271 | 3579 | |
| 3272 | -2017-06-20 17:42:16 | |
| 3273 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3580 | +2017-08-09 10:41:10 | |
| 3581 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3274 | 3582 | |
| 3275 | -2017-06-20 17:42:16 | |
| 3276 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3583 | +2017-08-09 10:41:10 | |
| 3584 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3277 | 3585 | |
| 3278 | -2017-06-20 17:42:16 | |
| 3279 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3586 | +2017-08-09 10:41:10 | |
| 3587 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3280 | 3588 | |
| 3281 | -2017-06-20 17:42:16 | |
| 3282 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3589 | +2017-08-09 10:41:10 | |
| 3590 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3283 | 3591 | |
| 3284 | -2017-06-20 17:42:16 | |
| 3285 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3592 | +2017-08-09 10:41:10 | |
| 3593 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3286 | 3594 | |
| 3287 | -2017-06-20 17:42:16 | |
| 3288 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3595 | +2017-08-09 10:41:10 | |
| 3596 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3289 | 3597 | |
| 3290 | -2017-06-20 17:42:16 | |
| 3291 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3598 | +2017-08-09 10:41:10 | |
| 3599 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3292 | 3600 | |
| 3293 | -2017-06-20 17:42:16 | |
| 3294 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3601 | +2017-08-09 10:41:10 | |
| 3602 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3295 | 3603 | |
| 3296 | -2017-06-20 17:42:17 | |
| 3297 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3604 | +2017-08-09 10:41:10 | |
| 3605 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3298 | 3606 | |
| 3299 | -2017-06-20 17:42:17 | |
| 3300 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3607 | +2017-08-09 10:41:10 | |
| 3608 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3301 | 3609 | |
| 3302 | -2017-06-20 17:42:17 | |
| 3303 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3610 | +2017-08-09 10:41:10 | |
| 3611 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3304 | 3612 | |
| 3305 | -2017-06-20 17:42:17 | |
| 3306 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3613 | +2017-08-09 10:41:10 | |
| 3614 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3307 | 3615 | |
| 3308 | -2017-06-20 17:42:17 | |
| 3309 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3616 | +2017-08-09 10:41:10 | |
| 3617 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3310 | 3618 | |
| 3311 | -2017-06-20 17:42:17 | |
| 3312 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3619 | +2017-08-09 10:44:36 | |
| 3620 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3313 | 3621 | |
| 3314 | -2017-06-20 17:42:17 | |
| 3315 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3622 | +2017-08-09 10:44:36 | |
| 3623 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3316 | 3624 | |
| 3317 | -2017-06-20 17:42:17 | |
| 3318 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3625 | +2017-08-09 10:44:36 | |
| 3626 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3319 | 3627 | |
| 3320 | -2017-06-20 17:42:17 | |
| 3321 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3628 | +2017-08-09 10:44:36 | |
| 3629 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3322 | 3630 | |
| 3323 | -2017-06-20 17:42:17 | |
| 3324 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3631 | +2017-08-09 10:44:36 | |
| 3632 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3325 | 3633 | |
| 3326 | -2017-06-20 17:42:20 | |
| 3327 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3634 | +2017-08-09 10:44:36 | |
| 3635 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3328 | 3636 | |
| 3329 | -2017-06-20 17:42:20 | |
| 3330 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3637 | +2017-08-09 10:44:36 | |
| 3638 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3331 | 3639 | |
| 3332 | -2017-06-20 17:42:20 | |
| 3333 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3640 | +2017-08-09 10:44:36 | |
| 3641 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3334 | 3642 | |
| 3335 | -2017-06-20 17:42:20 | |
| 3336 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3643 | +2017-08-09 10:44:36 | |
| 3644 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3337 | 3645 | |
| 3338 | -2017-06-20 17:42:20 | |
| 3339 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3646 | +2017-08-09 10:44:36 | |
| 3647 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3340 | 3648 | |
| 3341 | -2017-06-20 17:42:20 | |
| 3342 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3649 | +2017-08-09 10:44:37 | |
| 3650 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3343 | 3651 | |
| 3344 | -2017-06-20 17:42:20 | |
| 3345 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3652 | +2017-08-09 10:44:37 | |
| 3653 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3346 | 3654 | |
| 3347 | -2017-06-20 17:42:20 | |
| 3348 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3655 | +2017-08-09 10:44:37 | |
| 3656 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3349 | 3657 | |
| 3350 | -2017-06-20 17:42:20 | |
| 3351 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3658 | +2017-08-09 10:44:37 | |
| 3659 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3352 | 3660 | |
| 3353 | -2017-06-20 17:42:20 | |
| 3354 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3661 | +2017-08-09 10:44:37 | |
| 3662 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3355 | 3663 | |
| 3356 | -2017-06-20 17:42:20 | |
| 3357 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3664 | +2017-08-09 10:44:37 | |
| 3665 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3358 | 3666 | |
| 3359 | -2017-06-20 17:42:20 | |
| 3360 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3667 | +2017-08-09 10:44:37 | |
| 3668 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3361 | 3669 | |
| 3362 | -2017-06-20 17:42:20 | |
| 3363 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3670 | +2017-08-09 10:44:37 | |
| 3671 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3364 | 3672 | |
| 3365 | -2017-06-20 17:42:20 | |
| 3366 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3673 | +2017-08-09 10:44:37 | |
| 3674 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3367 | 3675 | |
| 3368 | -2017-06-20 17:42:20 | |
| 3369 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3676 | +2017-08-09 10:44:37 | |
| 3677 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3370 | 3678 | |
| 3371 | -2017-06-20 17:42:20 | |
| 3372 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3679 | +2017-08-09 10:45:44 | |
| 3680 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3373 | 3681 | |
| 3374 | -2017-06-20 17:42:20 | |
| 3375 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3682 | +2017-08-09 10:45:44 | |
| 3683 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3376 | 3684 | |
| 3377 | -2017-06-20 17:42:20 | |
| 3378 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3685 | +2017-08-09 10:45:44 | |
| 3686 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.906020120014023 | |
| 3379 | 3687 | |
| 3380 | -2017-06-20 17:42:20 | |
| 3381 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3688 | +2017-08-09 10:45:44 | |
| 3689 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3382 | 3690 | |
| 3383 | -2017-06-20 17:42:20 | |
| 3384 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3691 | +2017-08-09 10:45:44 | |
| 3692 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3385 | 3693 | |
| 3386 | -2017-06-20 17:42:21 | |
| 3387 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3694 | +2017-08-09 10:45:44 | |
| 3695 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3388 | 3696 | |
| 3389 | -2017-06-20 17:42:21 | |
| 3390 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 3697 | +2017-08-09 10:45:44 | |
| 3698 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3391 | 3699 | |
| 3392 | -2017-06-20 17:42:21 | |
| 3393 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 3700 | +2017-08-09 10:45:45 | |
| 3701 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3394 | 3702 | |
| 3395 | -2017-06-20 17:42:21 | |
| 3396 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3703 | +2017-08-09 10:45:45 | |
| 3704 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3397 | 3705 | |
| 3398 | -2017-06-20 17:42:21 | |
| 3399 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3706 | +2017-08-09 10:45:45 | |
| 3707 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3400 | 3708 | |
| 3401 | -2017-06-20 17:42:21 | |
| 3402 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3709 | +2017-08-09 10:45:46 | |
| 3710 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3403 | 3711 | |
| 3404 | -2017-06-20 17:42:21 | |
| 3405 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3712 | +2017-08-09 10:45:46 | |
| 3713 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3406 | 3714 | |
| 3407 | -2017-06-20 17:42:21 | |
| 3408 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3715 | +2017-08-09 10:45:46 | |
| 3716 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3409 | 3717 | |
| 3410 | -2017-06-20 17:42:21 | |
| 3411 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3718 | +2017-08-09 10:45:46 | |
| 3719 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3412 | 3720 | |
| 3413 | -2017-06-20 17:42:21 | |
| 3414 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3721 | +2017-08-09 10:45:46 | |
| 3722 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3415 | 3723 | |
| 3416 | -2017-06-20 17:42:21 | |
| 3417 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3724 | +2017-08-09 10:45:46 | |
| 3725 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3418 | 3726 | |
| 3419 | -2017-06-20 17:42:21 | |
| 3420 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3727 | +2017-08-09 10:45:46 | |
| 3728 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3421 | 3729 | |
| 3422 | -2017-06-20 17:42:21 | |
| 3423 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3730 | +2017-08-09 10:45:46 | |
| 3731 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3424 | 3732 | |
| 3425 | -2017-06-20 17:42:21 | |
| 3426 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3733 | +2017-08-09 10:45:46 | |
| 3734 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3427 | 3735 | |
| 3428 | -2017-06-20 17:42:21 | |
| 3429 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3736 | +2017-08-09 10:45:46 | |
| 3737 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3430 | 3738 | |
| 3431 | -2017-06-20 17:42:21 | |
| 3432 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3739 | +2017-08-09 10:47:50 | |
| 3740 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3433 | 3741 | |
| 3434 | -2017-06-20 17:42:21 | |
| 3435 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3742 | +2017-08-09 10:47:50 | |
| 3743 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3436 | 3744 | |
| 3437 | -2017-06-20 17:42:21 | |
| 3438 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3745 | +2017-08-09 10:47:50 | |
| 3746 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3439 | 3747 | |
| 3440 | -2017-06-20 17:42:21 | |
| 3441 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3748 | +2017-08-09 10:47:50 | |
| 3749 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3442 | 3750 | |
| 3443 | -2017-06-20 17:42:21 | |
| 3444 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3751 | +2017-08-09 10:47:50 | |
| 3752 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3445 | 3753 | |
| 3446 | -2017-06-20 17:42:23 | |
| 3447 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3754 | +2017-08-09 10:47:50 | |
| 3755 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3448 | 3756 | |
| 3449 | -2017-06-20 17:42:23 | |
| 3450 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3757 | +2017-08-09 10:47:50 | |
| 3758 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3451 | 3759 | |
| 3452 | -2017-06-20 17:42:23 | |
| 3453 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3760 | +2017-08-09 10:47:53 | |
| 3761 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3454 | 3762 | |
| 3455 | -2017-06-20 17:42:23 | |
| 3456 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3763 | +2017-08-09 10:47:53 | |
| 3764 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3457 | 3765 | |
| 3458 | -2017-06-20 17:42:23 | |
| 3459 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3766 | +2017-08-09 10:47:53 | |
| 3767 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3460 | 3768 | |
| 3461 | -2017-06-20 17:42:23 | |
| 3462 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3769 | +2017-08-09 10:47:53 | |
| 3770 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3463 | 3771 | |
| 3464 | -2017-06-20 17:42:23 | |
| 3465 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3772 | +2017-08-09 10:47:53 | |
| 3773 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3466 | 3774 | |
| 3467 | -2017-06-20 17:42:23 | |
| 3468 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3775 | +2017-08-09 10:47:53 | |
| 3776 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3469 | 3777 | |
| 3470 | -2017-06-20 17:42:23 | |
| 3471 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3778 | +2017-08-09 10:47:53 | |
| 3779 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3472 | 3780 | |
| 3473 | -2017-06-20 17:42:23 | |
| 3474 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3781 | +2017-08-09 10:47:53 | |
| 3782 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3475 | 3783 | |
| 3476 | -2017-06-20 17:42:23 | |
| 3477 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3784 | +2017-08-09 10:47:53 | |
| 3785 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3478 | 3786 | |
| 3479 | -2017-06-20 17:42:23 | |
| 3480 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3787 | +2017-08-09 10:47:53 | |
| 3788 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3481 | 3789 | |
| 3482 | -2017-06-20 17:42:23 | |
| 3483 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3790 | +2017-08-09 10:47:53 | |
| 3791 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3484 | 3792 | |
| 3485 | -2017-06-20 17:42:23 | |
| 3486 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3793 | +2017-08-09 10:47:53 | |
| 3794 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3487 | 3795 | |
| 3488 | -2017-06-20 17:42:23 | |
| 3489 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3796 | +2017-08-09 10:47:53 | |
| 3797 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3490 | 3798 | |
| 3491 | -2017-06-20 17:42:23 | |
| 3492 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3799 | +2017-08-09 10:47:53 | |
| 3800 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3493 | 3801 | |
| 3494 | -2017-06-20 17:42:23 | |
| 3495 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3802 | +2017-08-09 10:48:00 | |
| 3803 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3496 | 3804 | |
| 3497 | -2017-06-20 17:42:23 | |
| 3498 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3805 | +2017-08-09 10:48:00 | |
| 3806 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3499 | 3807 | |
| 3500 | -2017-06-20 17:42:23 | |
| 3501 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3808 | +2017-08-09 10:48:00 | |
| 3809 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3502 | 3810 | |
| 3503 | -2017-06-20 17:42:23 | |
| 3504 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3811 | +2017-08-09 10:48:00 | |
| 3812 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3505 | 3813 | |
| 3506 | -2017-06-20 17:42:23 | |
| 3507 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3814 | +2017-08-09 10:48:00 | |
| 3815 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3508 | 3816 | |
| 3509 | -2017-06-20 17:42:23 | |
| 3510 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3817 | +2017-08-09 10:48:00 | |
| 3818 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3511 | 3819 | |
| 3512 | -2017-06-20 17:42:23 | |
| 3513 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3820 | +2017-08-09 10:48:00 | |
| 3821 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3514 | 3822 | |
| 3515 | -2017-06-20 17:42:23 | |
| 3516 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3823 | +2017-08-09 10:48:01 | |
| 3824 | +[ERROR]-[Thread: Druid-ConnectionPool-Create-1932831450]-[com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run()]: create connection error, url: jdbc:mysql://61.177.139.228:13906/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true, errorCode 0, state 08S01 | |
| 3825 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 3517 | 3826 | |
| 3518 | -2017-06-20 17:42:23 | |
| 3519 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3827 | +The last packet successfully received from the server was 9,927 milliseconds ago. The last packet sent successfully to the server was 9,927 milliseconds ago. | |
| 3828 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 3829 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 3830 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 3831 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 3832 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 3833 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 3834 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 3835 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 3836 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 3837 | + at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 3838 | + at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 3839 | + at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 3840 | + at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 3841 | + at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 3842 | + at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 3843 | + at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 3844 | + at sun.reflect.GeneratedConstructorAccessor6.newInstance(Unknown Source) | |
| 3845 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 3846 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 3847 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 3848 | + at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 3849 | + at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 3850 | + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1464) | |
| 3851 | + at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1529) | |
| 3852 | + at com.alibaba.druid.pool.DruidDataSource$CreateConnectionThread.run(DruidDataSource.java:2185) | |
| 3853 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 3854 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 3855 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 3856 | + ... 19 more | |
| 3520 | 3857 | |
| 3521 | -2017-06-20 17:42:23 | |
| 3522 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3858 | +2017-08-09 10:48:02 | |
| 3859 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3523 | 3860 | |
| 3524 | -2017-06-20 17:42:23 | |
| 3525 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3861 | +2017-08-09 10:48:02 | |
| 3862 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3526 | 3863 | |
| 3527 | -2017-06-20 17:42:23 | |
| 3528 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3864 | +2017-08-09 10:48:02 | |
| 3865 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3529 | 3866 | |
| 3530 | -2017-06-20 17:42:23 | |
| 3531 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3867 | +2017-08-09 10:48:02 | |
| 3868 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3532 | 3869 | |
| 3533 | -2017-06-20 17:42:23 | |
| 3534 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3870 | +2017-08-09 10:48:02 | |
| 3871 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3535 | 3872 | |
| 3536 | -2017-06-20 17:42:23 | |
| 3537 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3873 | +2017-08-09 10:48:02 | |
| 3874 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3538 | 3875 | |
| 3539 | -2017-06-20 17:42:23 | |
| 3540 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3876 | +2017-08-09 10:48:02 | |
| 3877 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3541 | 3878 | |
| 3542 | -2017-06-20 17:42:23 | |
| 3543 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3879 | +2017-08-09 10:48:04 | |
| 3880 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3544 | 3881 | |
| 3545 | -2017-06-20 17:42:23 | |
| 3546 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3882 | +2017-08-09 10:48:04 | |
| 3883 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3547 | 3884 | |
| 3548 | -2017-06-20 17:42:23 | |
| 3549 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3885 | +2017-08-09 10:48:04 | |
| 3886 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3550 | 3887 | |
| 3551 | -2017-06-20 17:42:23 | |
| 3552 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3888 | +2017-08-09 10:48:04 | |
| 3889 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3553 | 3890 | |
| 3554 | -2017-06-20 17:42:23 | |
| 3555 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3891 | +2017-08-09 10:48:04 | |
| 3892 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3556 | 3893 | |
| 3557 | -2017-06-20 17:42:23 | |
| 3558 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3894 | +2017-08-09 10:48:04 | |
| 3895 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3559 | 3896 | |
| 3560 | -2017-06-20 17:42:23 | |
| 3561 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3897 | +2017-08-09 10:48:04 | |
| 3898 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3562 | 3899 | |
| 3563 | -2017-06-20 17:42:23 | |
| 3564 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3900 | +2017-08-09 10:48:05 | |
| 3901 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3565 | 3902 | |
| 3566 | -2017-06-20 17:42:31 | |
| 3567 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3903 | +2017-08-09 10:48:05 | |
| 3904 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3568 | 3905 | |
| 3569 | -2017-06-20 17:42:31 | |
| 3570 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3906 | +2017-08-09 10:48:05 | |
| 3907 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3571 | 3908 | |
| 3572 | -2017-06-20 17:42:31 | |
| 3573 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3909 | +2017-08-09 10:48:05 | |
| 3910 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3574 | 3911 | |
| 3575 | -2017-06-20 17:42:31 | |
| 3576 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3912 | +2017-08-09 10:48:05 | |
| 3913 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3577 | 3914 | |
| 3578 | -2017-06-20 17:42:31 | |
| 3579 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3915 | +2017-08-09 10:48:05 | |
| 3916 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3580 | 3917 | |
| 3581 | -2017-06-20 17:42:31 | |
| 3582 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3918 | +2017-08-09 10:48:05 | |
| 3919 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3583 | 3920 | |
| 3584 | -2017-06-20 17:42:31 | |
| 3585 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3921 | +2017-08-09 10:48:05 | |
| 3922 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3586 | 3923 | |
| 3587 | -2017-06-20 17:42:31 | |
| 3588 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3924 | +2017-08-09 10:48:05 | |
| 3925 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3589 | 3926 | |
| 3590 | -2017-06-20 17:42:31 | |
| 3591 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3927 | +2017-08-09 10:48:05 | |
| 3928 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3592 | 3929 | |
| 3593 | -2017-06-20 17:42:31 | |
| 3594 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3930 | +2017-08-09 10:48:05 | |
| 3931 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3595 | 3932 | |
| 3596 | -2017-06-20 17:42:31 | |
| 3597 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3933 | +2017-08-09 10:48:05 | |
| 3934 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3598 | 3935 | |
| 3599 | -2017-06-20 17:42:31 | |
| 3600 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3936 | +2017-08-09 10:48:05 | |
| 3937 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3601 | 3938 | |
| 3602 | -2017-06-20 17:42:31 | |
| 3603 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3939 | +2017-08-09 10:48:05 | |
| 3940 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3604 | 3941 | |
| 3605 | -2017-06-20 17:42:31 | |
| 3606 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3942 | +2017-08-09 10:48:05 | |
| 3943 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3607 | 3944 | |
| 3608 | -2017-06-20 17:42:31 | |
| 3609 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3945 | +2017-08-09 10:48:05 | |
| 3946 | +[INFO]-[Thread: qtp1761061602-22]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3610 | 3947 | |
| 3611 | -2017-06-20 17:42:31 | |
| 3612 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3948 | +2017-08-09 10:48:06 | |
| 3949 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3613 | 3950 | |
| 3614 | -2017-06-20 17:42:31 | |
| 3615 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3951 | +2017-08-09 10:48:06 | |
| 3952 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3616 | 3953 | |
| 3617 | -2017-06-20 17:42:31 | |
| 3618 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3954 | +2017-08-09 10:48:06 | |
| 3955 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3619 | 3956 | |
| 3620 | -2017-06-20 17:42:31 | |
| 3621 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3957 | +2017-08-09 10:48:06 | |
| 3958 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3622 | 3959 | |
| 3623 | -2017-06-20 17:42:31 | |
| 3624 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3960 | +2017-08-09 10:48:06 | |
| 3961 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3625 | 3962 | |
| 3626 | -2017-06-20 17:42:52 | |
| 3627 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3963 | +2017-08-09 10:48:06 | |
| 3964 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3628 | 3965 | |
| 3629 | -2017-06-20 17:42:52 | |
| 3630 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 3966 | +2017-08-09 10:48:06 | |
| 3967 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3631 | 3968 | |
| 3632 | -2017-06-20 17:42:52 | |
| 3633 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 3969 | +2017-08-09 10:48:06 | |
| 3970 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3634 | 3971 | |
| 3635 | -2017-06-20 17:42:52 | |
| 3636 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3972 | +2017-08-09 10:48:07 | |
| 3973 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3637 | 3974 | |
| 3638 | -2017-06-20 17:42:52 | |
| 3639 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3975 | +2017-08-09 10:48:07 | |
| 3976 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3640 | 3977 | |
| 3641 | -2017-06-20 17:42:52 | |
| 3642 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3978 | +2017-08-09 10:48:07 | |
| 3979 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3643 | 3980 | |
| 3644 | -2017-06-20 17:42:52 | |
| 3645 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3981 | +2017-08-09 10:48:08 | |
| 3982 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3646 | 3983 | |
| 3647 | -2017-06-20 17:42:52 | |
| 3648 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3984 | +2017-08-09 10:48:08 | |
| 3985 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3649 | 3986 | |
| 3650 | -2017-06-20 17:42:52 | |
| 3651 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3987 | +2017-08-09 10:48:08 | |
| 3988 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3652 | 3989 | |
| 3653 | -2017-06-20 17:42:52 | |
| 3654 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3990 | +2017-08-09 10:48:08 | |
| 3991 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3655 | 3992 | |
| 3656 | -2017-06-20 17:42:53 | |
| 3657 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3993 | +2017-08-09 10:48:08 | |
| 3994 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3658 | 3995 | |
| 3659 | -2017-06-20 17:42:53 | |
| 3660 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3996 | +2017-08-09 10:48:08 | |
| 3997 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3661 | 3998 | |
| 3662 | -2017-06-20 17:42:53 | |
| 3663 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3999 | +2017-08-09 10:48:08 | |
| 4000 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3664 | 4001 | |
| 3665 | -2017-06-20 17:42:53 | |
| 3666 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4002 | +2017-08-09 10:48:08 | |
| 4003 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3667 | 4004 | |
| 3668 | -2017-06-20 17:42:53 | |
| 3669 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4005 | +2017-08-09 10:48:08 | |
| 4006 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3670 | 4007 | |
| 3671 | -2017-06-20 17:42:53 | |
| 3672 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4008 | +2017-08-09 10:48:08 | |
| 4009 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3673 | 4010 | |
| 3674 | -2017-06-20 17:42:53 | |
| 3675 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4011 | +2017-08-09 10:48:08 | |
| 4012 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3676 | 4013 | |
| 3677 | -2017-06-20 17:42:53 | |
| 3678 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4014 | +2017-08-09 10:48:08 | |
| 4015 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3679 | 4016 | |
| 3680 | -2017-06-20 17:42:53 | |
| 3681 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4017 | +2017-08-09 10:48:08 | |
| 4018 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3682 | 4019 | |
| 3683 | -2017-06-20 17:42:53 | |
| 3684 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4020 | +2017-08-09 10:48:08 | |
| 4021 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3685 | 4022 | |
| 3686 | -2017-06-20 17:42:54 | |
| 3687 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4023 | +2017-08-09 10:48:08 | |
| 4024 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3688 | 4025 | |
| 3689 | -2017-06-20 17:42:54 | |
| 3690 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4026 | +2017-08-09 10:48:08 | |
| 4027 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3691 | 4028 | |
| 3692 | -2017-06-20 17:42:54 | |
| 3693 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4029 | +2017-08-09 10:48:08 | |
| 4030 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3694 | 4031 | |
| 3695 | -2017-06-20 17:42:54 | |
| 3696 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4032 | +2017-08-09 10:48:08 | |
| 4033 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3697 | 4034 | |
| 3698 | -2017-06-20 17:42:54 | |
| 3699 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4035 | +2017-08-09 10:48:09 | |
| 4036 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3700 | 4037 | |
| 3701 | -2017-06-20 17:42:54 | |
| 3702 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4038 | +2017-08-09 10:48:09 | |
| 4039 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3703 | 4040 | |
| 3704 | -2017-06-20 17:42:54 | |
| 3705 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4041 | +2017-08-09 10:48:09 | |
| 4042 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3706 | 4043 | |
| 3707 | -2017-06-20 17:42:54 | |
| 3708 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4044 | +2017-08-09 10:48:09 | |
| 4045 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3709 | 4046 | |
| 3710 | -2017-06-20 17:42:54 | |
| 3711 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4047 | +2017-08-09 10:48:09 | |
| 4048 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3712 | 4049 | |
| 3713 | -2017-06-20 17:42:54 | |
| 3714 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4050 | +2017-08-09 10:48:09 | |
| 4051 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3715 | 4052 | |
| 3716 | -2017-06-20 17:42:54 | |
| 3717 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4053 | +2017-08-09 10:49:04 | |
| 4054 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3718 | 4055 | |
| 3719 | -2017-06-20 17:42:54 | |
| 3720 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4056 | +2017-08-09 10:49:04 | |
| 4057 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 3721 | 4058 | |
| 3722 | -2017-06-20 17:42:54 | |
| 3723 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4059 | +2017-08-09 10:49:04 | |
| 4060 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 3724 | 4061 | |
| 3725 | -2017-06-20 17:42:54 | |
| 3726 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4062 | +2017-08-09 10:49:04 | |
| 4063 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3727 | 4064 | |
| 3728 | -2017-06-20 17:42:54 | |
| 3729 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4065 | +2017-08-09 10:49:04 | |
| 4066 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3730 | 4067 | |
| 3731 | -2017-06-20 17:42:54 | |
| 3732 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4068 | +2017-08-09 10:49:04 | |
| 4069 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3733 | 4070 | |
| 3734 | -2017-06-20 17:42:54 | |
| 3735 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4071 | +2017-08-09 10:49:04 | |
| 4072 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3736 | 4073 | |
| 3737 | -2017-06-20 17:42:54 | |
| 3738 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4074 | +2017-08-09 10:49:04 | |
| 4075 | +[ERROR]-[Thread: qtp1761061602-29]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 4076 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 3739 | 4077 | |
| 3740 | -2017-06-20 17:42:54 | |
| 3741 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4078 | +The last packet successfully received from the server was 52,824 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. | |
| 4079 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 4080 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 4081 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 4082 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 4083 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 4084 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 4085 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 4086 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 4087 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 4088 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 4089 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 4090 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 4091 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 4092 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 4093 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 4094 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 4095 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 4096 | + at com.rnt.service.UserService.queryBindInfoByOpenId(UserService.java:21) | |
| 4097 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:79) | |
| 4098 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4099 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 4100 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4101 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 4102 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4103 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 4104 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 4105 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 4106 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 4107 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 4108 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 4109 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 4110 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 4111 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 4112 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 4113 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 4114 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 4115 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 4116 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 4117 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 4118 | + at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926) | |
| 4119 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988) | |
| 4120 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635) | |
| 4121 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) | |
| 4122 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 4123 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 4124 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 4125 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 4126 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 4127 | + at java.lang.Thread.run(Thread.java:745) | |
| 4128 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 4129 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 4130 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 4131 | + ... 43 more | |
| 3742 | 4132 | |
| 3743 | -2017-06-20 17:42:54 | |
| 3744 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4133 | +2017-08-09 10:49:08 | |
| 4134 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3745 | 4135 | |
| 3746 | -2017-06-20 17:42:54 | |
| 3747 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4136 | +2017-08-09 10:49:08 | |
| 4137 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3748 | 4138 | |
| 3749 | -2017-06-20 17:42:54 | |
| 3750 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4139 | +2017-08-09 10:49:08 | |
| 4140 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3751 | 4141 | |
| 3752 | -2017-06-20 17:42:54 | |
| 3753 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4142 | +2017-08-09 10:49:08 | |
| 4143 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3754 | 4144 | |
| 3755 | -2017-06-20 17:42:54 | |
| 3756 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4145 | +2017-08-09 10:49:08 | |
| 4146 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3757 | 4147 | |
| 3758 | -2017-06-20 17:42:54 | |
| 3759 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4148 | +2017-08-09 10:49:08 | |
| 4149 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3760 | 4150 | |
| 3761 | -2017-06-20 17:42:54 | |
| 3762 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4151 | +2017-08-09 10:49:08 | |
| 4152 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3763 | 4153 | |
| 3764 | -2017-06-20 17:42:54 | |
| 3765 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4154 | +2017-08-09 10:49:08 | |
| 4155 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3766 | 4156 | |
| 3767 | -2017-06-20 17:42:54 | |
| 3768 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4157 | +2017-08-09 10:49:08 | |
| 4158 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3769 | 4159 | |
| 3770 | -2017-06-20 17:42:54 | |
| 3771 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4160 | +2017-08-09 10:49:08 | |
| 4161 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3772 | 4162 | |
| 3773 | -2017-06-20 17:42:54 | |
| 3774 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4163 | +2017-08-09 10:49:08 | |
| 4164 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3775 | 4165 | |
| 3776 | -2017-06-20 17:42:55 | |
| 3777 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4166 | +2017-08-09 10:49:08 | |
| 4167 | +[ERROR]-[Thread: qtp1761061602-23]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 4168 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 3778 | 4169 | |
| 3779 | -2017-06-20 17:42:55 | |
| 3780 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4170 | +The last packet successfully received from the server was 57,590 milliseconds ago. The last packet sent successfully to the server was 1 milliseconds ago. | |
| 4171 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 4172 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 4173 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 4174 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 4175 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 4176 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 4177 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 4178 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 4179 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 4180 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 4181 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 4182 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 4183 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 4184 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 4185 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 4186 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 4187 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 4188 | + at com.rnt.service.UserService.queryBindInfoByOpenId(UserService.java:21) | |
| 4189 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:79) | |
| 4190 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4191 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 4192 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4193 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 4194 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4195 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 4196 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 4197 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 4198 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 4199 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 4200 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 4201 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 4202 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 4203 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 4204 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 4205 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 4206 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 4207 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 4208 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 4209 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 4210 | + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) | |
| 4211 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) | |
| 4212 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) | |
| 4213 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) | |
| 4214 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 4215 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 4216 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 4217 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 4218 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 4219 | + at java.lang.Thread.run(Thread.java:745) | |
| 4220 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 4221 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 4222 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 4223 | + ... 43 more | |
| 3781 | 4224 | |
| 3782 | -2017-06-20 17:42:55 | |
| 3783 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4225 | +2017-08-09 10:49:08 | |
| 4226 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3784 | 4227 | |
| 3785 | -2017-06-20 17:42:55 | |
| 3786 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4228 | +2017-08-09 10:49:08 | |
| 4229 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3787 | 4230 | |
| 3788 | -2017-06-20 17:42:55 | |
| 3789 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4231 | +2017-08-09 10:49:08 | |
| 4232 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3790 | 4233 | |
| 3791 | -2017-06-20 17:42:55 | |
| 3792 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4234 | +2017-08-09 10:49:21 | |
| 4235 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3793 | 4236 | |
| 3794 | -2017-06-20 17:42:55 | |
| 3795 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4237 | +2017-08-09 10:49:21 | |
| 4238 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3796 | 4239 | |
| 3797 | -2017-06-20 17:42:55 | |
| 3798 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4240 | +2017-08-09 10:49:21 | |
| 4241 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3799 | 4242 | |
| 3800 | -2017-06-20 17:42:55 | |
| 3801 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4243 | +2017-08-09 10:49:21 | |
| 4244 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3802 | 4245 | |
| 3803 | -2017-06-20 17:42:55 | |
| 3804 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4246 | +2017-08-09 10:49:21 | |
| 4247 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3805 | 4248 | |
| 3806 | -2017-06-20 17:42:56 | |
| 3807 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4249 | +2017-08-09 10:49:21 | |
| 4250 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3808 | 4251 | |
| 3809 | -2017-06-20 17:42:56 | |
| 3810 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&custCardId=3&parkName=%E4%B8%AD%E5%9B%BD%E4%BC%A0%E6%84%9F%E7%BD%91%E5%9B%BD%E9%99%85%E5%88%9B%E6%96%B0%E5%9B%AD%E5%81%9C%E8%BD%A6%E5%9C%BA | |
| 4252 | +2017-08-09 10:49:21 | |
| 4253 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3811 | 4254 | |
| 3812 | -2017-06-20 17:42:56 | |
| 3813 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/renewView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&custCardId=3&parkName=%E4%B8%AD%E5%9B%BD%E4%BC%A0%E6%84%9F%E7%BD%91%E5%9B%BD%E9%99%85%E5%88%9B%E6%96%B0%E5%9B%AD%E5%81%9C%E8%BD%A6%E5%9C%BA | |
| 4255 | +2017-08-09 10:49:29 | |
| 4256 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3814 | 4257 | |
| 3815 | -2017-06-20 17:42:56 | |
| 3816 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4258 | +2017-08-09 10:49:29 | |
| 4259 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3817 | 4260 | |
| 3818 | -2017-06-20 17:42:56 | |
| 3819 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4261 | +2017-08-09 10:49:29 | |
| 4262 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3820 | 4263 | |
| 3821 | -2017-06-20 17:42:56 | |
| 3822 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4264 | +2017-08-09 10:49:29 | |
| 4265 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3823 | 4266 | |
| 3824 | -2017-06-20 17:42:56 | |
| 3825 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4267 | +2017-08-09 10:49:29 | |
| 4268 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3826 | 4269 | |
| 3827 | -2017-06-20 17:42:56 | |
| 3828 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4270 | +2017-08-09 10:49:29 | |
| 4271 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3829 | 4272 | |
| 3830 | -2017-06-20 17:42:56 | |
| 3831 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4273 | +2017-08-09 10:49:29 | |
| 4274 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3832 | 4275 | |
| 3833 | -2017-06-20 17:42:56 | |
| 3834 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4276 | +2017-08-09 10:49:29 | |
| 4277 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3835 | 4278 | |
| 3836 | -2017-06-20 17:42:59 | |
| 3837 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4279 | +2017-08-09 10:49:29 | |
| 4280 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3838 | 4281 | |
| 3839 | -2017-06-20 17:42:59 | |
| 3840 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4282 | +2017-08-09 10:49:29 | |
| 4283 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3841 | 4284 | |
| 3842 | -2017-06-20 17:42:59 | |
| 3843 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/renewSubmitOrder?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4285 | +2017-08-09 10:49:29 | |
| 4286 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3844 | 4287 | |
| 3845 | -2017-06-20 17:42:59 | |
| 3846 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4288 | +2017-08-09 10:49:29 | |
| 4289 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3847 | 4290 | |
| 3848 | -2017-06-20 17:42:59 | |
| 3849 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4291 | +2017-08-09 10:49:29 | |
| 4292 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3850 | 4293 | |
| 3851 | -2017-06-20 17:42:59 | |
| 3852 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4294 | +2017-08-09 10:49:29 | |
| 4295 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3853 | 4296 | |
| 3854 | -2017-06-20 17:42:59 | |
| 3855 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4297 | +2017-08-09 10:49:29 | |
| 4298 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3856 | 4299 | |
| 3857 | -2017-06-20 17:42:59 | |
| 3858 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4300 | +2017-08-09 10:49:29 | |
| 4301 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3859 | 4302 | |
| 3860 | -2017-06-20 17:42:59 | |
| 3861 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4303 | +2017-08-09 10:49:29 | |
| 4304 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3862 | 4305 | |
| 3863 | -2017-06-20 17:42:59 | |
| 3864 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4306 | +2017-08-09 10:49:29 | |
| 4307 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3865 | 4308 | |
| 3866 | -2017-06-20 17:42:59 | |
| 3867 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.controller.WeixinPayController.renewSubmitOrder()]: =====开始调用订单保存服务====== | |
| 4309 | +2017-08-09 10:49:29 | |
| 4310 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3868 | 4311 | |
| 3869 | -2017-06-20 17:42:59 | |
| 3870 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.controller.WeixinPayController.renewSubmitOrder()]: 购买信息为:CardBuyVO={"buyNum":"5","carNum":"鲁A 8888","endDate":"2022-12-10","orderDetailType":2,"orderType":"2","personCustId":"322656532326125568","startDate":"2017-12-10","totleMoney":"450.00"} | |
| 4312 | +2017-08-09 10:49:29 | |
| 4313 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3871 | 4314 | |
| 3872 | -2017-06-20 17:42:59 | |
| 3873 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.controller.WeixinPayController.renewSubmitOrder()]: 停车场卡卷信息为:ParkCardCoupons={"createDate":1496818073000,"createEmpid":"-1","dataState":1,"effDate":1496818073000,"expDate":7745006873000,"goodsAmount":100.000,"goodsBigType":2,"goodsState":1,"goodsType":23,"goodsTypeRemark":"蓝牌小车包月卡","id":3296,"modfiyDate":1496818073000,"modfiyEmpid":"-1","parkId":"A320211000"} | |
| 4315 | +2017-08-09 10:49:29 | |
| 4316 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3874 | 4317 | |
| 3875 | -2017-06-20 17:42:59 | |
| 3876 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"5","carNum":"鲁A 8888","endDate":"2022-12-10","orderDetailType":2,"orderType":"2","personCustId":"322656532326125568","startDate":"2017-12-10","totleMoney":"450.00"} | |
| 4318 | +2017-08-09 10:49:29 | |
| 4319 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3877 | 4320 | |
| 3878 | -2017-06-20 17:42:59 | |
| 3879 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.controller.WeixinPayController.renewSubmitOrder()]: 返回的订单信息为:orderId=103326778978021019648 | |
| 4321 | +2017-08-09 10:49:29 | |
| 4322 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3880 | 4323 | |
| 3881 | -2017-06-20 17:42:59 | |
| 3882 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.controller.WeixinPayController.renewSubmitOrder()]: =====开始调用订单保存服务====== | |
| 4324 | +2017-08-09 10:49:29 | |
| 4325 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3883 | 4326 | |
| 3884 | -2017-06-20 17:42:59 | |
| 3885 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4327 | +2017-08-09 10:49:30 | |
| 4328 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3886 | 4329 | |
| 3887 | -2017-06-20 17:42:59 | |
| 3888 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&parkOrderId=103326778978021019648 | |
| 4330 | +2017-08-09 10:49:30 | |
| 4331 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3889 | 4332 | |
| 3890 | -2017-06-20 17:42:59 | |
| 3891 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/orderPayView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&parkOrderId=103326778978021019648 | |
| 4333 | +2017-08-09 10:49:30 | |
| 4334 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3892 | 4335 | |
| 3893 | -2017-06-20 17:42:59 | |
| 3894 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4336 | +2017-08-09 10:49:33 | |
| 4337 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3895 | 4338 | |
| 3896 | -2017-06-20 17:42:59 | |
| 3897 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4339 | +2017-08-09 10:49:33 | |
| 4340 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 3898 | 4341 | |
| 3899 | -2017-06-20 17:42:59 | |
| 3900 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4342 | +2017-08-09 10:49:33 | |
| 4343 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 3901 | 4344 | |
| 3902 | -2017-06-20 17:42:59 | |
| 3903 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4345 | +2017-08-09 10:49:33 | |
| 4346 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3904 | 4347 | |
| 3905 | -2017-06-20 17:42:59 | |
| 3906 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4348 | +2017-08-09 10:49:33 | |
| 4349 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3907 | 4350 | |
| 3908 | -2017-06-20 17:42:59 | |
| 3909 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4351 | +2017-08-09 10:49:33 | |
| 4352 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3910 | 4353 | |
| 3911 | -2017-06-20 17:42:59 | |
| 3912 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4354 | +2017-08-09 10:49:33 | |
| 4355 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3913 | 4356 | |
| 3914 | -2017-06-20 17:42:59 | |
| 3915 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.controller.WeixinPayController.orderPayView()]: 支付单save请求数据为: payOrder={"createDate":1497951779894,"dataState":1,"modfiyDate":1497951779894,"payOrderId":"304326778979161870336","payOrderState":0,"payOrderTitle":"1","paySrcType":2,"payType":4,"payorderStateTime":1497951779894,"rltOrderId":"103326778978021019648"} | |
| 4357 | +2017-08-09 10:49:33 | |
| 4358 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3916 | 4359 | |
| 3917 | -2017-06-20 17:43:00 | |
| 3918 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.controller.WeixinPayController.orderPayView()]: 支付单save 响应为: flag=true | |
| 4360 | +2017-08-09 10:49:33 | |
| 4361 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3919 | 4362 | |
| 3920 | -2017-06-20 17:43:00 | |
| 3921 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4363 | +2017-08-09 10:49:33 | |
| 4364 | +[INFO]-[Thread: qtp1761061602-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3922 | 4365 | |
| 3923 | -2017-06-20 17:43:00 | |
| 3924 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4366 | +2017-08-09 10:49:33 | |
| 4367 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3925 | 4368 | |
| 3926 | -2017-06-20 17:43:00 | |
| 3927 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/queryOrderForNotPay?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4369 | +2017-08-09 10:49:33 | |
| 4370 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3928 | 4371 | |
| 3929 | -2017-06-20 17:43:00 | |
| 3930 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4372 | +2017-08-09 10:49:33 | |
| 4373 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3931 | 4374 | |
| 3932 | -2017-06-20 17:43:00 | |
| 3933 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4375 | +2017-08-09 10:49:33 | |
| 4376 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3934 | 4377 | |
| 3935 | -2017-06-20 17:43:00 | |
| 3936 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4378 | +2017-08-09 10:49:33 | |
| 4379 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3937 | 4380 | |
| 3938 | -2017-06-20 17:43:00 | |
| 3939 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4381 | +2017-08-09 10:49:33 | |
| 4382 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3940 | 4383 | |
| 3941 | -2017-06-20 17:43:00 | |
| 3942 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4384 | +2017-08-09 10:49:33 | |
| 4385 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3943 | 4386 | |
| 3944 | -2017-06-20 17:43:00 | |
| 3945 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4387 | +2017-08-09 10:49:33 | |
| 4388 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3946 | 4389 | |
| 3947 | -2017-06-20 17:43:00 | |
| 3948 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4390 | +2017-08-09 10:49:33 | |
| 4391 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3949 | 4392 | |
| 3950 | -2017-06-20 17:43:02 | |
| 3951 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4393 | +2017-08-09 10:49:33 | |
| 4394 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3952 | 4395 | |
| 3953 | -2017-06-20 17:43:02 | |
| 3954 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4396 | +2017-08-09 10:49:36 | |
| 4397 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3955 | 4398 | |
| 3956 | -2017-06-20 17:43:02 | |
| 3957 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/getJSPayParam?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4399 | +2017-08-09 10:49:36 | |
| 4400 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.49725423164972415 | |
| 3958 | 4401 | |
| 3959 | -2017-06-20 17:43:02 | |
| 3960 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4402 | +2017-08-09 10:49:36 | |
| 4403 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.49725423164972415 | |
| 3961 | 4404 | |
| 3962 | -2017-06-20 17:43:02 | |
| 3963 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4405 | +2017-08-09 10:49:36 | |
| 4406 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 3964 | 4407 | |
| 3965 | -2017-06-20 17:43:02 | |
| 3966 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4408 | +2017-08-09 10:49:36 | |
| 4409 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3967 | 4410 | |
| 3968 | -2017-06-20 17:43:02 | |
| 3969 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4411 | +2017-08-09 10:49:36 | |
| 4412 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 3970 | 4413 | |
| 3971 | -2017-06-20 17:43:02 | |
| 3972 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4414 | +2017-08-09 10:49:36 | |
| 4415 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 3973 | 4416 | |
| 3974 | -2017-06-20 17:43:02 | |
| 3975 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4417 | +2017-08-09 10:49:36 | |
| 4418 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 3976 | 4419 | |
| 3977 | -2017-06-20 17:43:02 | |
| 3978 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4420 | +2017-08-09 10:49:36 | |
| 4421 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 3979 | 4422 | |
| 3980 | -2017-06-20 17:43:02 | |
| 3981 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.controller.WeixinPayController.getJSPayParam()]: 开始获取公众号支付JS支付参数: orderId=103326778978021019648; openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8; payOrderId=304326778979161870336 | |
| 4423 | +2017-08-09 10:49:36 | |
| 4424 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 3982 | 4425 | |
| 3983 | -2017-06-20 17:43:02 | |
| 3984 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.controller.WeixinPayController.getJSPayParam()]: 调用微信支付统一下单接口请求入参为:params={"nonce_str":"1497951782","out_trade_no":"304326778979161870336","openid":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8","appid":"wx271a27f6ad9b8704","total_fee":"45000.00","sign":"B12E00E4F4E1BFF2F1DD33BFD8566675","trade_type":"JSAPI","mch_id":"1452886602","body":"任你停公众号订单支付","notify_url":"http://atao.s1.natapp.cc/pay/pay_notify","spbill_create_ip":"127.0.0.1"} | |
| 4426 | +2017-08-09 10:49:37 | |
| 4427 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 3985 | 4428 | |
| 3986 | -2017-06-20 17:43:03 | |
| 3987 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.controller.WeixinPayController.getJSPayParam()]: 调用微信支付统一下单接口返回结果为:xmlResult=<xml><return_code><![CDATA[FAIL]]></return_code> | |
| 3988 | -<return_msg><![CDATA[商户号mch_id与appid不匹配]]></return_msg> | |
| 3989 | -</xml> | |
| 4429 | +2017-08-09 10:49:37 | |
| 4430 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3990 | 4431 | |
| 3991 | -2017-06-20 18:17:46 | |
| 3992 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4432 | +2017-08-09 10:49:37 | |
| 4433 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3993 | 4434 | |
| 3994 | -2017-06-20 18:17:46 | |
| 3995 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4435 | +2017-08-09 10:49:37 | |
| 4436 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 3996 | 4437 | |
| 3997 | -2017-06-20 18:17:46 | |
| 3998 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4438 | +2017-08-09 10:49:37 | |
| 4439 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 3999 | 4440 | |
| 4000 | -2017-06-20 18:17:46 | |
| 4001 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4441 | +2017-08-09 10:49:37 | |
| 4442 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4002 | 4443 | |
| 4003 | -2017-06-20 18:17:46 | |
| 4004 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4444 | +2017-08-09 10:49:37 | |
| 4445 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4005 | 4446 | |
| 4006 | -2017-06-20 18:17:46 | |
| 4007 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4447 | +2017-08-09 10:49:37 | |
| 4448 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4008 | 4449 | |
| 4009 | -2017-06-20 18:17:46 | |
| 4010 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4450 | +2017-08-09 10:49:37 | |
| 4451 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4011 | 4452 | |
| 4012 | -2017-06-20 18:17:47 | |
| 4013 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4453 | +2017-08-09 10:49:37 | |
| 4454 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4014 | 4455 | |
| 4015 | -2017-06-20 18:17:47 | |
| 4016 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4456 | +2017-08-09 11:09:08 | |
| 4457 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4017 | 4458 | |
| 4018 | -2017-06-20 18:17:47 | |
| 4019 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4459 | +2017-08-09 11:09:08 | |
| 4460 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.49725423164972415 | |
| 4020 | 4461 | |
| 4021 | -2017-06-20 18:23:27 | |
| 4022 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4462 | +2017-08-09 11:09:08 | |
| 4463 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.49725423164972415 | |
| 4023 | 4464 | |
| 4024 | -2017-06-20 18:23:27 | |
| 4025 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 4465 | +2017-08-09 11:09:08 | |
| 4466 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4026 | 4467 | |
| 4027 | -2017-06-20 18:23:27 | |
| 4028 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/selectCarView?1=1 | |
| 4468 | +2017-08-09 11:09:08 | |
| 4469 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4029 | 4470 | |
| 4030 | -2017-06-20 18:23:27 | |
| 4031 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4471 | +2017-08-09 11:09:08 | |
| 4472 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4032 | 4473 | |
| 4033 | -2017-06-20 18:23:27 | |
| 4034 | -[WARN]-[Thread: qtp1597655940-27]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 4474 | +2017-08-09 11:09:08 | |
| 4475 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4035 | 4476 | |
| 4036 | -2017-06-20 18:23:27 | |
| 4037 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 4477 | +2017-08-09 11:09:09 | |
| 4478 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4038 | 4479 | |
| 4039 | -2017-06-20 18:23:27 | |
| 4040 | -[WARN]-[Thread: qtp1597655940-25]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 4480 | +2017-08-09 11:09:09 | |
| 4481 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4041 | 4482 | |
| 4042 | -2017-06-20 18:23:27 | |
| 4043 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4483 | +2017-08-09 11:09:09 | |
| 4484 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4044 | 4485 | |
| 4045 | -2017-06-20 18:23:27 | |
| 4046 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 4486 | +2017-08-09 11:09:10 | |
| 4487 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4047 | 4488 | |
| 4048 | -2017-06-20 18:23:27 | |
| 4049 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4489 | +2017-08-09 11:09:10 | |
| 4490 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4050 | 4491 | |
| 4051 | -2017-06-20 18:23:27 | |
| 4052 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=081cIqPc0YaD7v1BhWMc0WpqPc0cIqP8&state=wx | |
| 4492 | +2017-08-09 11:09:10 | |
| 4493 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4053 | 4494 | |
| 4054 | -2017-06-20 18:23:27 | |
| 4055 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/selectCarView?1=1&code=081cIqPc0YaD7v1BhWMc0WpqPc0cIqP8&state=wx | |
| 4495 | +2017-08-09 11:09:10 | |
| 4496 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4056 | 4497 | |
| 4057 | -2017-06-20 18:23:27 | |
| 4058 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4498 | +2017-08-09 11:09:10 | |
| 4499 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4059 | 4500 | |
| 4060 | -2017-06-20 18:23:27 | |
| 4061 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 4501 | +2017-08-09 11:09:10 | |
| 4502 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4062 | 4503 | |
| 4063 | -2017-06-20 18:23:27 | |
| 4064 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=081cIqPc0YaD7v1BhWMc0WpqPc0cIqP8 | |
| 4504 | +2017-08-09 11:09:10 | |
| 4505 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4065 | 4506 | |
| 4066 | -2017-06-20 18:23:27 | |
| 4067 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
| 4507 | +2017-08-09 11:09:10 | |
| 4508 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4068 | 4509 | |
| 4069 | -2017-06-20 18:23:29 | |
| 4070 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4510 | +2017-08-09 11:09:10 | |
| 4511 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4071 | 4512 | |
| 4072 | -2017-06-20 18:23:29 | |
| 4073 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4513 | +2017-08-09 11:09:10 | |
| 4514 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4074 | 4515 | |
| 4075 | -2017-06-20 18:23:29 | |
| 4076 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4516 | +2017-08-09 11:10:52 | |
| 4517 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4077 | 4518 | |
| 4078 | -2017-06-20 18:23:30 | |
| 4079 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4519 | +2017-08-09 11:10:52 | |
| 4520 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.49725423164972415 | |
| 4080 | 4521 | |
| 4081 | -2017-06-20 18:23:30 | |
| 4082 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4522 | +2017-08-09 11:10:52 | |
| 4523 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.49725423164972415 | |
| 4083 | 4524 | |
| 4084 | -2017-06-20 18:23:30 | |
| 4085 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/queryHistoryCarNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4525 | +2017-08-09 11:10:52 | |
| 4526 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4086 | 4527 | |
| 4087 | -2017-06-20 18:23:30 | |
| 4088 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4528 | +2017-08-09 11:10:52 | |
| 4529 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4089 | 4530 | |
| 4090 | -2017-06-20 18:23:30 | |
| 4091 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4531 | +2017-08-09 11:10:52 | |
| 4532 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4092 | 4533 | |
| 4093 | -2017-06-20 18:23:30 | |
| 4094 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4534 | +2017-08-09 11:10:52 | |
| 4535 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4095 | 4536 | |
| 4096 | -2017-06-20 18:23:30 | |
| 4097 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4537 | +2017-08-09 11:10:53 | |
| 4538 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4098 | 4539 | |
| 4099 | -2017-06-20 18:23:30 | |
| 4100 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4540 | +2017-08-09 11:10:53 | |
| 4541 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4101 | 4542 | |
| 4102 | -2017-06-20 18:23:30 | |
| 4103 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4543 | +2017-08-09 11:10:53 | |
| 4544 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4104 | 4545 | |
| 4105 | -2017-06-20 18:23:30 | |
| 4106 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4546 | +2017-08-09 11:10:53 | |
| 4547 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4107 | 4548 | |
| 4108 | -2017-06-20 18:23:35 | |
| 4109 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4549 | +2017-08-09 11:10:53 | |
| 4550 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4110 | 4551 | |
| 4111 | -2017-06-20 18:23:35 | |
| 4112 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 4552 | +2017-08-09 11:10:53 | |
| 4553 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4113 | 4554 | |
| 4114 | -2017-06-20 18:23:35 | |
| 4115 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 4555 | +2017-08-09 11:10:53 | |
| 4556 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4116 | 4557 | |
| 4117 | -2017-06-20 18:23:35 | |
| 4118 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4558 | +2017-08-09 11:10:53 | |
| 4559 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4119 | 4560 | |
| 4120 | -2017-06-20 18:23:35 | |
| 4121 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 4561 | +2017-08-09 11:10:53 | |
| 4562 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4122 | 4563 | |
| 4123 | -2017-06-20 18:23:35 | |
| 4124 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4564 | +2017-08-09 11:10:53 | |
| 4565 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4125 | 4566 | |
| 4126 | -2017-06-20 18:23:35 | |
| 4127 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 4567 | +2017-08-09 11:10:53 | |
| 4568 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4128 | 4569 | |
| 4129 | -2017-06-20 18:23:35 | |
| 4130 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4570 | +2017-08-09 11:10:53 | |
| 4571 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4131 | 4572 | |
| 4132 | -2017-06-20 18:23:35 | |
| 4133 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 4573 | +2017-08-09 11:10:53 | |
| 4574 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4134 | 4575 | |
| 4135 | -2017-06-20 18:23:35 | |
| 4136 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/selectCarView?1=1 | |
| 4576 | +2017-08-09 11:11:10 | |
| 4577 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4137 | 4578 | |
| 4138 | -2017-06-20 18:23:35 | |
| 4139 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4579 | +2017-08-09 11:11:10 | |
| 4580 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.49725423164972415 | |
| 4140 | 4581 | |
| 4141 | -2017-06-20 18:23:35 | |
| 4142 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 4582 | +2017-08-09 11:11:10 | |
| 4583 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.49725423164972415 | |
| 4143 | 4584 | |
| 4144 | -2017-06-20 18:23:35 | |
| 4145 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4585 | +2017-08-09 11:11:10 | |
| 4586 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4146 | 4587 | |
| 4147 | -2017-06-20 18:23:35 | |
| 4148 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 4588 | +2017-08-09 11:11:10 | |
| 4589 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4149 | 4590 | |
| 4150 | -2017-06-20 18:23:36 | |
| 4151 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4591 | +2017-08-09 11:11:10 | |
| 4592 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4152 | 4593 | |
| 4153 | -2017-06-20 18:23:36 | |
| 4154 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=031rozKR0cLo7a2CubMR0YOHKR0rozKj&state=wx | |
| 4594 | +2017-08-09 11:11:10 | |
| 4595 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4155 | 4596 | |
| 4156 | -2017-06-20 18:23:36 | |
| 4157 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1&code=031rozKR0cLo7a2CubMR0YOHKR0rozKj&state=wx | |
| 4597 | +2017-08-09 11:11:10 | |
| 4598 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4158 | 4599 | |
| 4159 | -2017-06-20 18:23:36 | |
| 4160 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4600 | +2017-08-09 11:11:10 | |
| 4601 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4161 | 4602 | |
| 4162 | -2017-06-20 18:23:36 | |
| 4163 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 4603 | +2017-08-09 11:11:10 | |
| 4604 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4164 | 4605 | |
| 4165 | -2017-06-20 18:23:36 | |
| 4166 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=031rozKR0cLo7a2CubMR0YOHKR0rozKj | |
| 4606 | +2017-08-09 11:11:10 | |
| 4607 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4167 | 4608 | |
| 4168 | -2017-06-20 18:23:36 | |
| 4169 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
| 4609 | +2017-08-09 11:11:10 | |
| 4610 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4170 | 4611 | |
| 4171 | -2017-06-20 18:23:36 | |
| 4172 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4612 | +2017-08-09 11:11:10 | |
| 4613 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4173 | 4614 | |
| 4174 | -2017-06-20 18:23:36 | |
| 4175 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4615 | +2017-08-09 11:11:10 | |
| 4616 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4176 | 4617 | |
| 4177 | -2017-06-20 18:23:36 | |
| 4178 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4618 | +2017-08-09 11:11:10 | |
| 4619 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4179 | 4620 | |
| 4180 | -2017-06-20 18:23:36 | |
| 4181 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4621 | +2017-08-09 11:11:10 | |
| 4622 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4182 | 4623 | |
| 4183 | -2017-06-20 18:23:36 | |
| 4184 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4624 | +2017-08-09 11:11:10 | |
| 4625 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4185 | 4626 | |
| 4186 | -2017-06-20 18:23:36 | |
| 4187 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4627 | +2017-08-09 11:11:10 | |
| 4628 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4188 | 4629 | |
| 4189 | -2017-06-20 18:23:36 | |
| 4190 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4630 | +2017-08-09 11:11:10 | |
| 4631 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4191 | 4632 | |
| 4192 | -2017-06-20 18:23:36 | |
| 4193 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4633 | +2017-08-09 11:11:10 | |
| 4634 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4194 | 4635 | |
| 4195 | -2017-06-20 18:23:36 | |
| 4196 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4636 | +2017-08-09 11:12:08 | |
| 4637 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4197 | 4638 | |
| 4198 | -2017-06-20 18:23:36 | |
| 4199 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4639 | +2017-08-09 11:12:08 | |
| 4640 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.49725423164972415 | |
| 4200 | 4641 | |
| 4201 | -2017-06-20 18:23:36 | |
| 4202 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4642 | +2017-08-09 11:12:08 | |
| 4643 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.49725423164972415 | |
| 4203 | 4644 | |
| 4204 | -2017-06-20 18:23:36 | |
| 4205 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4645 | +2017-08-09 11:12:08 | |
| 4646 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4206 | 4647 | |
| 4207 | -2017-06-20 18:23:36 | |
| 4208 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4648 | +2017-08-09 11:12:08 | |
| 4649 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4209 | 4650 | |
| 4210 | -2017-06-20 18:23:36 | |
| 4211 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4651 | +2017-08-09 11:12:08 | |
| 4652 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4212 | 4653 | |
| 4213 | -2017-06-20 18:23:36 | |
| 4214 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4654 | +2017-08-09 11:12:08 | |
| 4655 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4215 | 4656 | |
| 4216 | -2017-06-20 18:23:36 | |
| 4217 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4657 | +2017-08-09 11:12:08 | |
| 4658 | +[ERROR]-[Thread: qtp1761061602-24]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 4659 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 4218 | 4660 | |
| 4219 | -2017-06-20 18:23:36 | |
| 4220 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4661 | +The last packet successfully received from the server was 57,692 milliseconds ago. The last packet sent successfully to the server was 1 milliseconds ago. | |
| 4662 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 4663 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 4664 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 4665 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 4666 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 4667 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 4668 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 4669 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 4670 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 4671 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 4672 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 4673 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 4674 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 4675 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 4676 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 4677 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 4678 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 4679 | + at com.rnt.service.UserService.queryBindInfoByOpenId(UserService.java:21) | |
| 4680 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:79) | |
| 4681 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4682 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 4683 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4684 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 4685 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4686 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 4687 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 4688 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 4689 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 4690 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 4691 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 4692 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 4693 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 4694 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 4695 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 4696 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 4697 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 4698 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 4699 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 4700 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 4701 | + at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926) | |
| 4702 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988) | |
| 4703 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635) | |
| 4704 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) | |
| 4705 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 4706 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 4707 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 4708 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 4709 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 4710 | + at java.lang.Thread.run(Thread.java:745) | |
| 4711 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 4712 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 4713 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 4714 | + ... 43 more | |
| 4221 | 4715 | |
| 4222 | -2017-06-20 18:23:36 | |
| 4223 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4716 | +2017-08-09 11:12:10 | |
| 4717 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4224 | 4718 | |
| 4225 | -2017-06-20 18:23:36 | |
| 4226 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4719 | +2017-08-09 11:12:10 | |
| 4720 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4227 | 4721 | |
| 4228 | -2017-06-20 18:23:36 | |
| 4229 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4722 | +2017-08-09 11:12:10 | |
| 4723 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4230 | 4724 | |
| 4231 | -2017-06-20 18:23:36 | |
| 4232 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4725 | +2017-08-09 11:12:10 | |
| 4726 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4233 | 4727 | |
| 4234 | -2017-06-20 18:23:36 | |
| 4235 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4728 | +2017-08-09 11:12:10 | |
| 4729 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4236 | 4730 | |
| 4237 | -2017-06-20 18:23:36 | |
| 4238 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4731 | +2017-08-09 11:12:10 | |
| 4732 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4239 | 4733 | |
| 4240 | -2017-06-20 18:23:36 | |
| 4241 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4734 | +2017-08-09 11:12:10 | |
| 4735 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4242 | 4736 | |
| 4243 | -2017-06-20 18:23:45 | |
| 4244 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4737 | +2017-08-09 11:12:10 | |
| 4738 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4245 | 4739 | |
| 4246 | -2017-06-20 18:23:45 | |
| 4247 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 4740 | +2017-08-09 11:12:10 | |
| 4741 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4248 | 4742 | |
| 4249 | -2017-06-20 18:23:45 | |
| 4250 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/selectCarView?1=1 | |
| 4743 | +2017-08-09 11:12:10 | |
| 4744 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4251 | 4745 | |
| 4252 | -2017-06-20 18:23:45 | |
| 4253 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4746 | +2017-08-09 11:12:10 | |
| 4747 | +[ERROR]-[Thread: qtp1761061602-26]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 4748 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 4254 | 4749 | |
| 4255 | -2017-06-20 18:23:45 | |
| 4256 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 4750 | +The last packet successfully received from the server was 59,887 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. | |
| 4751 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 4752 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 4753 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 4754 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 4755 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 4756 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 4757 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 4758 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 4759 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 4760 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 4761 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 4762 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 4763 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 4764 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 4765 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 4766 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 4767 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 4768 | + at com.rnt.service.ParkLotService.queryParkLotForpklNo(ParkLotService.java:138) | |
| 4769 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.CGLIB$queryParkLotForpklNo$0(<generated>) | |
| 4770 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62$$FastClassByCGLIB$$97ab48e9.invoke(<generated>) | |
| 4771 | + at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
| 4772 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:82) | |
| 4773 | + at com.jfinal.aop.Callback.intercept(Callback.java:96) | |
| 4774 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.queryParkLotForpklNo(<generated>) | |
| 4775 | + at com.rnt.controller.ParkLotController.queryParkLotCard(ParkLotController.java:162) | |
| 4776 | + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 4777 | + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 4778 | + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 4779 | + at java.lang.reflect.Method.invoke(Method.java:498) | |
| 4780 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:73) | |
| 4781 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:139) | |
| 4782 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4783 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 4784 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4785 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 4786 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 4787 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 4788 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 4789 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 4790 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 4791 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 4792 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 4793 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 4794 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 4795 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 4796 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 4797 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 4798 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 4799 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 4800 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 4801 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 4802 | + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) | |
| 4803 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) | |
| 4804 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) | |
| 4805 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) | |
| 4806 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 4807 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 4808 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 4809 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 4810 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 4811 | + at java.lang.Thread.run(Thread.java:745) | |
| 4812 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 4813 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 4814 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 4815 | + ... 55 more | |
| 4257 | 4816 | |
| 4258 | -2017-06-20 18:23:45 | |
| 4259 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4817 | +2017-08-09 11:12:13 | |
| 4818 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4260 | 4819 | |
| 4261 | -2017-06-20 18:23:45 | |
| 4262 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 4820 | +2017-08-09 11:12:13 | |
| 4821 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4263 | 4822 | |
| 4264 | -2017-06-20 18:23:45 | |
| 4265 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4823 | +2017-08-09 11:12:13 | |
| 4824 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4266 | 4825 | |
| 4267 | -2017-06-20 18:23:45 | |
| 4268 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=071qN63t1EhzKa0XAI6t1w4W2t1qN63f&state=wx | |
| 4826 | +2017-08-09 11:12:13 | |
| 4827 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4269 | 4828 | |
| 4270 | -2017-06-20 18:23:45 | |
| 4271 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/selectCarView?1=1&code=071qN63t1EhzKa0XAI6t1w4W2t1qN63f&state=wx | |
| 4829 | +2017-08-09 11:12:13 | |
| 4830 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4272 | 4831 | |
| 4273 | -2017-06-20 18:23:45 | |
| 4274 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4832 | +2017-08-09 11:12:13 | |
| 4833 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4275 | 4834 | |
| 4276 | -2017-06-20 18:23:45 | |
| 4277 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 4835 | +2017-08-09 11:12:13 | |
| 4836 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4278 | 4837 | |
| 4279 | -2017-06-20 18:23:45 | |
| 4280 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=071qN63t1EhzKa0XAI6t1w4W2t1qN63f | |
| 4838 | +2017-08-09 11:12:13 | |
| 4839 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4281 | 4840 | |
| 4282 | -2017-06-20 18:23:45 | |
| 4283 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
| 4841 | +2017-08-09 11:12:13 | |
| 4842 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4284 | 4843 | |
| 4285 | -2017-06-20 18:23:45 | |
| 4286 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4844 | +2017-08-09 11:12:13 | |
| 4845 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4287 | 4846 | |
| 4288 | -2017-06-20 18:23:45 | |
| 4289 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4847 | +2017-08-09 11:12:13 | |
| 4848 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4290 | 4849 | |
| 4291 | -2017-06-20 18:23:45 | |
| 4292 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4850 | +2017-08-09 11:12:13 | |
| 4851 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4293 | 4852 | |
| 4294 | -2017-06-20 18:23:46 | |
| 4295 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4853 | +2017-08-09 11:12:13 | |
| 4854 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4296 | 4855 | |
| 4297 | -2017-06-20 18:23:46 | |
| 4298 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4856 | +2017-08-09 11:12:13 | |
| 4857 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4299 | 4858 | |
| 4300 | -2017-06-20 18:23:46 | |
| 4301 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/queryHistoryCarNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4859 | +2017-08-09 11:12:13 | |
| 4860 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4302 | 4861 | |
| 4303 | -2017-06-20 18:23:46 | |
| 4304 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4862 | +2017-08-09 11:12:13 | |
| 4863 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4305 | 4864 | |
| 4306 | -2017-06-20 18:23:46 | |
| 4307 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4865 | +2017-08-09 11:12:13 | |
| 4866 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4308 | 4867 | |
| 4309 | -2017-06-20 18:23:46 | |
| 4310 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4868 | +2017-08-09 11:12:13 | |
| 4869 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4311 | 4870 | |
| 4312 | -2017-06-20 18:23:46 | |
| 4313 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4871 | +2017-08-09 11:12:13 | |
| 4872 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4314 | 4873 | |
| 4315 | -2017-06-20 18:23:46 | |
| 4316 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4874 | +2017-08-09 11:12:13 | |
| 4875 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4317 | 4876 | |
| 4318 | -2017-06-20 18:23:46 | |
| 4319 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4877 | +2017-08-09 11:12:14 | |
| 4878 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4320 | 4879 | |
| 4321 | -2017-06-20 18:23:46 | |
| 4322 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4880 | +2017-08-09 11:12:14 | |
| 4881 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 4323 | 4882 | |
| 4324 | -2017-06-20 18:25:42 | |
| 4325 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4883 | +2017-08-09 11:12:14 | |
| 4884 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 4326 | 4885 | |
| 4327 | -2017-06-20 18:25:42 | |
| 4328 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 4886 | +2017-08-09 11:12:14 | |
| 4887 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4329 | 4888 | |
| 4330 | -2017-06-20 18:25:42 | |
| 4331 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 4889 | +2017-08-09 11:12:14 | |
| 4890 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4332 | 4891 | |
| 4333 | -2017-06-20 18:25:42 | |
| 4334 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4892 | +2017-08-09 11:12:14 | |
| 4893 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4335 | 4894 | |
| 4336 | -2017-06-20 18:25:42 | |
| 4337 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 4895 | +2017-08-09 11:12:14 | |
| 4896 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4338 | 4897 | |
| 4339 | -2017-06-20 18:25:42 | |
| 4340 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4898 | +2017-08-09 11:12:14 | |
| 4899 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4341 | 4900 | |
| 4342 | -2017-06-20 18:25:42 | |
| 4343 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 4901 | +2017-08-09 11:12:14 | |
| 4902 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4344 | 4903 | |
| 4345 | -2017-06-20 18:25:43 | |
| 4346 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4904 | +2017-08-09 11:12:14 | |
| 4905 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4347 | 4906 | |
| 4348 | -2017-06-20 18:25:43 | |
| 4349 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=061vGKqk0vUByk1HTcpk0pWPqk0vGKq2&state=wx | |
| 4907 | +2017-08-09 11:12:14 | |
| 4908 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4350 | 4909 | |
| 4351 | -2017-06-20 18:25:43 | |
| 4352 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1&code=061vGKqk0vUByk1HTcpk0pWPqk0vGKq2&state=wx | |
| 4910 | +2017-08-09 11:12:14 | |
| 4911 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4353 | 4912 | |
| 4354 | -2017-06-20 18:25:43 | |
| 4355 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4913 | +2017-08-09 11:12:14 | |
| 4914 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4356 | 4915 | |
| 4357 | -2017-06-20 18:25:43 | |
| 4358 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 4916 | +2017-08-09 11:12:14 | |
| 4917 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4359 | 4918 | |
| 4360 | -2017-06-20 18:25:43 | |
| 4361 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=061vGKqk0vUByk1HTcpk0pWPqk0vGKq2 | |
| 4919 | +2017-08-09 11:12:14 | |
| 4920 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4362 | 4921 | |
| 4363 | -2017-06-20 18:25:43 | |
| 4364 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
| 4922 | +2017-08-09 11:12:14 | |
| 4923 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4365 | 4924 | |
| 4366 | -2017-06-20 18:25:43 | |
| 4367 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4925 | +2017-08-09 11:12:14 | |
| 4926 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4368 | 4927 | |
| 4369 | -2017-06-20 18:25:43 | |
| 4370 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4928 | +2017-08-09 11:12:14 | |
| 4929 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4371 | 4930 | |
| 4372 | -2017-06-20 18:25:43 | |
| 4373 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4931 | +2017-08-09 11:12:14 | |
| 4932 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4374 | 4933 | |
| 4375 | -2017-06-20 18:25:43 | |
| 4376 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4934 | +2017-08-09 11:12:14 | |
| 4935 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4377 | 4936 | |
| 4378 | -2017-06-20 18:25:44 | |
| 4379 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4937 | +2017-08-09 11:12:15 | |
| 4938 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4380 | 4939 | |
| 4381 | -2017-06-20 18:25:44 | |
| 4382 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4940 | +2017-08-09 11:12:15 | |
| 4941 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.774280174899064 | |
| 4383 | 4942 | |
| 4384 | -2017-06-20 18:25:44 | |
| 4385 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4943 | +2017-08-09 11:12:15 | |
| 4944 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.774280174899064 | |
| 4386 | 4945 | |
| 4387 | -2017-06-20 18:25:44 | |
| 4388 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4946 | +2017-08-09 11:12:15 | |
| 4947 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4389 | 4948 | |
| 4390 | -2017-06-20 18:25:44 | |
| 4391 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4949 | +2017-08-09 11:12:15 | |
| 4950 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4392 | 4951 | |
| 4393 | -2017-06-20 18:25:44 | |
| 4394 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4952 | +2017-08-09 11:12:15 | |
| 4953 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4395 | 4954 | |
| 4396 | -2017-06-20 18:25:44 | |
| 4397 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4955 | +2017-08-09 11:12:15 | |
| 4956 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4398 | 4957 | |
| 4399 | -2017-06-20 18:25:44 | |
| 4400 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4958 | +2017-08-09 11:12:15 | |
| 4959 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4401 | 4960 | |
| 4402 | -2017-06-20 18:25:44 | |
| 4403 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4961 | +2017-08-09 11:12:15 | |
| 4962 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4404 | 4963 | |
| 4405 | -2017-06-20 18:25:44 | |
| 4406 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4964 | +2017-08-09 11:12:15 | |
| 4965 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4407 | 4966 | |
| 4408 | -2017-06-20 18:25:44 | |
| 4409 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4967 | +2017-08-09 11:12:15 | |
| 4968 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4410 | 4969 | |
| 4411 | -2017-06-20 18:25:44 | |
| 4412 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4970 | +2017-08-09 11:12:15 | |
| 4971 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4413 | 4972 | |
| 4414 | -2017-06-20 18:25:44 | |
| 4415 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4973 | +2017-08-09 11:12:15 | |
| 4974 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4416 | 4975 | |
| 4417 | -2017-06-20 18:25:44 | |
| 4418 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4976 | +2017-08-09 11:12:15 | |
| 4977 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4419 | 4978 | |
| 4420 | -2017-06-20 18:25:44 | |
| 4421 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4979 | +2017-08-09 11:12:15 | |
| 4980 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4422 | 4981 | |
| 4423 | -2017-06-20 18:25:44 | |
| 4424 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4982 | +2017-08-09 11:12:15 | |
| 4983 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4425 | 4984 | |
| 4426 | -2017-06-20 18:25:44 | |
| 4427 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4985 | +2017-08-09 11:12:15 | |
| 4986 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4428 | 4987 | |
| 4429 | -2017-06-20 18:25:44 | |
| 4430 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4988 | +2017-08-09 11:12:16 | |
| 4989 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4431 | 4990 | |
| 4432 | -2017-06-20 18:25:44 | |
| 4433 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4991 | +2017-08-09 11:12:16 | |
| 4992 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4434 | 4993 | |
| 4435 | -2017-06-20 18:25:44 | |
| 4436 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4994 | +2017-08-09 11:12:16 | |
| 4995 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4437 | 4996 | |
| 4438 | -2017-06-20 18:25:51 | |
| 4439 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4997 | +2017-08-09 11:13:26 | |
| 4998 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4440 | 4999 | |
| 4441 | -2017-06-20 18:25:51 | |
| 4442 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 5000 | +2017-08-09 11:13:26 | |
| 5001 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.774280174899064 | |
| 4443 | 5002 | |
| 4444 | -2017-06-20 18:25:51 | |
| 4445 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 5003 | +2017-08-09 11:13:26 | |
| 5004 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.774280174899064 | |
| 4446 | 5005 | |
| 4447 | -2017-06-20 18:25:51 | |
| 4448 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5006 | +2017-08-09 11:13:26 | |
| 5007 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4449 | 5008 | |
| 4450 | -2017-06-20 18:25:51 | |
| 4451 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 5009 | +2017-08-09 11:13:26 | |
| 5010 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4452 | 5011 | |
| 4453 | -2017-06-20 18:25:51 | |
| 4454 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5012 | +2017-08-09 11:13:26 | |
| 5013 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4455 | 5014 | |
| 4456 | -2017-06-20 18:25:51 | |
| 4457 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 5015 | +2017-08-09 11:13:26 | |
| 5016 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4458 | 5017 | |
| 4459 | -2017-06-20 18:25:52 | |
| 4460 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5018 | +2017-08-09 11:13:27 | |
| 5019 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4461 | 5020 | |
| 4462 | -2017-06-20 18:25:52 | |
| 4463 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 5021 | +2017-08-09 11:13:27 | |
| 5022 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4464 | 5023 | |
| 4465 | -2017-06-20 18:25:52 | |
| 4466 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 5024 | +2017-08-09 11:13:27 | |
| 5025 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4467 | 5026 | |
| 4468 | -2017-06-20 18:25:52 | |
| 4469 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5027 | +2017-08-09 11:13:27 | |
| 5028 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4470 | 5029 | |
| 4471 | -2017-06-20 18:25:52 | |
| 4472 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 5030 | +2017-08-09 11:13:27 | |
| 5031 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4473 | 5032 | |
| 4474 | -2017-06-20 18:25:52 | |
| 4475 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5033 | +2017-08-09 11:13:27 | |
| 5034 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4476 | 5035 | |
| 4477 | -2017-06-20 18:25:52 | |
| 4478 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 5036 | +2017-08-09 11:13:27 | |
| 5037 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4479 | 5038 | |
| 4480 | -2017-06-20 18:26:31 | |
| 4481 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5039 | +2017-08-09 11:13:27 | |
| 5040 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4482 | 5041 | |
| 4483 | -2017-06-20 18:26:31 | |
| 4484 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5042 | +2017-08-09 11:13:27 | |
| 5043 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4485 | 5044 | |
| 4486 | -2017-06-20 18:26:31 | |
| 4487 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/queryOrderForNotPay?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5045 | +2017-08-09 11:13:27 | |
| 5046 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4488 | 5047 | |
| 4489 | -2017-06-20 18:26:31 | |
| 4490 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5048 | +2017-08-09 11:13:27 | |
| 5049 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4491 | 5050 | |
| 4492 | -2017-06-20 18:26:31 | |
| 4493 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5051 | +2017-08-09 11:13:27 | |
| 5052 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4494 | 5053 | |
| 4495 | -2017-06-20 18:26:31 | |
| 4496 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5054 | +2017-08-09 11:13:27 | |
| 5055 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4497 | 5056 | |
| 4498 | -2017-06-20 18:26:31 | |
| 4499 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5057 | +2017-08-09 11:20:52 | |
| 5058 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4500 | 5059 | |
| 4501 | -2017-06-20 18:26:31 | |
| 4502 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5060 | +2017-08-09 11:20:52 | |
| 5061 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.774280174899064 | |
| 4503 | 5062 | |
| 4504 | -2017-06-20 18:26:31 | |
| 4505 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5063 | +2017-08-09 11:20:52 | |
| 5064 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.774280174899064 | |
| 4506 | 5065 | |
| 4507 | -2017-06-20 18:26:31 | |
| 4508 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5066 | +2017-08-09 11:20:52 | |
| 5067 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4509 | 5068 | |
| 4510 | -2017-06-20 18:26:35 | |
| 4511 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5069 | +2017-08-09 11:20:52 | |
| 5070 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4512 | 5071 | |
| 4513 | -2017-06-20 18:26:35 | |
| 4514 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5072 | +2017-08-09 11:20:52 | |
| 5073 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4515 | 5074 | |
| 4516 | -2017-06-20 18:26:35 | |
| 4517 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5075 | +2017-08-09 11:20:52 | |
| 5076 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4518 | 5077 | |
| 4519 | -2017-06-20 18:26:35 | |
| 4520 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5078 | +2017-08-09 11:20:53 | |
| 5079 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4521 | 5080 | |
| 4522 | -2017-06-20 18:26:35 | |
| 4523 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5081 | +2017-08-09 11:20:53 | |
| 5082 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4524 | 5083 | |
| 4525 | -2017-06-20 18:26:35 | |
| 4526 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5084 | +2017-08-09 11:20:53 | |
| 5085 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4527 | 5086 | |
| 4528 | -2017-06-20 18:26:35 | |
| 4529 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5087 | +2017-08-09 11:20:53 | |
| 5088 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4530 | 5089 | |
| 4531 | -2017-06-20 18:26:35 | |
| 4532 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5090 | +2017-08-09 11:20:53 | |
| 5091 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4533 | 5092 | |
| 4534 | -2017-06-20 18:26:35 | |
| 4535 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5093 | +2017-08-09 11:20:53 | |
| 5094 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4536 | 5095 | |
| 4537 | -2017-06-20 18:26:35 | |
| 4538 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5096 | +2017-08-09 11:20:53 | |
| 5097 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4539 | 5098 | |
| 4540 | -2017-06-20 18:26:35 | |
| 4541 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5099 | +2017-08-09 11:20:53 | |
| 5100 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4542 | 5101 | |
| 4543 | -2017-06-20 18:26:35 | |
| 4544 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5102 | +2017-08-09 11:20:53 | |
| 5103 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4545 | 5104 | |
| 4546 | -2017-06-20 18:26:35 | |
| 4547 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5105 | +2017-08-09 11:20:53 | |
| 5106 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4548 | 5107 | |
| 4549 | -2017-06-20 18:26:35 | |
| 4550 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5108 | +2017-08-09 11:20:53 | |
| 5109 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4551 | 5110 | |
| 4552 | -2017-06-20 18:26:35 | |
| 4553 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5111 | +2017-08-09 11:20:53 | |
| 5112 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4554 | 5113 | |
| 4555 | -2017-06-20 18:26:35 | |
| 4556 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5114 | +2017-08-09 11:20:53 | |
| 5115 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4557 | 5116 | |
| 4558 | -2017-06-20 18:26:35 | |
| 4559 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5117 | +2017-08-09 11:21:42 | |
| 5118 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4560 | 5119 | |
| 4561 | -2017-06-20 18:26:35 | |
| 4562 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5120 | +2017-08-09 11:21:42 | |
| 5121 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4563 | 5122 | |
| 4564 | -2017-06-20 18:26:35 | |
| 4565 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5123 | +2017-08-09 11:21:42 | |
| 5124 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4566 | 5125 | |
| 4567 | -2017-06-20 18:26:35 | |
| 4568 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5126 | +2017-08-09 11:21:42 | |
| 5127 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4569 | 5128 | |
| 4570 | -2017-06-20 18:26:42 | |
| 4571 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5129 | +2017-08-09 11:21:42 | |
| 5130 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4572 | 5131 | |
| 4573 | -2017-06-20 18:26:42 | |
| 4574 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5132 | +2017-08-09 11:21:42 | |
| 5133 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4575 | 5134 | |
| 4576 | -2017-06-20 18:26:42 | |
| 4577 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5135 | +2017-08-09 11:21:42 | |
| 5136 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4578 | 5137 | |
| 4579 | -2017-06-20 18:26:42 | |
| 4580 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5138 | +2017-08-09 11:21:42 | |
| 5139 | +[ERROR]-[Thread: qtp1761061602-21]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 5140 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 4581 | 5141 | |
| 4582 | -2017-06-20 18:26:42 | |
| 4583 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5142 | +The last packet successfully received from the server was 48,862 milliseconds ago. The last packet sent successfully to the server was 1 milliseconds ago. | |
| 5143 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 5144 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 5145 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 5146 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 5147 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 5148 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 5149 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 5150 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 5151 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 5152 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 5153 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 5154 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 5155 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 5156 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 5157 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 5158 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 5159 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 5160 | + at com.rnt.service.UserService.queryBindInfoByOpenId(UserService.java:21) | |
| 5161 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:79) | |
| 5162 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 5163 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 5164 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 5165 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 5166 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 5167 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 5168 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 5169 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 5170 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 5171 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 5172 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 5173 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 5174 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 5175 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 5176 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 5177 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 5178 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 5179 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 5180 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 5181 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 5182 | + at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926) | |
| 5183 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988) | |
| 5184 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635) | |
| 5185 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) | |
| 5186 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 5187 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 5188 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 5189 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 5190 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 5191 | + at java.lang.Thread.run(Thread.java:745) | |
| 5192 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 5193 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 5194 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 5195 | + ... 43 more | |
| 4584 | 5196 | |
| 4585 | -2017-06-20 18:26:42 | |
| 4586 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5197 | +2017-08-09 11:21:44 | |
| 5198 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4587 | 5199 | |
| 4588 | -2017-06-20 18:26:42 | |
| 4589 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5200 | +2017-08-09 11:21:44 | |
| 5201 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4590 | 5202 | |
| 4591 | -2017-06-20 18:26:42 | |
| 4592 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5203 | +2017-08-09 11:21:44 | |
| 5204 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4593 | 5205 | |
| 4594 | -2017-06-20 18:26:42 | |
| 4595 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5206 | +2017-08-09 11:21:44 | |
| 5207 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4596 | 5208 | |
| 4597 | -2017-06-20 18:26:42 | |
| 4598 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5209 | +2017-08-09 11:21:44 | |
| 5210 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4599 | 5211 | |
| 4600 | -2017-06-20 18:26:42 | |
| 4601 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5212 | +2017-08-09 11:21:44 | |
| 5213 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4602 | 5214 | |
| 4603 | -2017-06-20 18:26:42 | |
| 4604 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5215 | +2017-08-09 11:21:44 | |
| 5216 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4605 | 5217 | |
| 4606 | -2017-06-20 18:26:42 | |
| 4607 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5218 | +2017-08-09 11:21:45 | |
| 5219 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4608 | 5220 | |
| 4609 | -2017-06-20 18:26:42 | |
| 4610 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5221 | +2017-08-09 11:21:45 | |
| 5222 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4611 | 5223 | |
| 4612 | -2017-06-20 18:26:42 | |
| 4613 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5224 | +2017-08-09 11:21:45 | |
| 5225 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4614 | 5226 | |
| 4615 | -2017-06-20 18:26:42 | |
| 4616 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5227 | +2017-08-09 11:21:45 | |
| 5228 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4617 | 5229 | |
| 4618 | -2017-06-20 18:26:42 | |
| 4619 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5230 | +2017-08-09 11:21:45 | |
| 5231 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4620 | 5232 | |
| 4621 | -2017-06-20 18:26:42 | |
| 4622 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5233 | +2017-08-09 11:21:45 | |
| 5234 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4623 | 5235 | |
| 4624 | -2017-06-20 18:26:42 | |
| 4625 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5236 | +2017-08-09 11:21:45 | |
| 5237 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4626 | 5238 | |
| 4627 | -2017-06-20 18:26:42 | |
| 4628 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5239 | +2017-08-09 11:21:45 | |
| 5240 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4629 | 5241 | |
| 4630 | -2017-06-20 18:33:57 | |
| 4631 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5242 | +2017-08-09 11:21:45 | |
| 5243 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4632 | 5244 | |
| 4633 | -2017-06-20 18:33:57 | |
| 4634 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 5245 | +2017-08-09 11:21:45 | |
| 5246 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4635 | 5247 | |
| 4636 | -2017-06-20 18:33:57 | |
| 4637 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 5248 | +2017-08-09 11:21:45 | |
| 5249 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4638 | 5250 | |
| 4639 | -2017-06-20 18:33:57 | |
| 4640 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5251 | +2017-08-09 11:21:45 | |
| 5252 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4641 | 5253 | |
| 4642 | -2017-06-20 18:33:57 | |
| 4643 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 5254 | +2017-08-09 11:21:45 | |
| 5255 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4644 | 5256 | |
| 4645 | -2017-06-20 18:33:57 | |
| 4646 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5257 | +2017-08-09 11:21:45 | |
| 5258 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4647 | 5259 | |
| 4648 | -2017-06-20 18:33:57 | |
| 4649 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 5260 | +2017-08-09 11:21:45 | |
| 5261 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4650 | 5262 | |
| 4651 | -2017-06-20 18:35:40 | |
| 4652 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5263 | +2017-08-09 11:21:45 | |
| 5264 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4653 | 5265 | |
| 4654 | -2017-06-20 18:35:40 | |
| 4655 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5266 | +2017-08-09 11:21:45 | |
| 5267 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4656 | 5268 | |
| 4657 | -2017-06-20 18:35:40 | |
| 4658 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5269 | +2017-08-09 11:21:45 | |
| 5270 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4659 | 5271 | |
| 4660 | -2017-06-20 18:35:40 | |
| 4661 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5272 | +2017-08-09 11:21:45 | |
| 5273 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4662 | 5274 | |
| 4663 | -2017-06-20 18:35:40 | |
| 4664 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5275 | +2017-08-09 11:21:45 | |
| 5276 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4665 | 5277 | |
| 4666 | -2017-06-20 18:35:40 | |
| 4667 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5278 | +2017-08-09 11:21:45 | |
| 5279 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4668 | 5280 | |
| 4669 | -2017-06-20 18:35:40 | |
| 4670 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5281 | +2017-08-09 11:21:45 | |
| 5282 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4671 | 5283 | |
| 4672 | -2017-06-20 18:35:41 | |
| 4673 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5284 | +2017-08-09 11:21:45 | |
| 5285 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4674 | 5286 | |
| 4675 | -2017-06-20 18:35:41 | |
| 4676 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5287 | +2017-08-09 11:21:45 | |
| 5288 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4677 | 5289 | |
| 4678 | -2017-06-20 18:35:41 | |
| 4679 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5290 | +2017-08-09 11:21:45 | |
| 5291 | +[ERROR]-[Thread: qtp1761061602-29]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 5292 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 4680 | 5293 | |
| 4681 | -2017-06-20 18:43:51 | |
| 4682 | -[WARN]-[Thread: qtp1597655940-25]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 5294 | +The last packet successfully received from the server was 51,256 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. | |
| 5295 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 5296 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 5297 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 5298 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 5299 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 5300 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 5301 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 5302 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 5303 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 5304 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 5305 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 5306 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 5307 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 5308 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 5309 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 5310 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 5311 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:603) | |
| 5312 | + at com.rnt.service.ParkLotService.listParkLot(ParkLotService.java:89) | |
| 5313 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.CGLIB$listParkLot$3(<generated>) | |
| 5314 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62$$FastClassByCGLIB$$97ab48e9.invoke(<generated>) | |
| 5315 | + at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
| 5316 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:82) | |
| 5317 | + at com.jfinal.aop.Callback.intercept(Callback.java:96) | |
| 5318 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.listParkLot(<generated>) | |
| 5319 | + at com.rnt.controller.ParkLotController.parkList(ParkLotController.java:106) | |
| 5320 | + at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 5321 | + at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 5322 | + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 5323 | + at java.lang.reflect.Method.invoke(Method.java:498) | |
| 5324 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:73) | |
| 5325 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:139) | |
| 5326 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 5327 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 5328 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 5329 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 5330 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 5331 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 5332 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 5333 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 5334 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 5335 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 5336 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 5337 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 5338 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 5339 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 5340 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 5341 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 5342 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 5343 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 5344 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 5345 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 5346 | + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) | |
| 5347 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) | |
| 5348 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) | |
| 5349 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) | |
| 5350 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 5351 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 5352 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 5353 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 5354 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 5355 | + at java.lang.Thread.run(Thread.java:745) | |
| 5356 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 5357 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 5358 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 5359 | + ... 55 more | |
| 4683 | 5360 | |
| 4684 | -2017-06-20 18:43:51 | |
| 4685 | -[WARN]-[Thread: qtp1597655940-27]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 5361 | +2017-08-09 11:21:47 | |
| 5362 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4686 | 5363 | |
| 4687 | -2017-06-20 18:43:51 | |
| 4688 | -[WARN]-[Thread: qtp1597655940-26]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 5364 | +2017-08-09 11:21:47 | |
| 5365 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4689 | 5366 | |
| 4690 | -2017-06-20 18:43:51 | |
| 4691 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5367 | +2017-08-09 11:21:47 | |
| 5368 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkListView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4692 | 5369 | |
| 4693 | -2017-06-20 18:43:51 | |
| 4694 | -[WARN]-[Thread: qtp1597655940-24]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 5370 | +2017-08-09 11:21:47 | |
| 5371 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4695 | 5372 | |
| 4696 | -2017-06-20 18:43:51 | |
| 4697 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5373 | +2017-08-09 11:21:47 | |
| 5374 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4698 | 5375 | |
| 4699 | -2017-06-20 18:43:51 | |
| 4700 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5376 | +2017-08-09 11:21:47 | |
| 5377 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4701 | 5378 | |
| 4702 | -2017-06-20 18:43:51 | |
| 4703 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5379 | +2017-08-09 11:21:47 | |
| 5380 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4704 | 5381 | |
| 4705 | -2017-06-20 18:43:51 | |
| 4706 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5382 | +2017-08-09 11:21:47 | |
| 5383 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4707 | 5384 | |
| 4708 | -2017-06-20 18:43:51 | |
| 4709 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5385 | +2017-08-09 11:21:47 | |
| 5386 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4710 | 5387 | |
| 4711 | -2017-06-20 18:43:51 | |
| 4712 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5388 | +2017-08-09 11:21:47 | |
| 5389 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4713 | 5390 | |
| 4714 | -2017-06-20 18:43:51 | |
| 4715 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5391 | +2017-08-09 11:21:47 | |
| 5392 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4716 | 5393 | |
| 4717 | -2017-06-20 18:43:51 | |
| 4718 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5394 | +2017-08-09 11:21:47 | |
| 5395 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4719 | 5396 | |
| 4720 | -2017-06-20 18:43:51 | |
| 4721 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5397 | +2017-08-09 11:21:47 | |
| 5398 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4722 | 5399 | |
| 4723 | -2017-06-20 18:43:51 | |
| 4724 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5400 | +2017-08-09 11:21:47 | |
| 5401 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4725 | 5402 | |
| 4726 | -2017-06-20 18:43:51 | |
| 4727 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5403 | +2017-08-09 11:21:47 | |
| 5404 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4728 | 5405 | |
| 4729 | -2017-06-20 18:43:51 | |
| 4730 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5406 | +2017-08-09 11:21:47 | |
| 5407 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4731 | 5408 | |
| 4732 | -2017-06-20 18:43:51 | |
| 4733 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5409 | +2017-08-09 11:21:47 | |
| 5410 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4734 | 5411 | |
| 4735 | -2017-06-20 18:43:52 | |
| 4736 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5412 | +2017-08-09 11:21:47 | |
| 5413 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4737 | 5414 | |
| 4738 | -2017-06-20 18:43:52 | |
| 4739 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5415 | +2017-08-09 11:21:47 | |
| 5416 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4740 | 5417 | |
| 4741 | -2017-06-20 18:43:52 | |
| 4742 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5418 | +2017-08-09 11:21:47 | |
| 5419 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4743 | 5420 | |
| 4744 | -2017-06-20 18:43:52 | |
| 4745 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5421 | +2017-08-09 11:21:47 | |
| 5422 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4746 | 5423 | |
| 4747 | -2017-06-20 18:43:52 | |
| 4748 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5424 | +2017-08-09 11:21:47 | |
| 5425 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4749 | 5426 | |
| 4750 | -2017-06-20 18:43:52 | |
| 4751 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5427 | +2017-08-09 11:21:47 | |
| 5428 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4752 | 5429 | |
| 4753 | -2017-06-20 18:43:55 | |
| 4754 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5430 | +2017-08-09 11:21:47 | |
| 5431 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4755 | 5432 | |
| 4756 | -2017-06-20 18:43:55 | |
| 4757 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5433 | +2017-08-09 11:21:47 | |
| 5434 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4758 | 5435 | |
| 4759 | -2017-06-20 18:43:55 | |
| 4760 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5436 | +2017-08-09 11:21:47 | |
| 5437 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4761 | 5438 | |
| 4762 | -2017-06-20 18:43:55 | |
| 4763 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5439 | +2017-08-09 11:21:47 | |
| 5440 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4764 | 5441 | |
| 4765 | -2017-06-20 18:43:55 | |
| 4766 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5442 | +2017-08-09 11:21:47 | |
| 5443 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4767 | 5444 | |
| 4768 | -2017-06-20 18:43:55 | |
| 4769 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5445 | +2017-08-09 11:21:48 | |
| 5446 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4770 | 5447 | |
| 4771 | -2017-06-20 18:43:55 | |
| 4772 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5448 | +2017-08-09 11:21:48 | |
| 5449 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4773 | 5450 | |
| 4774 | -2017-06-20 18:43:55 | |
| 4775 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5451 | +2017-08-09 11:21:48 | |
| 5452 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4776 | 5453 | |
| 4777 | -2017-06-20 18:43:55 | |
| 4778 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5454 | +2017-08-09 11:21:49 | |
| 5455 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4779 | 5456 | |
| 4780 | -2017-06-20 18:43:55 | |
| 4781 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5457 | +2017-08-09 11:21:49 | |
| 5458 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 4782 | 5459 | |
| 4783 | -2017-06-20 18:43:56 | |
| 4784 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5460 | +2017-08-09 11:21:49 | |
| 5461 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 4785 | 5462 | |
| 4786 | -2017-06-20 18:43:56 | |
| 4787 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 5463 | +2017-08-09 11:21:49 | |
| 5464 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4788 | 5465 | |
| 4789 | -2017-06-20 18:43:56 | |
| 4790 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?1=1 | |
| 5466 | +2017-08-09 11:21:49 | |
| 5467 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4791 | 5468 | |
| 4792 | -2017-06-20 18:43:56 | |
| 4793 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5469 | +2017-08-09 11:21:49 | |
| 5470 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4794 | 5471 | |
| 4795 | -2017-06-20 18:43:56 | |
| 4796 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 5472 | +2017-08-09 11:21:49 | |
| 5473 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4797 | 5474 | |
| 4798 | -2017-06-20 18:43:56 | |
| 4799 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5475 | +2017-08-09 11:21:49 | |
| 5476 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4800 | 5477 | |
| 4801 | -2017-06-20 18:43:56 | |
| 4802 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 5478 | +2017-08-09 11:21:49 | |
| 5479 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4803 | 5480 | |
| 4804 | -2017-06-20 18:43:56 | |
| 4805 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx271a27f6ad9b8704&redirect_uri=http://atao.s1.natapp.cc/park/myParkCardList?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 5481 | +2017-08-09 11:21:49 | |
| 5482 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4806 | 5483 | |
| 4807 | -2017-06-20 18:44:01 | |
| 4808 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5484 | +2017-08-09 11:21:49 | |
| 5485 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4809 | 5486 | |
| 4810 | -2017-06-20 18:44:01 | |
| 4811 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5487 | +2017-08-09 11:21:49 | |
| 5488 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4812 | 5489 | |
| 4813 | -2017-06-20 18:44:01 | |
| 4814 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5490 | +2017-08-09 11:21:49 | |
| 5491 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4815 | 5492 | |
| 4816 | -2017-06-20 18:44:01 | |
| 4817 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5493 | +2017-08-09 11:21:49 | |
| 5494 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4818 | 5495 | |
| 4819 | -2017-06-20 18:44:01 | |
| 4820 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5496 | +2017-08-09 11:21:49 | |
| 5497 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4821 | 5498 | |
| 4822 | -2017-06-20 18:44:01 | |
| 4823 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5499 | +2017-08-09 11:21:49 | |
| 5500 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4824 | 5501 | |
| 4825 | -2017-06-20 18:44:01 | |
| 4826 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5502 | +2017-08-09 11:21:49 | |
| 5503 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4827 | 5504 | |
| 4828 | -2017-06-20 18:44:01 | |
| 4829 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5505 | +2017-08-09 11:21:49 | |
| 5506 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4830 | 5507 | |
| 4831 | -2017-06-20 18:44:01 | |
| 4832 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5508 | +2017-08-09 11:21:49 | |
| 5509 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4833 | 5510 | |
| 4834 | -2017-06-20 18:44:01 | |
| 4835 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5511 | +2017-08-09 11:21:49 | |
| 5512 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4836 | 5513 | |
| 4837 | -2017-06-20 18:44:01 | |
| 4838 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5514 | +2017-08-09 11:21:50 | |
| 5515 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4839 | 5516 | |
| 4840 | -2017-06-20 18:44:01 | |
| 4841 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5517 | +2017-08-09 11:21:50 | |
| 5518 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 4842 | 5519 | |
| 4843 | -2017-06-20 18:44:01 | |
| 4844 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5520 | +2017-08-09 11:21:50 | |
| 5521 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 4845 | 5522 | |
| 4846 | -2017-06-20 18:44:01 | |
| 4847 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5523 | +2017-08-09 11:21:50 | |
| 5524 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4848 | 5525 | |
| 4849 | -2017-06-20 18:44:01 | |
| 4850 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5526 | +2017-08-09 11:21:50 | |
| 5527 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4851 | 5528 | |
| 4852 | -2017-06-20 18:44:01 | |
| 4853 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5529 | +2017-08-09 11:21:50 | |
| 5530 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4854 | 5531 | |
| 4855 | -2017-06-20 18:44:01 | |
| 4856 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5532 | +2017-08-09 11:21:50 | |
| 5533 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4857 | 5534 | |
| 4858 | -2017-06-20 18:44:01 | |
| 4859 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5535 | +2017-08-09 11:21:50 | |
| 5536 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4860 | 5537 | |
| 4861 | -2017-06-20 18:44:01 | |
| 4862 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5538 | +2017-08-09 11:21:50 | |
| 5539 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4863 | 5540 | |
| 4864 | -2017-06-20 18:44:01 | |
| 4865 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5541 | +2017-08-09 11:21:50 | |
| 5542 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4866 | 5543 | |
| 4867 | -2017-06-20 18:44:06 | |
| 4868 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5544 | +2017-08-09 11:21:50 | |
| 5545 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4869 | 5546 | |
| 4870 | -2017-06-20 18:44:06 | |
| 4871 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5547 | +2017-08-09 11:21:50 | |
| 5548 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4872 | 5549 | |
| 4873 | -2017-06-20 18:44:06 | |
| 4874 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5550 | +2017-08-09 11:21:50 | |
| 5551 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4875 | 5552 | |
| 4876 | -2017-06-20 18:44:06 | |
| 4877 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5553 | +2017-08-09 11:21:50 | |
| 5554 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4878 | 5555 | |
| 4879 | -2017-06-20 18:44:06 | |
| 4880 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5556 | +2017-08-09 11:21:50 | |
| 5557 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4881 | 5558 | |
| 4882 | -2017-06-20 18:44:06 | |
| 4883 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5559 | +2017-08-09 11:21:50 | |
| 5560 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4884 | 5561 | |
| 4885 | -2017-06-20 18:44:06 | |
| 4886 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5562 | +2017-08-09 11:21:50 | |
| 5563 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4887 | 5564 | |
| 4888 | -2017-06-20 18:44:06 | |
| 4889 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5565 | +2017-08-09 11:21:50 | |
| 5566 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4890 | 5567 | |
| 4891 | -2017-06-20 18:44:06 | |
| 4892 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5568 | +2017-08-09 11:21:50 | |
| 5569 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4893 | 5570 | |
| 4894 | -2017-06-20 18:44:06 | |
| 4895 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5571 | +2017-08-09 11:21:50 | |
| 5572 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4896 | 5573 | |
| 4897 | -2017-06-20 18:44:06 | |
| 4898 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5574 | +2017-08-09 11:32:20 | |
| 5575 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4899 | 5576 | |
| 4900 | -2017-06-20 18:44:06 | |
| 4901 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5577 | +2017-08-09 11:32:20 | |
| 5578 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 4902 | 5579 | |
| 4903 | -2017-06-20 18:44:06 | |
| 4904 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5580 | +2017-08-09 11:32:20 | |
| 5581 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 4905 | 5582 | |
| 4906 | -2017-06-20 18:44:06 | |
| 4907 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5583 | +2017-08-09 11:32:20 | |
| 5584 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4908 | 5585 | |
| 4909 | -2017-06-20 18:44:06 | |
| 4910 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5586 | +2017-08-09 11:32:20 | |
| 5587 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4911 | 5588 | |
| 4912 | -2017-06-20 18:44:06 | |
| 4913 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5589 | +2017-08-09 11:32:20 | |
| 5590 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4914 | 5591 | |
| 4915 | -2017-06-20 18:44:06 | |
| 4916 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5592 | +2017-08-09 11:32:20 | |
| 5593 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4917 | 5594 | |
| 4918 | -2017-06-20 18:44:06 | |
| 4919 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5595 | +2017-08-09 11:32:21 | |
| 5596 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4920 | 5597 | |
| 4921 | -2017-06-20 18:44:06 | |
| 4922 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5598 | +2017-08-09 11:32:21 | |
| 5599 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4923 | 5600 | |
| 4924 | -2017-06-20 18:44:06 | |
| 4925 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5601 | +2017-08-09 11:32:21 | |
| 5602 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4926 | 5603 | |
| 4927 | -2017-06-20 18:47:37 | |
| 4928 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5604 | +2017-08-09 11:32:21 | |
| 5605 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4929 | 5606 | |
| 4930 | -2017-06-20 18:47:37 | |
| 4931 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5607 | +2017-08-09 11:32:21 | |
| 5608 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4932 | 5609 | |
| 4933 | -2017-06-20 18:47:37 | |
| 4934 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5610 | +2017-08-09 11:32:21 | |
| 5611 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4935 | 5612 | |
| 4936 | -2017-06-20 18:47:37 | |
| 4937 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5613 | +2017-08-09 11:32:21 | |
| 5614 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4938 | 5615 | |
| 4939 | -2017-06-20 18:47:37 | |
| 4940 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5616 | +2017-08-09 11:32:21 | |
| 5617 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4941 | 5618 | |
| 4942 | -2017-06-20 18:47:37 | |
| 4943 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5619 | +2017-08-09 11:32:21 | |
| 5620 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4944 | 5621 | |
| 4945 | -2017-06-20 18:47:37 | |
| 4946 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5622 | +2017-08-09 11:32:21 | |
| 5623 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4947 | 5624 | |
| 4948 | -2017-06-20 18:47:37 | |
| 4949 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5625 | +2017-08-09 11:32:21 | |
| 5626 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4950 | 5627 | |
| 4951 | -2017-06-20 18:47:37 | |
| 4952 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5628 | +2017-08-09 11:32:21 | |
| 5629 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4953 | 5630 | |
| 4954 | -2017-06-20 18:47:37 | |
| 4955 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5631 | +2017-08-09 11:32:21 | |
| 5632 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4956 | 5633 | |
| 4957 | -2017-06-20 18:47:37 | |
| 4958 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5634 | +2017-08-09 11:33:52 | |
| 5635 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4959 | 5636 | |
| 4960 | -2017-06-20 18:47:37 | |
| 4961 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5637 | +2017-08-09 11:33:52 | |
| 5638 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 4962 | 5639 | |
| 4963 | -2017-06-20 18:47:37 | |
| 4964 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5640 | +2017-08-09 11:33:52 | |
| 5641 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 4965 | 5642 | |
| 4966 | -2017-06-20 18:47:37 | |
| 4967 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5643 | +2017-08-09 11:33:52 | |
| 5644 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 4968 | 5645 | |
| 4969 | -2017-06-20 18:47:37 | |
| 4970 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5646 | +2017-08-09 11:33:52 | |
| 5647 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4971 | 5648 | |
| 4972 | -2017-06-20 18:47:37 | |
| 4973 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5649 | +2017-08-09 11:33:52 | |
| 5650 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 4974 | 5651 | |
| 4975 | -2017-06-20 18:47:37 | |
| 4976 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5652 | +2017-08-09 11:33:52 | |
| 5653 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 4977 | 5654 | |
| 4978 | -2017-06-20 18:47:37 | |
| 4979 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5655 | +2017-08-09 11:33:53 | |
| 5656 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 4980 | 5657 | |
| 4981 | -2017-06-20 18:47:37 | |
| 4982 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5658 | +2017-08-09 11:33:53 | |
| 5659 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 4983 | 5660 | |
| 4984 | -2017-06-20 18:47:37 | |
| 4985 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5661 | +2017-08-09 11:33:53 | |
| 5662 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 4986 | 5663 | |
| 4987 | -2017-06-20 18:47:39 | |
| 4988 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5664 | +2017-08-09 11:33:53 | |
| 5665 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 4989 | 5666 | |
| 4990 | -2017-06-20 18:47:39 | |
| 4991 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5667 | +2017-08-09 11:33:53 | |
| 5668 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4992 | 5669 | |
| 4993 | -2017-06-20 18:47:39 | |
| 4994 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5670 | +2017-08-09 11:33:53 | |
| 5671 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 4995 | 5672 | |
| 4996 | -2017-06-20 18:47:39 | |
| 4997 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5673 | +2017-08-09 11:33:53 | |
| 5674 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 4998 | 5675 | |
| 4999 | -2017-06-20 18:47:39 | |
| 5000 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5676 | +2017-08-09 11:33:53 | |
| 5677 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5001 | 5678 | |
| 5002 | -2017-06-20 18:47:39 | |
| 5003 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5679 | +2017-08-09 11:33:53 | |
| 5680 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5004 | 5681 | |
| 5005 | -2017-06-20 18:47:39 | |
| 5006 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5682 | +2017-08-09 11:33:53 | |
| 5683 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5007 | 5684 | |
| 5008 | -2017-06-20 18:47:39 | |
| 5009 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5685 | +2017-08-09 11:33:53 | |
| 5686 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5010 | 5687 | |
| 5011 | -2017-06-20 18:47:39 | |
| 5012 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5688 | +2017-08-09 11:33:53 | |
| 5689 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5013 | 5690 | |
| 5014 | -2017-06-20 18:47:39 | |
| 5015 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5691 | +2017-08-09 11:33:53 | |
| 5692 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5016 | 5693 | |
| 5017 | -2017-06-20 18:47:44 | |
| 5018 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5694 | +2017-08-09 11:38:03 | |
| 5695 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5019 | 5696 | |
| 5020 | -2017-06-20 18:47:44 | |
| 5021 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 5697 | +2017-08-09 11:38:03 | |
| 5698 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5022 | 5699 | |
| 5023 | -2017-06-20 18:47:44 | |
| 5024 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?1=1 | |
| 5700 | +2017-08-09 11:38:03 | |
| 5701 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5025 | 5702 | |
| 5026 | -2017-06-20 18:47:44 | |
| 5027 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5703 | +2017-08-09 11:38:03 | |
| 5704 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5028 | 5705 | |
| 5029 | -2017-06-20 18:47:44 | |
| 5030 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 5706 | +2017-08-09 11:38:03 | |
| 5707 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5031 | 5708 | |
| 5032 | -2017-06-20 18:47:44 | |
| 5033 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5709 | +2017-08-09 11:38:03 | |
| 5710 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5034 | 5711 | |
| 5035 | -2017-06-20 18:47:44 | |
| 5036 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 5712 | +2017-08-09 11:38:03 | |
| 5713 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5037 | 5714 | |
| 5038 | -2017-06-20 18:47:44 | |
| 5039 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx271a27f6ad9b8704&redirect_uri=http://atao.s1.natapp.cc/park/myParkCardList?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 5715 | +2017-08-09 11:38:04 | |
| 5716 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5040 | 5717 | |
| 5041 | -2017-06-20 18:47:53 | |
| 5042 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5718 | +2017-08-09 11:38:04 | |
| 5719 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5043 | 5720 | |
| 5044 | -2017-06-20 18:47:53 | |
| 5045 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5721 | +2017-08-09 11:38:04 | |
| 5722 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5046 | 5723 | |
| 5047 | -2017-06-20 18:47:53 | |
| 5048 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5724 | +2017-08-09 11:38:05 | |
| 5725 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5049 | 5726 | |
| 5050 | -2017-06-20 18:47:53 | |
| 5051 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5727 | +2017-08-09 11:38:05 | |
| 5728 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5052 | 5729 | |
| 5053 | -2017-06-20 18:47:53 | |
| 5054 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5730 | +2017-08-09 11:38:05 | |
| 5731 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5055 | 5732 | |
| 5056 | -2017-06-20 18:47:53 | |
| 5057 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5733 | +2017-08-09 11:38:05 | |
| 5734 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5058 | 5735 | |
| 5059 | -2017-06-20 18:47:53 | |
| 5060 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5736 | +2017-08-09 11:38:05 | |
| 5737 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5061 | 5738 | |
| 5062 | -2017-06-20 18:47:53 | |
| 5063 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5739 | +2017-08-09 11:38:05 | |
| 5740 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5064 | 5741 | |
| 5065 | -2017-06-20 18:47:53 | |
| 5066 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5742 | +2017-08-09 11:38:05 | |
| 5743 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5067 | 5744 | |
| 5068 | -2017-06-20 18:47:53 | |
| 5069 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5745 | +2017-08-09 11:38:05 | |
| 5746 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5070 | 5747 | |
| 5071 | -2017-06-20 18:47:53 | |
| 5072 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5748 | +2017-08-09 11:38:05 | |
| 5749 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5073 | 5750 | |
| 5074 | -2017-06-20 18:47:53 | |
| 5075 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5751 | +2017-08-09 11:38:05 | |
| 5752 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5076 | 5753 | |
| 5077 | -2017-06-20 18:47:53 | |
| 5078 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5754 | +2017-08-09 11:47:16 | |
| 5755 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5079 | 5756 | |
| 5080 | -2017-06-20 18:47:53 | |
| 5081 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5757 | +2017-08-09 11:47:16 | |
| 5758 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5082 | 5759 | |
| 5083 | -2017-06-20 18:47:53 | |
| 5084 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5760 | +2017-08-09 11:47:16 | |
| 5761 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5085 | 5762 | |
| 5086 | -2017-06-20 18:47:53 | |
| 5087 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5763 | +2017-08-09 11:47:16 | |
| 5764 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5088 | 5765 | |
| 5089 | -2017-06-20 18:47:53 | |
| 5090 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5766 | +2017-08-09 11:47:16 | |
| 5767 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5091 | 5768 | |
| 5092 | -2017-06-20 18:47:53 | |
| 5093 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5769 | +2017-08-09 11:47:16 | |
| 5770 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5094 | 5771 | |
| 5095 | -2017-06-20 18:47:53 | |
| 5096 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5772 | +2017-08-09 11:47:16 | |
| 5773 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5097 | 5774 | |
| 5098 | -2017-06-20 18:47:53 | |
| 5099 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5775 | +2017-08-09 11:47:17 | |
| 5776 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5100 | 5777 | |
| 5101 | -2017-06-20 18:47:54 | |
| 5102 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5778 | +2017-08-09 11:47:17 | |
| 5779 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5103 | 5780 | |
| 5104 | -2017-06-20 18:47:54 | |
| 5105 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 5781 | +2017-08-09 11:47:17 | |
| 5782 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5106 | 5783 | |
| 5107 | -2017-06-20 18:47:54 | |
| 5108 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 5784 | +2017-08-09 11:47:17 | |
| 5785 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5109 | 5786 | |
| 5110 | -2017-06-20 18:47:54 | |
| 5111 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5787 | +2017-08-09 11:47:17 | |
| 5788 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5112 | 5789 | |
| 5113 | -2017-06-20 18:47:54 | |
| 5114 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5790 | +2017-08-09 11:47:17 | |
| 5791 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5115 | 5792 | |
| 5116 | -2017-06-20 18:47:54 | |
| 5117 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5793 | +2017-08-09 11:47:17 | |
| 5794 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5118 | 5795 | |
| 5119 | -2017-06-20 18:47:54 | |
| 5120 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5796 | +2017-08-09 11:47:17 | |
| 5797 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5121 | 5798 | |
| 5122 | -2017-06-20 18:47:54 | |
| 5123 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5799 | +2017-08-09 11:47:17 | |
| 5800 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5124 | 5801 | |
| 5125 | -2017-06-20 18:47:54 | |
| 5126 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5802 | +2017-08-09 11:47:17 | |
| 5803 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5127 | 5804 | |
| 5128 | -2017-06-20 18:47:54 | |
| 5129 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5805 | +2017-08-09 11:47:17 | |
| 5806 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5130 | 5807 | |
| 5131 | -2017-06-20 18:47:59 | |
| 5132 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5808 | +2017-08-09 11:47:17 | |
| 5809 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5133 | 5810 | |
| 5134 | -2017-06-20 18:47:59 | |
| 5135 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 5811 | +2017-08-09 11:47:17 | |
| 5812 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5136 | 5813 | |
| 5137 | -2017-06-20 18:47:59 | |
| 5138 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?1=1 | |
| 5814 | +2017-08-09 11:49:37 | |
| 5815 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5139 | 5816 | |
| 5140 | -2017-06-20 18:47:59 | |
| 5141 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5817 | +2017-08-09 11:49:37 | |
| 5818 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5142 | 5819 | |
| 5143 | -2017-06-20 18:47:59 | |
| 5144 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 5820 | +2017-08-09 11:49:37 | |
| 5821 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5145 | 5822 | |
| 5146 | -2017-06-20 18:47:59 | |
| 5147 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5823 | +2017-08-09 11:49:37 | |
| 5824 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5148 | 5825 | |
| 5149 | -2017-06-20 18:47:59 | |
| 5150 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 5826 | +2017-08-09 11:49:37 | |
| 5827 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5151 | 5828 | |
| 5152 | -2017-06-20 18:47:59 | |
| 5153 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx271a27f6ad9b8704&redirect_uri=http://atao.s1.natapp.cc/park/queryParkLotCard?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 5829 | +2017-08-09 11:49:37 | |
| 5830 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5154 | 5831 | |
| 5155 | -2017-06-20 18:48:36 | |
| 5156 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5832 | +2017-08-09 11:49:37 | |
| 5833 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5157 | 5834 | |
| 5158 | -2017-06-20 18:48:36 | |
| 5159 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5835 | +2017-08-09 11:49:38 | |
| 5836 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5160 | 5837 | |
| 5161 | -2017-06-20 18:48:36 | |
| 5162 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5838 | +2017-08-09 11:49:38 | |
| 5839 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5163 | 5840 | |
| 5164 | -2017-06-20 18:48:36 | |
| 5165 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5841 | +2017-08-09 11:49:38 | |
| 5842 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5166 | 5843 | |
| 5167 | -2017-06-20 18:48:36 | |
| 5168 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5844 | +2017-08-09 11:49:38 | |
| 5845 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5169 | 5846 | |
| 5170 | -2017-06-20 18:48:36 | |
| 5171 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5847 | +2017-08-09 11:49:38 | |
| 5848 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5172 | 5849 | |
| 5173 | -2017-06-20 18:48:36 | |
| 5174 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5850 | +2017-08-09 11:49:38 | |
| 5851 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5175 | 5852 | |
| 5176 | -2017-06-20 18:48:36 | |
| 5177 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5853 | +2017-08-09 11:49:38 | |
| 5854 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5178 | 5855 | |
| 5179 | -2017-06-20 18:48:36 | |
| 5180 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5856 | +2017-08-09 11:49:38 | |
| 5857 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5181 | 5858 | |
| 5182 | -2017-06-20 18:48:36 | |
| 5183 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5859 | +2017-08-09 11:49:38 | |
| 5860 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5184 | 5861 | |
| 5185 | -2017-06-20 18:48:36 | |
| 5186 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5862 | +2017-08-09 11:49:38 | |
| 5863 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5187 | 5864 | |
| 5188 | -2017-06-20 18:48:36 | |
| 5189 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5865 | +2017-08-09 11:49:38 | |
| 5866 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5190 | 5867 | |
| 5191 | -2017-06-20 18:48:36 | |
| 5192 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5868 | +2017-08-09 11:49:38 | |
| 5869 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5193 | 5870 | |
| 5194 | -2017-06-20 18:48:36 | |
| 5195 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5871 | +2017-08-09 11:49:38 | |
| 5872 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5196 | 5873 | |
| 5197 | -2017-06-20 18:48:36 | |
| 5198 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5874 | +2017-08-09 11:55:09 | |
| 5875 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5199 | 5876 | |
| 5200 | -2017-06-20 18:48:36 | |
| 5201 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5877 | +2017-08-09 11:55:09 | |
| 5878 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5202 | 5879 | |
| 5203 | -2017-06-20 18:48:36 | |
| 5204 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5880 | +2017-08-09 11:55:09 | |
| 5881 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5205 | 5882 | |
| 5206 | -2017-06-20 18:48:36 | |
| 5207 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5883 | +2017-08-09 11:55:09 | |
| 5884 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5208 | 5885 | |
| 5209 | -2017-06-20 18:48:36 | |
| 5210 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5886 | +2017-08-09 11:55:09 | |
| 5887 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5211 | 5888 | |
| 5212 | -2017-06-20 18:48:36 | |
| 5213 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5889 | +2017-08-09 11:55:09 | |
| 5890 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5214 | 5891 | |
| 5215 | -2017-06-20 18:48:37 | |
| 5216 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5892 | +2017-08-09 11:55:09 | |
| 5893 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5217 | 5894 | |
| 5218 | -2017-06-20 18:48:37 | |
| 5219 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5895 | +2017-08-09 11:55:10 | |
| 5896 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5220 | 5897 | |
| 5221 | -2017-06-20 18:48:37 | |
| 5222 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5898 | +2017-08-09 11:55:10 | |
| 5899 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5223 | 5900 | |
| 5224 | -2017-06-20 18:48:37 | |
| 5225 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5901 | +2017-08-09 11:55:10 | |
| 5902 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5226 | 5903 | |
| 5227 | -2017-06-20 18:48:37 | |
| 5228 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5904 | +2017-08-09 11:55:11 | |
| 5905 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5229 | 5906 | |
| 5230 | -2017-06-20 18:48:37 | |
| 5231 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5907 | +2017-08-09 11:55:11 | |
| 5908 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5232 | 5909 | |
| 5233 | -2017-06-20 18:48:37 | |
| 5234 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5910 | +2017-08-09 11:55:11 | |
| 5911 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5235 | 5912 | |
| 5236 | -2017-06-20 18:48:37 | |
| 5237 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5913 | +2017-08-09 11:55:11 | |
| 5914 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5238 | 5915 | |
| 5239 | -2017-06-20 18:48:37 | |
| 5240 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5916 | +2017-08-09 11:55:11 | |
| 5917 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5241 | 5918 | |
| 5242 | -2017-06-20 18:48:37 | |
| 5243 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5919 | +2017-08-09 11:55:11 | |
| 5920 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5244 | 5921 | |
| 5245 | -2017-06-20 18:48:37 | |
| 5246 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5922 | +2017-08-09 11:55:11 | |
| 5923 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5247 | 5924 | |
| 5248 | -2017-06-20 18:48:37 | |
| 5249 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 5925 | +2017-08-09 11:55:11 | |
| 5926 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5250 | 5927 | |
| 5251 | -2017-06-20 18:48:37 | |
| 5252 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?1=1 | |
| 5928 | +2017-08-09 11:55:11 | |
| 5929 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5253 | 5930 | |
| 5254 | -2017-06-20 18:48:37 | |
| 5255 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5931 | +2017-08-09 11:55:11 | |
| 5932 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5256 | 5933 | |
| 5257 | -2017-06-20 18:48:37 | |
| 5258 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 5934 | +2017-08-09 11:55:57 | |
| 5935 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5259 | 5936 | |
| 5260 | -2017-06-20 18:48:37 | |
| 5261 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5937 | +2017-08-09 11:55:57 | |
| 5938 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5262 | 5939 | |
| 5263 | -2017-06-20 18:48:37 | |
| 5264 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 5940 | +2017-08-09 11:55:57 | |
| 5941 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5265 | 5942 | |
| 5266 | -2017-06-20 18:48:37 | |
| 5267 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx271a27f6ad9b8704&redirect_uri=http://atao.s1.natapp.cc/park/myParkCardList?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 5943 | +2017-08-09 11:55:57 | |
| 5944 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5268 | 5945 | |
| 5269 | -2017-06-20 18:48:38 | |
| 5270 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5946 | +2017-08-09 11:55:57 | |
| 5947 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5271 | 5948 | |
| 5272 | -2017-06-20 18:48:38 | |
| 5273 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5949 | +2017-08-09 11:55:57 | |
| 5950 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5274 | 5951 | |
| 5275 | -2017-06-20 18:48:38 | |
| 5276 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5952 | +2017-08-09 11:55:57 | |
| 5953 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5277 | 5954 | |
| 5278 | -2017-06-20 18:48:38 | |
| 5279 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5955 | +2017-08-09 11:55:57 | |
| 5956 | +[ERROR]-[Thread: qtp1761061602-24]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 5957 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 5280 | 5958 | |
| 5281 | -2017-06-20 18:48:38 | |
| 5282 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5959 | +The last packet successfully received from the server was 46,122 milliseconds ago. The last packet sent successfully to the server was 1 milliseconds ago. | |
| 5960 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 5961 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 5962 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 5963 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 5964 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 5965 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 5966 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 5967 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 5968 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 5969 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 5970 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 5971 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 5972 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 5973 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 5974 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 5975 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 5976 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 5977 | + at com.rnt.service.UserService.queryBindInfoByOpenId(UserService.java:21) | |
| 5978 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:79) | |
| 5979 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 5980 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 5981 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 5982 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 5983 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 5984 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 5985 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 5986 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 5987 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 5988 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 5989 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 5990 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 5991 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 5992 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 5993 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 5994 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 5995 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 5996 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 5997 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 5998 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 5999 | + at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926) | |
| 6000 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988) | |
| 6001 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635) | |
| 6002 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) | |
| 6003 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 6004 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 6005 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 6006 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 6007 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 6008 | + at java.lang.Thread.run(Thread.java:745) | |
| 6009 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 6010 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 6011 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 6012 | + ... 43 more | |
| 5283 | 6013 | |
| 5284 | -2017-06-20 18:48:38 | |
| 5285 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6014 | +2017-08-09 11:56:00 | |
| 6015 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5286 | 6016 | |
| 5287 | -2017-06-20 18:48:38 | |
| 5288 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6017 | +2017-08-09 11:56:00 | |
| 6018 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5289 | 6019 | |
| 5290 | -2017-06-20 18:48:38 | |
| 5291 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6020 | +2017-08-09 11:56:00 | |
| 6021 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5292 | 6022 | |
| 5293 | -2017-06-20 18:48:38 | |
| 5294 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6023 | +2017-08-09 11:56:00 | |
| 6024 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5295 | 6025 | |
| 5296 | -2017-06-20 18:48:38 | |
| 5297 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6026 | +2017-08-09 11:56:00 | |
| 6027 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5298 | 6028 | |
| 5299 | -2017-06-20 18:48:38 | |
| 5300 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6029 | +2017-08-09 11:56:00 | |
| 6030 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5301 | 6031 | |
| 5302 | -2017-06-20 18:48:38 | |
| 5303 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6032 | +2017-08-09 11:56:00 | |
| 6033 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5304 | 6034 | |
| 5305 | -2017-06-20 18:48:38 | |
| 5306 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6035 | +2017-08-09 11:56:00 | |
| 6036 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5307 | 6037 | |
| 5308 | -2017-06-20 18:48:38 | |
| 5309 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6038 | +2017-08-09 11:56:00 | |
| 6039 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5310 | 6040 | |
| 5311 | -2017-06-20 18:48:39 | |
| 5312 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6041 | +2017-08-09 11:56:00 | |
| 6042 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5313 | 6043 | |
| 5314 | -2017-06-20 18:48:39 | |
| 5315 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6044 | +2017-08-09 11:56:00 | |
| 6045 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5316 | 6046 | |
| 5317 | -2017-06-20 18:48:39 | |
| 5318 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6047 | +2017-08-09 11:56:00 | |
| 6048 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5319 | 6049 | |
| 5320 | -2017-06-20 18:48:39 | |
| 5321 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6050 | +2017-08-09 11:56:00 | |
| 6051 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5322 | 6052 | |
| 5323 | -2017-06-20 18:48:39 | |
| 5324 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6053 | +2017-08-09 11:56:00 | |
| 6054 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5325 | 6055 | |
| 5326 | -2017-06-20 18:48:39 | |
| 5327 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6056 | +2017-08-09 11:56:00 | |
| 6057 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5328 | 6058 | |
| 5329 | -2017-06-20 18:48:40 | |
| 5330 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6059 | +2017-08-09 11:56:00 | |
| 6060 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5331 | 6061 | |
| 5332 | -2017-06-20 18:48:40 | |
| 5333 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 6062 | +2017-08-09 11:56:00 | |
| 6063 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5334 | 6064 | |
| 5335 | -2017-06-20 18:48:40 | |
| 5336 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 6065 | +2017-08-09 11:56:00 | |
| 6066 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5337 | 6067 | |
| 5338 | -2017-06-20 18:48:40 | |
| 5339 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6068 | +2017-08-09 11:56:00 | |
| 6069 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5340 | 6070 | |
| 5341 | -2017-06-20 18:48:40 | |
| 5342 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6071 | +2017-08-09 11:56:00 | |
| 6072 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5343 | 6073 | |
| 5344 | -2017-06-20 18:48:40 | |
| 5345 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6074 | +2017-08-09 11:56:00 | |
| 6075 | +[ERROR]-[Thread: qtp1761061602-26]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 6076 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 5346 | 6077 | |
| 5347 | -2017-06-20 18:48:40 | |
| 5348 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6078 | +The last packet successfully received from the server was 48,878 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. | |
| 6079 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 6080 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 6081 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 6082 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 6083 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 6084 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 6085 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 6086 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 6087 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 6088 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 6089 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 6090 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 6091 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 6092 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 6093 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 6094 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 6095 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 6096 | + at com.rnt.service.ParkLotService.queryParkLotForpklNo(ParkLotService.java:138) | |
| 6097 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.CGLIB$queryParkLotForpklNo$0(<generated>) | |
| 6098 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62$$FastClassByCGLIB$$97ab48e9.invoke(<generated>) | |
| 6099 | + at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
| 6100 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:82) | |
| 6101 | + at com.jfinal.aop.Callback.intercept(Callback.java:96) | |
| 6102 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.queryParkLotForpklNo(<generated>) | |
| 6103 | + at com.rnt.controller.WeixinPayController.queryParkLotCardForChoose(WeixinPayController.java:319) | |
| 6104 | + at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) | |
| 6105 | + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6106 | + at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6107 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:73) | |
| 6108 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:139) | |
| 6109 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6110 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 6111 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6112 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 6113 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6114 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 6115 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 6116 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 6117 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 6118 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 6119 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 6120 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 6121 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 6122 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 6123 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 6124 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 6125 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 6126 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 6127 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 6128 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 6129 | + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) | |
| 6130 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) | |
| 6131 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) | |
| 6132 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) | |
| 6133 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 6134 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 6135 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 6136 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 6137 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 6138 | + at java.lang.Thread.run(Thread.java:745) | |
| 6139 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 6140 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 6141 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 6142 | + ... 54 more | |
| 5349 | 6143 | |
| 5350 | -2017-06-20 18:48:40 | |
| 5351 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6144 | +2017-08-09 11:59:04 | |
| 6145 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5352 | 6146 | |
| 5353 | -2017-06-20 18:48:40 | |
| 5354 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6147 | +2017-08-09 11:59:04 | |
| 6148 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5355 | 6149 | |
| 5356 | -2017-06-20 18:48:40 | |
| 5357 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6150 | +2017-08-09 11:59:04 | |
| 6151 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5358 | 6152 | |
| 5359 | -2017-06-20 18:48:40 | |
| 5360 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6153 | +2017-08-09 11:59:04 | |
| 6154 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5361 | 6155 | |
| 5362 | -2017-06-20 18:48:40 | |
| 5363 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 6156 | +2017-08-09 11:59:04 | |
| 6157 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5364 | 6158 | |
| 5365 | -2017-06-20 18:48:40 | |
| 5366 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?1=1 | |
| 6159 | +2017-08-09 11:59:04 | |
| 6160 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5367 | 6161 | |
| 5368 | -2017-06-20 18:48:40 | |
| 5369 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6162 | +2017-08-09 11:59:04 | |
| 6163 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5370 | 6164 | |
| 5371 | -2017-06-20 18:48:40 | |
| 5372 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 6165 | +2017-08-09 11:59:05 | |
| 6166 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5373 | 6167 | |
| 5374 | -2017-06-20 18:48:40 | |
| 5375 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6168 | +2017-08-09 11:59:05 | |
| 6169 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5376 | 6170 | |
| 5377 | -2017-06-20 18:48:40 | |
| 5378 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 6171 | +2017-08-09 11:59:05 | |
| 6172 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5379 | 6173 | |
| 5380 | -2017-06-20 18:48:40 | |
| 5381 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx271a27f6ad9b8704&redirect_uri=http://atao.s1.natapp.cc/park/queryParkLotCard?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 6174 | +2017-08-09 11:59:05 | |
| 6175 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5382 | 6176 | |
| 5383 | -2017-06-20 18:48:42 | |
| 5384 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6177 | +2017-08-09 11:59:05 | |
| 6178 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5385 | 6179 | |
| 5386 | -2017-06-20 18:48:42 | |
| 5387 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6180 | +2017-08-09 11:59:05 | |
| 6181 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5388 | 6182 | |
| 5389 | -2017-06-20 18:48:42 | |
| 5390 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6183 | +2017-08-09 11:59:05 | |
| 6184 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5391 | 6185 | |
| 5392 | -2017-06-20 18:48:42 | |
| 5393 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6186 | +2017-08-09 11:59:05 | |
| 6187 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5394 | 6188 | |
| 5395 | -2017-06-20 18:48:42 | |
| 5396 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6189 | +2017-08-09 11:59:05 | |
| 6190 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5397 | 6191 | |
| 5398 | -2017-06-20 18:48:42 | |
| 5399 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6192 | +2017-08-09 11:59:05 | |
| 6193 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5400 | 6194 | |
| 5401 | -2017-06-20 18:48:42 | |
| 5402 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6195 | +2017-08-09 11:59:05 | |
| 6196 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5403 | 6197 | |
| 5404 | -2017-06-20 18:48:42 | |
| 5405 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6198 | +2017-08-09 11:59:05 | |
| 6199 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5406 | 6200 | |
| 5407 | -2017-06-20 18:48:42 | |
| 5408 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6201 | +2017-08-09 11:59:05 | |
| 6202 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5409 | 6203 | |
| 5410 | -2017-06-20 18:48:42 | |
| 5411 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6204 | +2017-08-09 12:01:46 | |
| 6205 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5412 | 6206 | |
| 5413 | -2017-06-20 18:48:42 | |
| 5414 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6207 | +2017-08-09 12:01:46 | |
| 6208 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5415 | 6209 | |
| 5416 | -2017-06-20 18:48:42 | |
| 5417 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6210 | +2017-08-09 12:01:46 | |
| 6211 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5418 | 6212 | |
| 5419 | -2017-06-20 18:48:42 | |
| 5420 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6213 | +2017-08-09 12:01:46 | |
| 6214 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5421 | 6215 | |
| 5422 | -2017-06-20 18:48:42 | |
| 5423 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6216 | +2017-08-09 12:01:46 | |
| 6217 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5424 | 6218 | |
| 5425 | -2017-06-20 18:48:42 | |
| 5426 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6219 | +2017-08-09 12:01:46 | |
| 6220 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5427 | 6221 | |
| 5428 | -2017-06-20 18:48:42 | |
| 5429 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6222 | +2017-08-09 12:01:46 | |
| 6223 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5430 | 6224 | |
| 5431 | -2017-06-20 18:48:42 | |
| 5432 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6225 | +2017-08-09 12:01:47 | |
| 6226 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5433 | 6227 | |
| 5434 | -2017-06-20 18:48:42 | |
| 5435 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6228 | +2017-08-09 12:01:47 | |
| 6229 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5436 | 6230 | |
| 5437 | -2017-06-20 18:48:42 | |
| 5438 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6231 | +2017-08-09 12:01:47 | |
| 6232 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5439 | 6233 | |
| 5440 | -2017-06-20 18:48:42 | |
| 5441 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6234 | +2017-08-09 12:01:47 | |
| 6235 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5442 | 6236 | |
| 5443 | -2017-06-20 18:48:45 | |
| 5444 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6237 | +2017-08-09 12:01:47 | |
| 6238 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5445 | 6239 | |
| 5446 | -2017-06-20 18:48:45 | |
| 5447 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6240 | +2017-08-09 12:01:47 | |
| 6241 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5448 | 6242 | |
| 5449 | -2017-06-20 18:48:45 | |
| 5450 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6243 | +2017-08-09 12:01:47 | |
| 6244 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5451 | 6245 | |
| 5452 | -2017-06-20 18:48:45 | |
| 5453 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6246 | +2017-08-09 12:01:47 | |
| 6247 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5454 | 6248 | |
| 5455 | -2017-06-20 18:48:45 | |
| 5456 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6249 | +2017-08-09 12:01:47 | |
| 6250 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5457 | 6251 | |
| 5458 | -2017-06-20 18:48:45 | |
| 5459 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6252 | +2017-08-09 12:01:47 | |
| 6253 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5460 | 6254 | |
| 5461 | -2017-06-20 18:48:45 | |
| 5462 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6255 | +2017-08-09 12:01:47 | |
| 6256 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5463 | 6257 | |
| 5464 | -2017-06-20 18:48:45 | |
| 5465 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6258 | +2017-08-09 12:01:47 | |
| 6259 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5466 | 6260 | |
| 5467 | -2017-06-20 18:48:45 | |
| 5468 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6261 | +2017-08-09 12:01:47 | |
| 6262 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5469 | 6263 | |
| 5470 | -2017-06-20 18:48:45 | |
| 5471 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6264 | +2017-08-09 12:02:32 | |
| 6265 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5472 | 6266 | |
| 5473 | -2017-06-20 18:48:45 | |
| 5474 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6267 | +2017-08-09 12:02:32 | |
| 6268 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5475 | 6269 | |
| 5476 | -2017-06-20 18:48:45 | |
| 5477 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6270 | +2017-08-09 12:02:32 | |
| 6271 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5478 | 6272 | |
| 5479 | -2017-06-20 18:48:45 | |
| 5480 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6273 | +2017-08-09 12:02:32 | |
| 6274 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5481 | 6275 | |
| 5482 | -2017-06-20 18:48:45 | |
| 5483 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6276 | +2017-08-09 12:02:32 | |
| 6277 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5484 | 6278 | |
| 5485 | -2017-06-20 18:48:45 | |
| 5486 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6279 | +2017-08-09 12:02:32 | |
| 6280 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5487 | 6281 | |
| 5488 | -2017-06-20 18:48:45 | |
| 5489 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6282 | +2017-08-09 12:02:32 | |
| 6283 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5490 | 6284 | |
| 5491 | -2017-06-20 18:48:45 | |
| 5492 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6285 | +2017-08-09 12:02:32 | |
| 6286 | +[ERROR]-[Thread: qtp1761061602-26]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 6287 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 5493 | 6288 | |
| 5494 | -2017-06-20 18:48:45 | |
| 5495 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6289 | +The last packet successfully received from the server was 44,517 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. | |
| 6290 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 6291 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 6292 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 6293 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 6294 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 6295 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 6296 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 6297 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 6298 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 6299 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 6300 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 6301 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 6302 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 6303 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 6304 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 6305 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 6306 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 6307 | + at com.rnt.service.UserService.queryBindInfoByOpenId(UserService.java:21) | |
| 6308 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:79) | |
| 6309 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6310 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 6311 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6312 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 6313 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6314 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 6315 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 6316 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 6317 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 6318 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 6319 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 6320 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 6321 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 6322 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 6323 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 6324 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 6325 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 6326 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 6327 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 6328 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 6329 | + at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926) | |
| 6330 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988) | |
| 6331 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635) | |
| 6332 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) | |
| 6333 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 6334 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 6335 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 6336 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 6337 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 6338 | + at java.lang.Thread.run(Thread.java:745) | |
| 6339 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 6340 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 6341 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 6342 | + ... 43 more | |
| 5496 | 6343 | |
| 5497 | -2017-06-20 18:48:45 | |
| 5498 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6344 | +2017-08-09 12:02:34 | |
| 6345 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5499 | 6346 | |
| 5500 | -2017-06-20 18:48:45 | |
| 5501 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6347 | +2017-08-09 12:02:34 | |
| 6348 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5502 | 6349 | |
| 5503 | -2017-06-20 18:48:46 | |
| 5504 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6350 | +2017-08-09 12:02:34 | |
| 6351 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5505 | 6352 | |
| 5506 | -2017-06-20 18:48:46 | |
| 5507 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 6353 | +2017-08-09 12:02:34 | |
| 6354 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5508 | 6355 | |
| 5509 | -2017-06-20 18:48:46 | |
| 5510 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A320211000 | |
| 6356 | +2017-08-09 12:02:34 | |
| 6357 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5511 | 6358 | |
| 5512 | -2017-06-20 18:48:46 | |
| 5513 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6359 | +2017-08-09 12:02:34 | |
| 6360 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5514 | 6361 | |
| 5515 | -2017-06-20 18:48:46 | |
| 5516 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6362 | +2017-08-09 12:02:34 | |
| 6363 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5517 | 6364 | |
| 5518 | -2017-06-20 18:48:46 | |
| 5519 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6365 | +2017-08-09 12:02:34 | |
| 6366 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5520 | 6367 | |
| 5521 | -2017-06-20 18:48:46 | |
| 5522 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6368 | +2017-08-09 12:02:34 | |
| 6369 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5523 | 6370 | |
| 5524 | -2017-06-20 18:48:47 | |
| 5525 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6371 | +2017-08-09 12:02:34 | |
| 6372 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5526 | 6373 | |
| 5527 | -2017-06-20 18:48:47 | |
| 5528 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6374 | +2017-08-09 12:02:34 | |
| 6375 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5529 | 6376 | |
| 5530 | -2017-06-20 18:48:47 | |
| 5531 | -[INFO]-[Thread: qtp1597655940-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6377 | +2017-08-09 12:02:34 | |
| 6378 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5532 | 6379 | |
| 5533 | -2017-06-20 18:48:47 | |
| 5534 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6380 | +2017-08-09 12:02:34 | |
| 6381 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5535 | 6382 | |
| 5536 | -2017-06-20 18:48:47 | |
| 5537 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 6383 | +2017-08-09 12:02:34 | |
| 6384 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5538 | 6385 | |
| 5539 | -2017-06-20 18:48:47 | |
| 5540 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?1=1 | |
| 6386 | +2017-08-09 12:02:34 | |
| 6387 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5541 | 6388 | |
| 5542 | -2017-06-20 18:48:47 | |
| 5543 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6389 | +2017-08-09 12:02:34 | |
| 6390 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5544 | 6391 | |
| 5545 | -2017-06-20 18:48:47 | |
| 5546 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 6392 | +2017-08-09 12:02:34 | |
| 6393 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5547 | 6394 | |
| 5548 | -2017-06-20 18:48:47 | |
| 5549 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6395 | +2017-08-09 12:02:34 | |
| 6396 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5550 | 6397 | |
| 5551 | -2017-06-20 18:48:47 | |
| 5552 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 6398 | +2017-08-09 12:02:34 | |
| 6399 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5553 | 6400 | |
| 5554 | -2017-06-20 18:48:47 | |
| 5555 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx271a27f6ad9b8704&redirect_uri=http://atao.s1.natapp.cc/park/queryParkLotCard?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 6401 | +2017-08-09 12:02:34 | |
| 6402 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5556 | 6403 | |
| 5557 | -2017-06-20 18:48:49 | |
| 5558 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6404 | +2017-08-09 12:02:34 | |
| 6405 | +[ERROR]-[Thread: qtp1761061602-24]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 6406 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 5559 | 6407 | |
| 5560 | -2017-06-20 18:48:49 | |
| 5561 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6408 | +The last packet successfully received from the server was 46,290 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. | |
| 6409 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 6410 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 6411 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 6412 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 6413 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 6414 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 6415 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 6416 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 6417 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 6418 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 6419 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 6420 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 6421 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 6422 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 6423 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 6424 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 6425 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 6426 | + at com.rnt.service.ParkLotService.queryParkLotForpklNo(ParkLotService.java:138) | |
| 6427 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.CGLIB$queryParkLotForpklNo$0(<generated>) | |
| 6428 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62$$FastClassByCGLIB$$97ab48e9.invoke(<generated>) | |
| 6429 | + at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
| 6430 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:82) | |
| 6431 | + at com.jfinal.aop.Callback.intercept(Callback.java:96) | |
| 6432 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.queryParkLotForpklNo(<generated>) | |
| 6433 | + at com.rnt.controller.WeixinPayController.queryParkLotCardForChoose(WeixinPayController.java:319) | |
| 6434 | + at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) | |
| 6435 | + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6436 | + at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6437 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:73) | |
| 6438 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:139) | |
| 6439 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6440 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 6441 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6442 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 6443 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6444 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 6445 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 6446 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 6447 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 6448 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 6449 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 6450 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 6451 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 6452 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 6453 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 6454 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 6455 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 6456 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 6457 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 6458 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 6459 | + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) | |
| 6460 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) | |
| 6461 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) | |
| 6462 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) | |
| 6463 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 6464 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 6465 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 6466 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 6467 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 6468 | + at java.lang.Thread.run(Thread.java:745) | |
| 6469 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 6470 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 6471 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 6472 | + ... 54 more | |
| 5562 | 6473 | |
| 5563 | -2017-06-20 18:48:49 | |
| 5564 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6474 | +2017-08-09 12:02:46 | |
| 6475 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5565 | 6476 | |
| 5566 | -2017-06-20 18:48:49 | |
| 5567 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6477 | +2017-08-09 12:02:46 | |
| 6478 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5568 | 6479 | |
| 5569 | -2017-06-20 18:48:49 | |
| 5570 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6480 | +2017-08-09 12:02:46 | |
| 6481 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5571 | 6482 | |
| 5572 | -2017-06-20 18:48:49 | |
| 5573 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6483 | +2017-08-09 12:02:46 | |
| 6484 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5574 | 6485 | |
| 5575 | -2017-06-20 18:48:49 | |
| 5576 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6486 | +2017-08-09 12:02:46 | |
| 6487 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5577 | 6488 | |
| 5578 | -2017-06-20 18:48:49 | |
| 5579 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6489 | +2017-08-09 12:02:46 | |
| 6490 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5580 | 6491 | |
| 5581 | -2017-06-20 18:48:49 | |
| 5582 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6492 | +2017-08-09 12:02:46 | |
| 6493 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5583 | 6494 | |
| 5584 | -2017-06-20 18:48:49 | |
| 5585 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6495 | +2017-08-09 12:02:46 | |
| 6496 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5586 | 6497 | |
| 5587 | -2017-06-20 18:48:49 | |
| 5588 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6498 | +2017-08-09 12:02:46 | |
| 6499 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5589 | 6500 | |
| 5590 | -2017-06-20 18:48:49 | |
| 5591 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6501 | +2017-08-09 12:02:46 | |
| 6502 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5592 | 6503 | |
| 5593 | -2017-06-20 18:48:49 | |
| 5594 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6504 | +2017-08-09 12:02:47 | |
| 6505 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5595 | 6506 | |
| 5596 | -2017-06-20 18:48:49 | |
| 5597 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6507 | +2017-08-09 12:02:47 | |
| 6508 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5598 | 6509 | |
| 5599 | -2017-06-20 18:48:49 | |
| 5600 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6510 | +2017-08-09 12:02:47 | |
| 6511 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5601 | 6512 | |
| 5602 | -2017-06-20 18:48:49 | |
| 5603 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6513 | +2017-08-09 12:02:47 | |
| 6514 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5604 | 6515 | |
| 5605 | -2017-06-20 18:48:49 | |
| 5606 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6516 | +2017-08-09 12:02:47 | |
| 6517 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5607 | 6518 | |
| 5608 | -2017-06-20 18:48:49 | |
| 5609 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6519 | +2017-08-09 12:02:47 | |
| 6520 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5610 | 6521 | |
| 5611 | -2017-06-20 18:48:49 | |
| 5612 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6522 | +2017-08-09 12:02:47 | |
| 6523 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5613 | 6524 | |
| 5614 | -2017-06-20 18:48:49 | |
| 5615 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6525 | +2017-08-09 12:02:47 | |
| 6526 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5616 | 6527 | |
| 5617 | -2017-06-20 18:48:49 | |
| 5618 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6528 | +2017-08-09 12:02:47 | |
| 6529 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5619 | 6530 | |
| 5620 | -2017-06-20 18:48:49 | |
| 5621 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6531 | +2017-08-09 12:02:47 | |
| 6532 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5622 | 6533 | |
| 5623 | -2017-06-20 18:48:49 | |
| 5624 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6534 | +2017-08-09 12:05:04 | |
| 6535 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5625 | 6536 | |
| 5626 | -2017-06-20 18:48:49 | |
| 5627 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6537 | +2017-08-09 12:05:04 | |
| 6538 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5628 | 6539 | |
| 5629 | -2017-06-20 18:48:49 | |
| 5630 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6540 | +2017-08-09 12:05:04 | |
| 6541 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5631 | 6542 | |
| 5632 | -2017-06-20 18:48:49 | |
| 5633 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6543 | +2017-08-09 12:05:04 | |
| 6544 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5634 | 6545 | |
| 5635 | -2017-06-20 18:48:49 | |
| 5636 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6546 | +2017-08-09 12:05:04 | |
| 6547 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5637 | 6548 | |
| 5638 | -2017-06-20 18:48:49 | |
| 5639 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6549 | +2017-08-09 12:05:04 | |
| 6550 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5640 | 6551 | |
| 5641 | -2017-06-20 18:48:49 | |
| 5642 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6552 | +2017-08-09 12:05:04 | |
| 6553 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5643 | 6554 | |
| 5644 | -2017-06-20 18:48:49 | |
| 5645 | -[INFO]-[Thread: qtp1597655940-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6555 | +2017-08-09 12:05:05 | |
| 6556 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5646 | 6557 | |
| 5647 | -2017-06-20 18:48:49 | |
| 5648 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6558 | +2017-08-09 12:05:05 | |
| 6559 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5649 | 6560 | |
| 5650 | -2017-06-20 18:48:49 | |
| 5651 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 6561 | +2017-08-09 12:05:05 | |
| 6562 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5652 | 6563 | |
| 5653 | -2017-06-20 18:48:49 | |
| 5654 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?1=1 | |
| 6564 | +2017-08-09 12:05:05 | |
| 6565 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5655 | 6566 | |
| 5656 | -2017-06-20 18:48:49 | |
| 5657 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6567 | +2017-08-09 12:05:05 | |
| 6568 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5658 | 6569 | |
| 5659 | -2017-06-20 18:48:49 | |
| 5660 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 6570 | +2017-08-09 12:05:05 | |
| 6571 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5661 | 6572 | |
| 5662 | -2017-06-20 18:48:49 | |
| 5663 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6573 | +2017-08-09 12:05:05 | |
| 6574 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5664 | 6575 | |
| 5665 | -2017-06-20 18:48:49 | |
| 5666 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 6576 | +2017-08-09 12:05:05 | |
| 6577 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5667 | 6578 | |
| 5668 | -2017-06-20 18:48:49 | |
| 5669 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx271a27f6ad9b8704&redirect_uri=http://atao.s1.natapp.cc/park/myParkCardList?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 6579 | +2017-08-09 12:05:05 | |
| 6580 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5670 | 6581 | |
| 5671 | -2017-06-20 18:48:50 | |
| 5672 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6582 | +2017-08-09 12:05:05 | |
| 6583 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5673 | 6584 | |
| 5674 | -2017-06-20 18:48:50 | |
| 5675 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6585 | +2017-08-09 12:05:05 | |
| 6586 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5676 | 6587 | |
| 5677 | -2017-06-20 18:48:50 | |
| 5678 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6588 | +2017-08-09 12:05:05 | |
| 6589 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5679 | 6590 | |
| 5680 | -2017-06-20 18:48:50 | |
| 5681 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6591 | +2017-08-09 12:05:05 | |
| 6592 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5682 | 6593 | |
| 5683 | -2017-06-20 18:48:50 | |
| 5684 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6594 | +2017-08-09 13:21:29 | |
| 6595 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5685 | 6596 | |
| 5686 | -2017-06-20 18:48:50 | |
| 5687 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6597 | +2017-08-09 13:21:29 | |
| 6598 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5688 | 6599 | |
| 5689 | -2017-06-20 18:48:50 | |
| 5690 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6600 | +2017-08-09 13:21:29 | |
| 6601 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5691 | 6602 | |
| 5692 | -2017-06-20 18:48:50 | |
| 5693 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6603 | +2017-08-09 13:21:29 | |
| 6604 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5694 | 6605 | |
| 5695 | -2017-06-20 18:48:50 | |
| 5696 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6606 | +2017-08-09 13:21:29 | |
| 6607 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5697 | 6608 | |
| 5698 | -2017-06-20 18:48:50 | |
| 5699 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6609 | +2017-08-09 13:21:29 | |
| 6610 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5700 | 6611 | |
| 5701 | -2017-06-20 18:48:50 | |
| 5702 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6612 | +2017-08-09 13:21:29 | |
| 6613 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5703 | 6614 | |
| 5704 | -2017-06-20 18:48:50 | |
| 5705 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6615 | +2017-08-09 13:21:30 | |
| 6616 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5706 | 6617 | |
| 5707 | -2017-06-20 18:48:50 | |
| 5708 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6618 | +2017-08-09 13:21:30 | |
| 6619 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5709 | 6620 | |
| 5710 | -2017-06-20 18:48:50 | |
| 5711 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6621 | +2017-08-09 13:21:30 | |
| 6622 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5712 | 6623 | |
| 5713 | -2017-06-20 18:48:51 | |
| 5714 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6624 | +2017-08-09 13:21:30 | |
| 6625 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5715 | 6626 | |
| 5716 | -2017-06-20 18:48:51 | |
| 5717 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6627 | +2017-08-09 13:21:30 | |
| 6628 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5718 | 6629 | |
| 5719 | -2017-06-20 18:48:51 | |
| 5720 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6630 | +2017-08-09 13:21:30 | |
| 6631 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5721 | 6632 | |
| 5722 | -2017-06-20 18:48:51 | |
| 5723 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6633 | +2017-08-09 13:21:30 | |
| 6634 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5724 | 6635 | |
| 5725 | -2017-06-20 18:48:51 | |
| 5726 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6636 | +2017-08-09 13:21:30 | |
| 6637 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5727 | 6638 | |
| 5728 | -2017-06-20 18:48:51 | |
| 5729 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6639 | +2017-08-09 13:21:30 | |
| 6640 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5730 | 6641 | |
| 5731 | -2017-06-20 18:50:16 | |
| 5732 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6642 | +2017-08-09 13:21:30 | |
| 6643 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5733 | 6644 | |
| 5734 | -2017-06-20 18:50:16 | |
| 5735 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6645 | +2017-08-09 13:21:30 | |
| 6646 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5736 | 6647 | |
| 5737 | -2017-06-20 18:50:16 | |
| 5738 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6648 | +2017-08-09 13:21:30 | |
| 6649 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5739 | 6650 | |
| 5740 | -2017-06-20 18:50:16 | |
| 5741 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6651 | +2017-08-09 13:21:30 | |
| 6652 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5742 | 6653 | |
| 5743 | -2017-06-20 18:50:16 | |
| 5744 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6654 | +2017-08-09 13:22:09 | |
| 6655 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5745 | 6656 | |
| 5746 | -2017-06-20 18:50:16 | |
| 5747 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6657 | +2017-08-09 13:22:09 | |
| 6658 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5748 | 6659 | |
| 5749 | -2017-06-20 18:50:16 | |
| 5750 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6660 | +2017-08-09 13:22:09 | |
| 6661 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5751 | 6662 | |
| 5752 | -2017-06-20 18:50:16 | |
| 5753 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6663 | +2017-08-09 13:22:09 | |
| 6664 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5754 | 6665 | |
| 5755 | -2017-06-20 18:50:16 | |
| 5756 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6666 | +2017-08-09 13:22:09 | |
| 6667 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5757 | 6668 | |
| 5758 | -2017-06-20 18:50:16 | |
| 5759 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6669 | +2017-08-09 13:22:09 | |
| 6670 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5760 | 6671 | |
| 5761 | -2017-06-20 18:50:16 | |
| 5762 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6672 | +2017-08-09 13:22:09 | |
| 6673 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5763 | 6674 | |
| 5764 | -2017-06-20 18:50:16 | |
| 5765 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6675 | +2017-08-09 13:22:09 | |
| 6676 | +[ERROR]-[Thread: qtp1761061602-24]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 6677 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 5766 | 6678 | |
| 5767 | -2017-06-20 18:50:16 | |
| 5768 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6679 | +The last packet successfully received from the server was 38,901 milliseconds ago. The last packet sent successfully to the server was 1 milliseconds ago. | |
| 6680 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 6681 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 6682 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 6683 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 6684 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 6685 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 6686 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 6687 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 6688 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 6689 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 6690 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 6691 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 6692 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 6693 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 6694 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 6695 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 6696 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 6697 | + at com.rnt.service.UserService.queryBindInfoByOpenId(UserService.java:21) | |
| 6698 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:79) | |
| 6699 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6700 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 6701 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6702 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 6703 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6704 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 6705 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 6706 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 6707 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 6708 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 6709 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 6710 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 6711 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 6712 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 6713 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 6714 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 6715 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 6716 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 6717 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 6718 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 6719 | + at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926) | |
| 6720 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988) | |
| 6721 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635) | |
| 6722 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) | |
| 6723 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 6724 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 6725 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 6726 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 6727 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 6728 | + at java.lang.Thread.run(Thread.java:745) | |
| 6729 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 6730 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 6731 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 6732 | + ... 43 more | |
| 5769 | 6733 | |
| 5770 | -2017-06-20 18:50:16 | |
| 5771 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6734 | +2017-08-09 13:22:12 | |
| 6735 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5772 | 6736 | |
| 5773 | -2017-06-20 18:50:16 | |
| 5774 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6737 | +2017-08-09 13:22:12 | |
| 6738 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5775 | 6739 | |
| 5776 | -2017-06-20 18:50:16 | |
| 5777 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6740 | +2017-08-09 13:22:12 | |
| 6741 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5778 | 6742 | |
| 5779 | -2017-06-20 18:50:16 | |
| 5780 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6743 | +2017-08-09 13:22:12 | |
| 6744 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5781 | 6745 | |
| 5782 | -2017-06-20 18:50:16 | |
| 5783 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6746 | +2017-08-09 13:22:12 | |
| 6747 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5784 | 6748 | |
| 5785 | -2017-06-20 18:50:16 | |
| 5786 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6749 | +2017-08-09 13:22:12 | |
| 6750 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5787 | 6751 | |
| 5788 | -2017-06-20 18:50:16 | |
| 5789 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6752 | +2017-08-09 13:22:12 | |
| 6753 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5790 | 6754 | |
| 5791 | -2017-06-20 18:50:16 | |
| 5792 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6755 | +2017-08-09 13:22:12 | |
| 6756 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5793 | 6757 | |
| 5794 | -2017-06-20 18:50:16 | |
| 5795 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6758 | +2017-08-09 13:22:12 | |
| 6759 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5796 | 6760 | |
| 5797 | -2017-06-20 18:50:16 | |
| 5798 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6761 | +2017-08-09 13:22:12 | |
| 6762 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5799 | 6763 | |
| 5800 | -2017-06-20 18:50:16 | |
| 5801 | -[INFO]-[Thread: qtp1597655940-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6764 | +2017-08-09 13:22:12 | |
| 6765 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5802 | 6766 | |
| 5803 | -2017-06-20 18:50:16 | |
| 5804 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6767 | +2017-08-09 13:22:12 | |
| 6768 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5805 | 6769 | |
| 5806 | -2017-06-20 18:50:16 | |
| 5807 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6770 | +2017-08-09 13:22:12 | |
| 6771 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5808 | 6772 | |
| 5809 | -2017-06-20 18:50:16 | |
| 5810 | -[INFO]-[Thread: qtp1597655940-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6773 | +2017-08-09 13:22:12 | |
| 6774 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 5811 | 6775 | |
| 5812 | -2017-06-20 18:50:16 | |
| 5813 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6776 | +2017-08-09 13:22:12 | |
| 6777 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 5814 | 6778 | |
| 5815 | -2017-06-20 18:50:16 | |
| 5816 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6779 | +2017-08-09 13:22:12 | |
| 6780 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 5817 | 6781 | |
| 5818 | -2017-06-20 18:50:16 | |
| 5819 | -[INFO]-[Thread: qtp1597655940-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6782 | +2017-08-09 13:22:12 | |
| 6783 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 5820 | 6784 | |
| 5821 | -2017-06-20 18:50:16 | |
| 5822 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6785 | +2017-08-09 13:22:12 | |
| 6786 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 5823 | 6787 | |
| 5824 | -2017-06-20 18:50:16 | |
| 5825 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 6788 | +2017-08-09 13:22:12 | |
| 6789 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 5826 | 6790 | |
| 5827 | -2017-06-20 18:50:16 | |
| 5828 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?1=1 | |
| 6791 | +2017-08-09 13:22:12 | |
| 6792 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 5829 | 6793 | |
| 5830 | -2017-06-20 18:50:16 | |
| 5831 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6794 | +2017-08-09 13:22:12 | |
| 6795 | +[ERROR]-[Thread: qtp1761061602-26]-[com.alibaba.druid.pool.DruidDataSource.handleConnectionException()]: discard connection | |
| 6796 | +com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure | |
| 5832 | 6797 | |
| 5833 | -2017-06-20 18:50:16 | |
| 5834 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 6798 | +The last packet successfully received from the server was 40,445 milliseconds ago. The last packet sent successfully to the server was 0 milliseconds ago. | |
| 6799 | + at sun.reflect.GeneratedConstructorAccessor9.newInstance(Unknown Source) | |
| 6800 | + at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 6801 | + at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| 6802 | + at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 6803 | + at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1117) | |
| 6804 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3567) | |
| 6805 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3456) | |
| 6806 | + at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3997) | |
| 6807 | + at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2468) | |
| 6808 | + at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2629) | |
| 6809 | + at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2719) | |
| 6810 | + at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2155) | |
| 6811 | + at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2318) | |
| 6812 | + at com.alibaba.druid.pool.DruidPooledPreparedStatement.executeQuery(DruidPooledPreparedStatement.java:228) | |
| 6813 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:574) | |
| 6814 | + at com.jfinal.plugin.activerecord.Model.find(Model.java:591) | |
| 6815 | + at com.jfinal.plugin.activerecord.Model.findFirst(Model.java:613) | |
| 6816 | + at com.rnt.service.ParkLotService.queryParkLotForpklNo(ParkLotService.java:138) | |
| 6817 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.CGLIB$queryParkLotForpklNo$0(<generated>) | |
| 6818 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62$$FastClassByCGLIB$$97ab48e9.invoke(<generated>) | |
| 6819 | + at net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) | |
| 6820 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:82) | |
| 6821 | + at com.jfinal.aop.Callback.intercept(Callback.java:96) | |
| 6822 | + at com.rnt.service.ParkLotService$$EnhancerByCGLIB$$a9180b62.queryParkLotForpklNo(<generated>) | |
| 6823 | + at com.rnt.controller.WeixinPayController.queryParkLotCardForChoose(WeixinPayController.java:319) | |
| 6824 | + at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source) | |
| 6825 | + at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6826 | + at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6827 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:73) | |
| 6828 | + at com.rnt.commo.interceptor.BindInterceptor.intercept(BindInterceptor.java:139) | |
| 6829 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6830 | + at com.rnt.commo.interceptor.ExceInterceptor.intercept(ExceInterceptor.java:33) | |
| 6831 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6832 | + at com.rnt.commo.interceptor.CorsInterceptor.intercept(CorsInterceptor.java:32) | |
| 6833 | + at com.jfinal.aop.Invocation.invoke(Invocation.java:67) | |
| 6834 | + at com.jfinal.core.ActionHandler.handle(ActionHandler.java:74) | |
| 6835 | + at com.jfinal.core.JFinalFilter.doFilter(JFinalFilter.java:74) | |
| 6836 | + at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| 6837 | + at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| 6838 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| 6839 | + at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| 6840 | + at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| 6841 | + at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| 6842 | + at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| 6843 | + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| 6844 | + at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| 6845 | + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| 6846 | + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| 6847 | + at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| 6848 | + at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| 6849 | + at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:937) | |
| 6850 | + at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:998) | |
| 6851 | + at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:856) | |
| 6852 | + at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) | |
| 6853 | + at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| 6854 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| 6855 | + at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| 6856 | + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| 6857 | + at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| 6858 | + at java.lang.Thread.run(Thread.java:745) | |
| 6859 | +Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. | |
| 6860 | + at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:3017) | |
| 6861 | + at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3467) | |
| 6862 | + ... 54 more | |
| 5835 | 6863 | |
| 5836 | -2017-06-20 18:50:16 | |
| 5837 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6864 | +2017-08-09 13:22:17 | |
| 6865 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 5838 | 6866 | |
| 5839 | -2017-06-20 18:50:16 | |
| 5840 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 6867 | +2017-08-09 13:22:17 | |
| 6868 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5841 | 6869 | |
| 5842 | -2017-06-20 18:50:16 | |
| 5843 | -[INFO]-[Thread: qtp1597655940-25]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx271a27f6ad9b8704&redirect_uri=http://atao.s1.natapp.cc/park/myParkCardList?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
| 6870 | +2017-08-09 13:22:17 | |
| 6871 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 5844 | 6872 | |
| 5845 | -2017-06-26 20:49:48 | |
| 5846 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Illegal key size | |
| 5847 | -java.security.InvalidKeyException: Illegal key size | |
| 5848 | - at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) | |
| 5849 | - at javax.crypto.Cipher.implInit(Cipher.java:805) | |
| 5850 | - at javax.crypto.Cipher.chooseProvider(Cipher.java:864) | |
| 5851 | - at javax.crypto.Cipher.init(Cipher.java:1396) | |
| 5852 | - at javax.crypto.Cipher.init(Cipher.java:1327) | |
| 5853 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encrypt(WXBizMsgCrypt.java:128) | |
| 5854 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encryptMsg(WXBizMsgCrypt.java:212) | |
| 5855 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCryptTest.testNormal(WXBizMsgCryptTest.java:32) | |
| 5856 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 5857 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 5858 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 5859 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 5860 | - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) | |
| 5861 | - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| 5862 | - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) | |
| 5863 | - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| 5864 | - at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79) | |
| 5865 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71) | |
| 5866 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) | |
| 5867 | - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
| 5868 | - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
| 5869 | - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
| 5870 | - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
| 5871 | - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
| 5872 | - at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
| 5873 | - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| 5874 | - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| 5875 | - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| 5876 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 5877 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 5878 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 5879 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 5880 | - at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| 5881 | - at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| 5882 | - at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| 5883 | - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| 5884 | - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
| 6873 | +2017-08-09 13:22:17 | |
| 6874 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 5885 | 6875 | |
| 5886 | -2017-06-26 20:49:48 | |
| 5887 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Illegal key size | |
| 5888 | -java.security.InvalidKeyException: Illegal key size | |
| 5889 | - at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) | |
| 5890 | - at javax.crypto.Cipher.implInit(Cipher.java:805) | |
| 5891 | - at javax.crypto.Cipher.chooseProvider(Cipher.java:864) | |
| 5892 | - at javax.crypto.Cipher.init(Cipher.java:1396) | |
| 5893 | - at javax.crypto.Cipher.init(Cipher.java:1327) | |
| 5894 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encrypt(WXBizMsgCrypt.java:128) | |
| 5895 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCryptTest.testAesEncrypt(WXBizMsgCryptTest.java:56) | |
| 5896 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 5897 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 5898 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 5899 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 5900 | - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) | |
| 5901 | - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| 5902 | - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) | |
| 5903 | - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| 5904 | - at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79) | |
| 5905 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71) | |
| 5906 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) | |
| 5907 | - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
| 5908 | - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
| 5909 | - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
| 5910 | - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
| 5911 | - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
| 5912 | - at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
| 5913 | - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| 5914 | - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| 5915 | - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| 5916 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 5917 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 5918 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 5919 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 5920 | - at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| 5921 | - at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| 5922 | - at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| 5923 | - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| 5924 | - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
| 5925 | - | |
| 5926 | -2017-06-26 20:49:48 | |
| 5927 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Illegal key size | |
| 5928 | -java.security.InvalidKeyException: Illegal key size | |
| 5929 | - at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) | |
| 5930 | - at javax.crypto.Cipher.implInit(Cipher.java:805) | |
| 5931 | - at javax.crypto.Cipher.chooseProvider(Cipher.java:864) | |
| 5932 | - at javax.crypto.Cipher.init(Cipher.java:1396) | |
| 5933 | - at javax.crypto.Cipher.init(Cipher.java:1327) | |
| 5934 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encrypt(WXBizMsgCrypt.java:128) | |
| 5935 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCryptTest.testAesEncrypt2(WXBizMsgCryptTest.java:66) | |
| 5936 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 5937 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 5938 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 5939 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 5940 | - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) | |
| 5941 | - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| 5942 | - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) | |
| 5943 | - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| 5944 | - at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79) | |
| 5945 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71) | |
| 5946 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) | |
| 5947 | - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
| 5948 | - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
| 5949 | - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
| 5950 | - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
| 5951 | - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
| 5952 | - at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
| 5953 | - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| 5954 | - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| 5955 | - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| 5956 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 5957 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 5958 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 5959 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 5960 | - at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| 5961 | - at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| 5962 | - at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| 5963 | - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| 5964 | - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
| 5965 | - | |
| 5966 | -2017-06-26 20:49:48 | |
| 5967 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Illegal key size | |
| 5968 | -java.security.InvalidKeyException: Illegal key size | |
| 5969 | - at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) | |
| 5970 | - at javax.crypto.Cipher.implInit(Cipher.java:805) | |
| 5971 | - at javax.crypto.Cipher.chooseProvider(Cipher.java:864) | |
| 5972 | - at javax.crypto.Cipher.init(Cipher.java:1396) | |
| 5973 | - at javax.crypto.Cipher.init(Cipher.java:1327) | |
| 5974 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encrypt(WXBizMsgCrypt.java:128) | |
| 5975 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encryptMsg(WXBizMsgCrypt.java:212) | |
| 5976 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCryptTest.testValidateSignatureError(WXBizMsgCryptTest.java:87) | |
| 5977 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 5978 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 5979 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 5980 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 5981 | - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) | |
| 5982 | - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| 5983 | - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) | |
| 5984 | - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| 5985 | - at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79) | |
| 5986 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71) | |
| 5987 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) | |
| 5988 | - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
| 5989 | - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
| 5990 | - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
| 5991 | - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
| 5992 | - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
| 5993 | - at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
| 5994 | - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| 5995 | - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| 5996 | - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| 5997 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 5998 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 5999 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6000 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6001 | - at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| 6002 | - at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| 6003 | - at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| 6004 | - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| 6005 | - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
| 6006 | - | |
| 6007 | -2017-06-26 20:49:48 | |
| 6008 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Illegal key size | |
| 6009 | -java.security.InvalidKeyException: Illegal key size | |
| 6010 | - at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) | |
| 6011 | - at javax.crypto.Cipher.implInit(Cipher.java:805) | |
| 6012 | - at javax.crypto.Cipher.chooseProvider(Cipher.java:864) | |
| 6013 | - at javax.crypto.Cipher.init(Cipher.java:1396) | |
| 6014 | - at javax.crypto.Cipher.init(Cipher.java:1327) | |
| 6015 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.decrypt(WXBizMsgCrypt.java:157) | |
| 6016 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.verifyUrl(WXBizMsgCrypt.java:283) | |
| 6017 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCryptTest.testVerifyUrl(WXBizMsgCryptTest.java:110) | |
| 6018 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6019 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6020 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6021 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6022 | - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) | |
| 6023 | - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| 6024 | - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) | |
| 6025 | - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| 6026 | - at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79) | |
| 6027 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71) | |
| 6028 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) | |
| 6029 | - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
| 6030 | - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
| 6031 | - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
| 6032 | - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
| 6033 | - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
| 6034 | - at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
| 6035 | - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| 6036 | - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| 6037 | - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| 6038 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6039 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6040 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6041 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6042 | - at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| 6043 | - at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| 6044 | - at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| 6045 | - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| 6046 | - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
| 6047 | - | |
| 6048 | -2017-06-26 20:49:48 | |
| 6049 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: ?????????test?????????????? | |
| 6050 | - | |
| 6051 | -2017-06-26 20:49:48 | |
| 6052 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: ????????? test?????????????? | |
| 6053 | - | |
| 6054 | -2017-06-26 20:50:17 | |
| 6055 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Illegal key size | |
| 6056 | -java.security.InvalidKeyException: Illegal key size | |
| 6057 | - at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) | |
| 6058 | - at javax.crypto.Cipher.implInit(Cipher.java:805) | |
| 6059 | - at javax.crypto.Cipher.chooseProvider(Cipher.java:864) | |
| 6060 | - at javax.crypto.Cipher.init(Cipher.java:1396) | |
| 6061 | - at javax.crypto.Cipher.init(Cipher.java:1327) | |
| 6062 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encrypt(WXBizMsgCrypt.java:128) | |
| 6063 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encryptMsg(WXBizMsgCrypt.java:212) | |
| 6064 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCryptTest.testNormal(WXBizMsgCryptTest.java:32) | |
| 6065 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6066 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6067 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6068 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6069 | - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) | |
| 6070 | - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| 6071 | - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) | |
| 6072 | - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| 6073 | - at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79) | |
| 6074 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71) | |
| 6075 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) | |
| 6076 | - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
| 6077 | - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
| 6078 | - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
| 6079 | - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
| 6080 | - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
| 6081 | - at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
| 6082 | - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| 6083 | - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| 6084 | - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| 6085 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6086 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6087 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6088 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6089 | - at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| 6090 | - at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| 6091 | - at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| 6092 | - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| 6093 | - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
| 6094 | - | |
| 6095 | -2017-06-26 20:50:17 | |
| 6096 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Illegal key size | |
| 6097 | -java.security.InvalidKeyException: Illegal key size | |
| 6098 | - at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) | |
| 6099 | - at javax.crypto.Cipher.implInit(Cipher.java:805) | |
| 6100 | - at javax.crypto.Cipher.chooseProvider(Cipher.java:864) | |
| 6101 | - at javax.crypto.Cipher.init(Cipher.java:1396) | |
| 6102 | - at javax.crypto.Cipher.init(Cipher.java:1327) | |
| 6103 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encrypt(WXBizMsgCrypt.java:128) | |
| 6104 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCryptTest.testAesEncrypt(WXBizMsgCryptTest.java:56) | |
| 6105 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6106 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6107 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6108 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6109 | - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) | |
| 6110 | - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| 6111 | - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) | |
| 6112 | - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| 6113 | - at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79) | |
| 6114 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71) | |
| 6115 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) | |
| 6116 | - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
| 6117 | - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
| 6118 | - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
| 6119 | - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
| 6120 | - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
| 6121 | - at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
| 6122 | - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| 6123 | - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| 6124 | - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| 6125 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6126 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6127 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6128 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6129 | - at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| 6130 | - at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| 6131 | - at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| 6132 | - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| 6133 | - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
| 6134 | - | |
| 6135 | -2017-06-26 20:50:17 | |
| 6136 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Illegal key size | |
| 6137 | -java.security.InvalidKeyException: Illegal key size | |
| 6138 | - at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) | |
| 6139 | - at javax.crypto.Cipher.implInit(Cipher.java:805) | |
| 6140 | - at javax.crypto.Cipher.chooseProvider(Cipher.java:864) | |
| 6141 | - at javax.crypto.Cipher.init(Cipher.java:1396) | |
| 6142 | - at javax.crypto.Cipher.init(Cipher.java:1327) | |
| 6143 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encrypt(WXBizMsgCrypt.java:128) | |
| 6144 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCryptTest.testAesEncrypt2(WXBizMsgCryptTest.java:66) | |
| 6145 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6146 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6147 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6148 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6149 | - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) | |
| 6150 | - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| 6151 | - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) | |
| 6152 | - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| 6153 | - at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79) | |
| 6154 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71) | |
| 6155 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) | |
| 6156 | - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
| 6157 | - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
| 6158 | - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
| 6159 | - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
| 6160 | - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
| 6161 | - at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
| 6162 | - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| 6163 | - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| 6164 | - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| 6165 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6166 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6167 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6168 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6169 | - at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| 6170 | - at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| 6171 | - at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| 6172 | - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| 6173 | - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
| 6174 | - | |
| 6175 | -2017-06-26 20:50:17 | |
| 6176 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Illegal key size | |
| 6177 | -java.security.InvalidKeyException: Illegal key size | |
| 6178 | - at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) | |
| 6179 | - at javax.crypto.Cipher.implInit(Cipher.java:805) | |
| 6180 | - at javax.crypto.Cipher.chooseProvider(Cipher.java:864) | |
| 6181 | - at javax.crypto.Cipher.init(Cipher.java:1396) | |
| 6182 | - at javax.crypto.Cipher.init(Cipher.java:1327) | |
| 6183 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encrypt(WXBizMsgCrypt.java:128) | |
| 6184 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.encryptMsg(WXBizMsgCrypt.java:212) | |
| 6185 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCryptTest.testValidateSignatureError(WXBizMsgCryptTest.java:87) | |
| 6186 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6187 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6188 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6189 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6190 | - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) | |
| 6191 | - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| 6192 | - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) | |
| 6193 | - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| 6194 | - at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79) | |
| 6195 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71) | |
| 6196 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) | |
| 6197 | - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
| 6198 | - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
| 6199 | - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
| 6200 | - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
| 6201 | - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
| 6202 | - at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
| 6203 | - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| 6204 | - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| 6205 | - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| 6206 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6207 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6208 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6209 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6210 | - at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| 6211 | - at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| 6212 | - at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| 6213 | - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| 6214 | - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
| 6215 | - | |
| 6216 | -2017-06-26 20:50:17 | |
| 6217 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Illegal key size | |
| 6218 | -java.security.InvalidKeyException: Illegal key size | |
| 6219 | - at javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1039) | |
| 6220 | - at javax.crypto.Cipher.implInit(Cipher.java:805) | |
| 6221 | - at javax.crypto.Cipher.chooseProvider(Cipher.java:864) | |
| 6222 | - at javax.crypto.Cipher.init(Cipher.java:1396) | |
| 6223 | - at javax.crypto.Cipher.init(Cipher.java:1327) | |
| 6224 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.decrypt(WXBizMsgCrypt.java:157) | |
| 6225 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCrypt.verifyUrl(WXBizMsgCrypt.java:283) | |
| 6226 | - at com.jfinal.weixin.sdk.encrypt.WXBizMsgCryptTest.testVerifyUrl(WXBizMsgCryptTest.java:110) | |
| 6227 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6228 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6229 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6230 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6231 | - at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) | |
| 6232 | - at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) | |
| 6233 | - at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) | |
| 6234 | - at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) | |
| 6235 | - at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79) | |
| 6236 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71) | |
| 6237 | - at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49) | |
| 6238 | - at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) | |
| 6239 | - at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) | |
| 6240 | - at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) | |
| 6241 | - at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) | |
| 6242 | - at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) | |
| 6243 | - at org.junit.runners.ParentRunner.run(ParentRunner.java:236) | |
| 6244 | - at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252) | |
| 6245 | - at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141) | |
| 6246 | - at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112) | |
| 6247 | - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
| 6248 | - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
| 6249 | - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
| 6250 | - at java.lang.reflect.Method.invoke(Method.java:498) | |
| 6251 | - at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) | |
| 6252 | - at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) | |
| 6253 | - at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) | |
| 6254 | - at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115) | |
| 6255 | - at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) | |
| 6256 | - | |
| 6257 | -2017-06-26 20:50:17 | |
| 6258 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: ?????????test?????????????? | |
| 6259 | - | |
| 6260 | -2017-06-26 20:50:17 | |
| 6261 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: ????????? test?????????????? | |
| 6262 | - | |
| 6263 | -2017-06-27 01:10:44 | |
| 6264 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 6265 | - | |
| 6266 | -2017-06-27 01:10:54 | |
| 6267 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 6268 | - | |
| 6269 | -2017-06-27 01:12:11 | |
| 6270 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6271 | - | |
| 6272 | -2017-06-27 01:12:11 | |
| 6273 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 6274 | - | |
| 6275 | -2017-06-27 01:12:11 | |
| 6276 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 6277 | - | |
| 6278 | -2017-06-27 01:12:11 | |
| 6279 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6280 | - | |
| 6281 | -2017-06-27 01:12:11 | |
| 6282 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 6283 | - | |
| 6284 | -2017-06-27 01:12:11 | |
| 6285 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6286 | - | |
| 6287 | -2017-06-27 01:12:11 | |
| 6288 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 6876 | +2017-08-09 13:22:17 | |
| 6877 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6289 | 6878 | |
| 6290 | -2017-06-27 01:12:20 | |
| 6291 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6879 | +2017-08-09 13:22:17 | |
| 6880 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6292 | 6881 | |
| 6293 | -2017-06-27 01:12:20 | |
| 6294 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 6882 | +2017-08-09 13:22:17 | |
| 6883 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6295 | 6884 | |
| 6296 | -2017-06-27 01:12:20 | |
| 6297 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 6885 | +2017-08-09 13:22:17 | |
| 6886 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6298 | 6887 | |
| 6299 | -2017-06-27 01:12:20 | |
| 6300 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6888 | +2017-08-09 13:22:17 | |
| 6889 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6301 | 6890 | |
| 6302 | -2017-06-27 01:12:20 | |
| 6303 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 6891 | +2017-08-09 13:22:17 | |
| 6892 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6304 | 6893 | |
| 6305 | -2017-06-27 01:12:20 | |
| 6306 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6894 | +2017-08-09 13:22:17 | |
| 6895 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6307 | 6896 | |
| 6308 | -2017-06-27 01:12:20 | |
| 6309 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 6897 | +2017-08-09 13:22:17 | |
| 6898 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6310 | 6899 | |
| 6311 | -2017-06-27 01:12:21 | |
| 6312 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6900 | +2017-08-09 13:22:17 | |
| 6901 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6313 | 6902 | |
| 6314 | -2017-06-27 01:12:21 | |
| 6315 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 6903 | +2017-08-09 13:22:17 | |
| 6904 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6316 | 6905 | |
| 6317 | -2017-06-27 01:12:21 | |
| 6318 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 6906 | +2017-08-09 13:22:17 | |
| 6907 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6319 | 6908 | |
| 6320 | -2017-06-27 01:12:21 | |
| 6321 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6909 | +2017-08-09 13:22:17 | |
| 6910 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6322 | 6911 | |
| 6323 | -2017-06-27 01:12:21 | |
| 6324 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 6912 | +2017-08-09 13:22:17 | |
| 6913 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6325 | 6914 | |
| 6326 | -2017-06-27 01:12:21 | |
| 6327 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6915 | +2017-08-09 13:22:17 | |
| 6916 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6328 | 6917 | |
| 6329 | -2017-06-27 01:12:21 | |
| 6330 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 6918 | +2017-08-09 13:22:17 | |
| 6919 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6331 | 6920 | |
| 6332 | -2017-06-27 01:12:44 | |
| 6333 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6921 | +2017-08-09 13:22:17 | |
| 6922 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6334 | 6923 | |
| 6335 | -2017-06-27 01:12:44 | |
| 6336 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 6924 | +2017-08-09 13:23:49 | |
| 6925 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6337 | 6926 | |
| 6338 | -2017-06-27 01:12:44 | |
| 6339 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/selectCarView?1=1 | |
| 6927 | +2017-08-09 13:23:49 | |
| 6928 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 6340 | 6929 | |
| 6341 | -2017-06-27 01:12:44 | |
| 6342 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6930 | +2017-08-09 13:23:49 | |
| 6931 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 6343 | 6932 | |
| 6344 | -2017-06-27 01:12:44 | |
| 6345 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 6933 | +2017-08-09 13:23:49 | |
| 6934 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6346 | 6935 | |
| 6347 | -2017-06-27 01:12:44 | |
| 6348 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6936 | +2017-08-09 13:23:49 | |
| 6937 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6349 | 6938 | |
| 6350 | -2017-06-27 01:12:44 | |
| 6351 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 6939 | +2017-08-09 13:23:49 | |
| 6940 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6352 | 6941 | |
| 6353 | -2017-06-27 01:12:45 | |
| 6354 | -[WARN]-[Thread: qtp1154002927-26]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 6942 | +2017-08-09 13:23:49 | |
| 6943 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6355 | 6944 | |
| 6356 | -2017-06-27 01:12:45 | |
| 6357 | -[WARN]-[Thread: qtp1154002927-27]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 6945 | +2017-08-09 13:23:50 | |
| 6946 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6358 | 6947 | |
| 6359 | -2017-06-27 01:12:54 | |
| 6360 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6948 | +2017-08-09 13:23:50 | |
| 6949 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6361 | 6950 | |
| 6362 | -2017-06-27 01:12:54 | |
| 6363 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6951 | +2017-08-09 13:23:50 | |
| 6952 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6364 | 6953 | |
| 6365 | -2017-06-27 01:12:54 | |
| 6366 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 6954 | +2017-08-09 13:23:51 | |
| 6955 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6367 | 6956 | |
| 6368 | -2017-06-27 01:12:54 | |
| 6369 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/selectCarView?1=1 | |
| 6957 | +2017-08-09 13:23:51 | |
| 6958 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6370 | 6959 | |
| 6371 | -2017-06-27 01:12:54 | |
| 6372 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6960 | +2017-08-09 13:23:51 | |
| 6961 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6373 | 6962 | |
| 6374 | -2017-06-27 01:12:54 | |
| 6375 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 6963 | +2017-08-09 13:23:51 | |
| 6964 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6376 | 6965 | |
| 6377 | -2017-06-27 01:12:54 | |
| 6378 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6966 | +2017-08-09 13:23:51 | |
| 6967 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6379 | 6968 | |
| 6380 | -2017-06-27 01:12:54 | |
| 6381 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 6969 | +2017-08-09 13:23:51 | |
| 6970 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6382 | 6971 | |
| 6383 | -2017-06-27 01:12:54 | |
| 6384 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 6972 | +2017-08-09 13:23:51 | |
| 6973 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6385 | 6974 | |
| 6386 | -2017-06-27 01:12:54 | |
| 6387 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/selectCarView?1=1 | |
| 6975 | +2017-08-09 13:23:51 | |
| 6976 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6388 | 6977 | |
| 6389 | -2017-06-27 01:12:54 | |
| 6390 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6978 | +2017-08-09 13:23:51 | |
| 6979 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6391 | 6980 | |
| 6392 | -2017-06-27 01:12:54 | |
| 6393 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 6981 | +2017-08-09 13:23:51 | |
| 6982 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6394 | 6983 | |
| 6395 | -2017-06-27 01:12:54 | |
| 6396 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6984 | +2017-08-09 13:25:14 | |
| 6985 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6397 | 6986 | |
| 6398 | -2017-06-27 01:12:54 | |
| 6399 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 6987 | +2017-08-09 13:25:14 | |
| 6988 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 6400 | 6989 | |
| 6401 | -2017-06-27 01:13:38 | |
| 6402 | -[WARN]-[Thread: qtp1154002927-28]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 6990 | +2017-08-09 13:25:14 | |
| 6991 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 6403 | 6992 | |
| 6404 | -2017-06-27 01:13:38 | |
| 6405 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6993 | +2017-08-09 13:25:14 | |
| 6994 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6406 | 6995 | |
| 6407 | -2017-06-27 01:13:38 | |
| 6408 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 6996 | +2017-08-09 13:25:14 | |
| 6997 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6409 | 6998 | |
| 6410 | -2017-06-27 01:13:38 | |
| 6411 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 6999 | +2017-08-09 13:25:14 | |
| 7000 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6412 | 7001 | |
| 6413 | -2017-06-27 01:13:38 | |
| 6414 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7002 | +2017-08-09 13:25:14 | |
| 7003 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6415 | 7004 | |
| 6416 | -2017-06-27 01:13:38 | |
| 6417 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 7005 | +2017-08-09 13:25:14 | |
| 7006 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6418 | 7007 | |
| 6419 | -2017-06-27 01:13:38 | |
| 6420 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7008 | +2017-08-09 13:25:14 | |
| 7009 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6421 | 7010 | |
| 6422 | -2017-06-27 01:13:38 | |
| 6423 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 7011 | +2017-08-09 13:25:14 | |
| 7012 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6424 | 7013 | |
| 6425 | -2017-06-27 01:13:45 | |
| 6426 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7014 | +2017-08-09 13:25:15 | |
| 7015 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6427 | 7016 | |
| 6428 | -2017-06-27 01:13:45 | |
| 6429 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 7017 | +2017-08-09 13:25:15 | |
| 7018 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6430 | 7019 | |
| 6431 | -2017-06-27 01:13:45 | |
| 6432 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 7020 | +2017-08-09 13:25:15 | |
| 7021 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6433 | 7022 | |
| 6434 | -2017-06-27 01:13:45 | |
| 6435 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7023 | +2017-08-09 13:25:15 | |
| 7024 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6436 | 7025 | |
| 6437 | -2017-06-27 01:13:45 | |
| 6438 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 7026 | +2017-08-09 13:25:15 | |
| 7027 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6439 | 7028 | |
| 6440 | -2017-06-27 01:13:45 | |
| 6441 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7029 | +2017-08-09 13:25:15 | |
| 7030 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6442 | 7031 | |
| 6443 | -2017-06-27 01:13:45 | |
| 6444 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 7032 | +2017-08-09 13:25:15 | |
| 7033 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6445 | 7034 | |
| 6446 | -2017-06-27 01:13:48 | |
| 6447 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7035 | +2017-08-09 13:25:15 | |
| 7036 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6448 | 7037 | |
| 6449 | -2017-06-27 01:13:48 | |
| 6450 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 7038 | +2017-08-09 13:25:15 | |
| 7039 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6451 | 7040 | |
| 6452 | -2017-06-27 01:13:48 | |
| 6453 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 7041 | +2017-08-09 13:25:15 | |
| 7042 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6454 | 7043 | |
| 6455 | -2017-06-27 01:13:48 | |
| 6456 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7044 | +2017-08-09 13:29:13 | |
| 7045 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6457 | 7046 | |
| 6458 | -2017-06-27 01:13:48 | |
| 6459 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 7047 | +2017-08-09 13:29:13 | |
| 7048 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 6460 | 7049 | |
| 6461 | -2017-06-27 01:13:48 | |
| 6462 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7050 | +2017-08-09 13:29:13 | |
| 7051 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=3&data=0.9814681125631919 | |
| 6463 | 7052 | |
| 6464 | -2017-06-27 01:13:48 | |
| 6465 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 7053 | +2017-08-09 13:29:13 | |
| 7054 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6466 | 7055 | |
| 6467 | -2017-06-27 01:14:21 | |
| 6468 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 7056 | +2017-08-09 13:29:13 | |
| 7057 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6469 | 7058 | |
| 6470 | -2017-06-27 01:14:30 | |
| 6471 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 7059 | +2017-08-09 13:29:13 | |
| 7060 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6472 | 7061 | |
| 6473 | -2017-06-27 01:14:38 | |
| 6474 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7062 | +2017-08-09 13:29:13 | |
| 7063 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6475 | 7064 | |
| 6476 | -2017-06-27 01:14:38 | |
| 6477 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 7065 | +2017-08-09 13:29:14 | |
| 7066 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6478 | 7067 | |
| 6479 | -2017-06-27 01:14:38 | |
| 6480 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/selectCarView?1=1 | |
| 7068 | +2017-08-09 13:29:14 | |
| 7069 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6481 | 7070 | |
| 6482 | -2017-06-27 01:14:38 | |
| 6483 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7071 | +2017-08-09 13:29:14 | |
| 7072 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6484 | 7073 | |
| 6485 | -2017-06-27 01:14:38 | |
| 6486 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 7074 | +2017-08-09 13:29:15 | |
| 7075 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6487 | 7076 | |
| 6488 | -2017-06-27 01:14:38 | |
| 6489 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7077 | +2017-08-09 13:29:15 | |
| 7078 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6490 | 7079 | |
| 6491 | -2017-06-27 01:14:38 | |
| 6492 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 7080 | +2017-08-09 13:29:15 | |
| 7081 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6493 | 7082 | |
| 6494 | -2017-06-27 01:15:07 | |
| 6495 | -[WARN]-[Thread: qtp1154002927-27]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: /rnt-wx/msg?signature=e5288978da28c028ebb258b53d37bd02e60b6363&echostr=2558878518446344575×tamp=1498497303&nonce=579272440 | |
| 7083 | +2017-08-09 13:29:15 | |
| 7084 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6496 | 7085 | |
| 6497 | -2017-06-27 01:15:16 | |
| 6498 | -[ERROR]-[Thread: qtp1154002927-26]-[com.jfinal.weixin.sdk.jfinal.MsgInterceptor.configServer()]: 验证失败:configServer | |
| 7086 | +2017-08-09 13:29:15 | |
| 7087 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6499 | 7088 | |
| 6500 | -2017-06-27 01:15:42 | |
| 6501 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7089 | +2017-08-09 13:29:15 | |
| 7090 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6502 | 7091 | |
| 6503 | -2017-06-27 01:15:42 | |
| 6504 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 7092 | +2017-08-09 13:29:15 | |
| 7093 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6505 | 7094 | |
| 6506 | -2017-06-27 01:15:42 | |
| 6507 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 7095 | +2017-08-09 13:29:15 | |
| 7096 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6508 | 7097 | |
| 6509 | -2017-06-27 01:15:42 | |
| 6510 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7098 | +2017-08-09 13:29:15 | |
| 7099 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6511 | 7100 | |
| 6512 | -2017-06-27 01:15:42 | |
| 6513 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 7101 | +2017-08-09 13:29:15 | |
| 7102 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6514 | 7103 | |
| 6515 | -2017-06-27 01:15:42 | |
| 6516 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7104 | +2017-08-09 15:06:14 | |
| 7105 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6517 | 7106 | |
| 6518 | -2017-06-27 01:15:42 | |
| 6519 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 7107 | +2017-08-09 15:06:14 | |
| 7108 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6520 | 7109 | |
| 6521 | -2017-06-27 01:15:42 | |
| 6522 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7110 | +2017-08-09 15:06:14 | |
| 7111 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6523 | 7112 | |
| 6524 | -2017-06-27 01:15:42 | |
| 6525 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=0511LF540wKC5F1IKS540EiA5401LF5C&state=wx | |
| 7113 | +2017-08-09 15:06:14 | |
| 7114 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6526 | 7115 | |
| 6527 | -2017-06-27 01:15:42 | |
| 6528 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1&code=0511LF540wKC5F1IKS540EiA5401LF5C&state=wx | |
| 7116 | +2017-08-09 15:06:14 | |
| 7117 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6529 | 7118 | |
| 6530 | -2017-06-27 01:15:42 | |
| 6531 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7119 | +2017-08-09 15:06:14 | |
| 7120 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6532 | 7121 | |
| 6533 | -2017-06-27 01:15:42 | |
| 6534 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 7122 | +2017-08-09 15:06:14 | |
| 7123 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6535 | 7124 | |
| 6536 | -2017-06-27 01:15:42 | |
| 6537 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=0511LF540wKC5F1IKS540EiA5401LF5C | |
| 7125 | +2017-08-09 15:06:15 | |
| 7126 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6538 | 7127 | |
| 6539 | -2017-06-27 01:15:42 | |
| 6540 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
| 7128 | +2017-08-09 15:06:15 | |
| 7129 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6541 | 7130 | |
| 6542 | -2017-06-27 01:15:43 | |
| 6543 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7131 | +2017-08-09 15:06:15 | |
| 7132 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6544 | 7133 | |
| 6545 | -2017-06-27 01:15:44 | |
| 6546 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7134 | +2017-08-09 15:06:16 | |
| 7135 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6547 | 7136 | |
| 6548 | -2017-06-27 01:15:44 | |
| 6549 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7137 | +2017-08-09 15:06:16 | |
| 7138 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 6550 | 7139 | |
| 6551 | -2017-06-27 01:15:44 | |
| 6552 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7140 | +2017-08-09 15:06:16 | |
| 7141 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=B1504020C7 | |
| 6553 | 7142 | |
| 6554 | -2017-06-27 01:15:44 | |
| 6555 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7143 | +2017-08-09 15:06:16 | |
| 7144 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6556 | 7145 | |
| 6557 | -2017-06-27 01:15:44 | |
| 6558 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7146 | +2017-08-09 15:06:16 | |
| 7147 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6559 | 7148 | |
| 6560 | -2017-06-27 01:15:44 | |
| 6561 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7149 | +2017-08-09 15:06:16 | |
| 7150 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6562 | 7151 | |
| 6563 | -2017-06-27 01:15:44 | |
| 6564 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7152 | +2017-08-09 15:06:16 | |
| 7153 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6565 | 7154 | |
| 6566 | -2017-06-27 01:15:44 | |
| 6567 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7155 | +2017-08-09 15:06:16 | |
| 7156 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6568 | 7157 | |
| 6569 | -2017-06-27 01:15:44 | |
| 6570 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7158 | +2017-08-09 15:06:16 | |
| 7159 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6571 | 7160 | |
| 6572 | -2017-06-27 01:15:44 | |
| 6573 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7161 | +2017-08-09 15:06:16 | |
| 7162 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6574 | 7163 | |
| 6575 | -2017-06-27 01:15:44 | |
| 6576 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7164 | +2017-08-09 15:06:16 | |
| 7165 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6577 | 7166 | |
| 6578 | -2017-06-27 01:15:44 | |
| 6579 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7167 | +2017-08-09 15:06:16 | |
| 7168 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6580 | 7169 | |
| 6581 | -2017-06-27 01:15:44 | |
| 6582 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7170 | +2017-08-09 15:06:16 | |
| 7171 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6583 | 7172 | |
| 6584 | -2017-06-27 01:15:44 | |
| 6585 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7173 | +2017-08-09 15:06:16 | |
| 7174 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6586 | 7175 | |
| 6587 | -2017-06-27 01:15:44 | |
| 6588 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7176 | +2017-08-09 15:06:16 | |
| 7177 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6589 | 7178 | |
| 6590 | -2017-06-27 01:15:44 | |
| 6591 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7179 | +2017-08-09 15:06:16 | |
| 7180 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6592 | 7181 | |
| 6593 | -2017-06-27 01:15:44 | |
| 6594 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7182 | +2017-08-09 15:06:16 | |
| 7183 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6595 | 7184 | |
| 6596 | -2017-06-27 01:15:44 | |
| 6597 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7185 | +2017-08-09 15:06:16 | |
| 7186 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6598 | 7187 | |
| 6599 | -2017-06-27 01:15:44 | |
| 6600 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7188 | +2017-08-09 15:06:16 | |
| 7189 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6601 | 7190 | |
| 6602 | -2017-06-27 01:15:44 | |
| 6603 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7191 | +2017-08-09 15:06:16 | |
| 7192 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6604 | 7193 | |
| 6605 | -2017-06-27 01:15:45 | |
| 6606 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7194 | +2017-08-09 15:06:18 | |
| 7195 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6607 | 7196 | |
| 6608 | -2017-06-27 01:15:45 | |
| 6609 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7197 | +2017-08-09 15:06:18 | |
| 7198 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.9182407063793616 | |
| 6610 | 7199 | |
| 6611 | -2017-06-27 01:15:45 | |
| 6612 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7200 | +2017-08-09 15:06:18 | |
| 7201 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/yearOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.9182407063793616 | |
| 6613 | 7202 | |
| 6614 | -2017-06-27 01:15:49 | |
| 6615 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7203 | +2017-08-09 15:06:18 | |
| 7204 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6616 | 7205 | |
| 6617 | -2017-06-27 01:15:49 | |
| 6618 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7206 | +2017-08-09 15:06:18 | |
| 7207 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6619 | 7208 | |
| 6620 | -2017-06-27 01:15:49 | |
| 6621 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7209 | +2017-08-09 15:06:18 | |
| 7210 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6622 | 7211 | |
| 6623 | -2017-06-27 01:15:49 | |
| 6624 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7212 | +2017-08-09 15:06:18 | |
| 7213 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6625 | 7214 | |
| 6626 | -2017-06-27 01:15:49 | |
| 6627 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7215 | +2017-08-09 15:06:18 | |
| 7216 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6628 | 7217 | |
| 6629 | -2017-06-27 01:15:49 | |
| 6630 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7218 | +2017-08-09 15:06:18 | |
| 7219 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6631 | 7220 | |
| 6632 | -2017-06-27 01:15:49 | |
| 6633 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7221 | +2017-08-09 15:06:18 | |
| 7222 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6634 | 7223 | |
| 6635 | -2017-06-27 01:15:49 | |
| 6636 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7224 | +2017-08-09 15:06:18 | |
| 7225 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6637 | 7226 | |
| 6638 | -2017-06-27 01:15:49 | |
| 6639 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7227 | +2017-08-09 15:06:18 | |
| 7228 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6640 | 7229 | |
| 6641 | -2017-06-27 01:15:49 | |
| 6642 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7230 | +2017-08-09 15:06:18 | |
| 7231 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6643 | 7232 | |
| 6644 | -2017-06-27 01:15:49 | |
| 6645 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7233 | +2017-08-09 15:06:18 | |
| 7234 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6646 | 7235 | |
| 6647 | -2017-06-27 01:15:49 | |
| 6648 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7236 | +2017-08-09 15:06:18 | |
| 7237 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6649 | 7238 | |
| 6650 | -2017-06-27 01:15:49 | |
| 6651 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7239 | +2017-08-09 15:06:18 | |
| 7240 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6652 | 7241 | |
| 6653 | -2017-06-27 01:15:49 | |
| 6654 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7242 | +2017-08-09 15:06:18 | |
| 7243 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6655 | 7244 | |
| 6656 | -2017-06-27 01:15:49 | |
| 6657 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7245 | +2017-08-09 15:06:18 | |
| 7246 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6658 | 7247 | |
| 6659 | -2017-06-27 01:15:49 | |
| 6660 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7248 | +2017-08-09 15:06:18 | |
| 7249 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6661 | 7250 | |
| 6662 | -2017-06-27 01:15:49 | |
| 6663 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7251 | +2017-08-09 15:06:18 | |
| 7252 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6664 | 7253 | |
| 6665 | -2017-06-27 01:15:49 | |
| 6666 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7254 | +2017-08-09 15:14:26 | |
| 7255 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6667 | 7256 | |
| 6668 | -2017-06-27 01:15:49 | |
| 6669 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7257 | +2017-08-09 15:14:26 | |
| 7258 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.9182407063793616 | |
| 6670 | 7259 | |
| 6671 | -2017-06-27 01:15:49 | |
| 6672 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7260 | +2017-08-09 15:14:26 | |
| 7261 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/yearOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.9182407063793616 | |
| 6673 | 7262 | |
| 6674 | -2017-06-27 01:15:51 | |
| 6675 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7263 | +2017-08-09 15:14:26 | |
| 7264 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6676 | 7265 | |
| 6677 | -2017-06-27 01:15:51 | |
| 6678 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7266 | +2017-08-09 15:14:26 | |
| 7267 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6679 | 7268 | |
| 6680 | -2017-06-27 01:15:51 | |
| 6681 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7269 | +2017-08-09 15:14:26 | |
| 7270 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6682 | 7271 | |
| 6683 | -2017-06-27 01:15:51 | |
| 6684 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7272 | +2017-08-09 15:14:26 | |
| 7273 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6685 | 7274 | |
| 6686 | -2017-06-27 01:15:51 | |
| 6687 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7275 | +2017-08-09 15:14:27 | |
| 7276 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6688 | 7277 | |
| 6689 | -2017-06-27 01:15:51 | |
| 6690 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7278 | +2017-08-09 15:14:27 | |
| 7279 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6691 | 7280 | |
| 6692 | -2017-06-27 01:15:51 | |
| 6693 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7281 | +2017-08-09 15:14:27 | |
| 7282 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6694 | 7283 | |
| 6695 | -2017-06-27 01:15:51 | |
| 6696 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7284 | +2017-08-09 15:14:27 | |
| 7285 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6697 | 7286 | |
| 6698 | -2017-06-27 01:15:51 | |
| 6699 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7287 | +2017-08-09 15:14:27 | |
| 7288 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6700 | 7289 | |
| 6701 | -2017-06-27 01:15:51 | |
| 6702 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7290 | +2017-08-09 15:14:27 | |
| 7291 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6703 | 7292 | |
| 6704 | -2017-06-27 01:15:51 | |
| 6705 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7293 | +2017-08-09 15:14:27 | |
| 7294 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6706 | 7295 | |
| 6707 | -2017-06-27 01:15:51 | |
| 6708 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7296 | +2017-08-09 15:14:27 | |
| 7297 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6709 | 7298 | |
| 6710 | -2017-06-27 01:15:51 | |
| 6711 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7299 | +2017-08-09 15:14:27 | |
| 7300 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6712 | 7301 | |
| 6713 | -2017-06-27 01:15:51 | |
| 6714 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7302 | +2017-08-09 15:14:27 | |
| 7303 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6715 | 7304 | |
| 6716 | -2017-06-27 01:15:51 | |
| 6717 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7305 | +2017-08-09 15:14:27 | |
| 7306 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6718 | 7307 | |
| 6719 | -2017-06-27 01:15:51 | |
| 6720 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7308 | +2017-08-09 15:14:27 | |
| 7309 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6721 | 7310 | |
| 6722 | -2017-06-27 01:15:51 | |
| 6723 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7311 | +2017-08-09 15:14:27 | |
| 7312 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6724 | 7313 | |
| 6725 | -2017-06-27 01:15:51 | |
| 6726 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7314 | +2017-08-09 15:17:53 | |
| 7315 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6727 | 7316 | |
| 6728 | -2017-06-27 01:15:51 | |
| 6729 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7317 | +2017-08-09 15:17:53 | |
| 7318 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.9182407063793616 | |
| 6730 | 7319 | |
| 6731 | -2017-06-27 01:15:51 | |
| 6732 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7320 | +2017-08-09 15:17:53 | |
| 7321 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/yearOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.9182407063793616 | |
| 6733 | 7322 | |
| 6734 | -2017-06-27 01:16:06 | |
| 6735 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7323 | +2017-08-09 15:17:53 | |
| 7324 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6736 | 7325 | |
| 6737 | -2017-06-27 01:16:06 | |
| 6738 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A150402004 | |
| 7326 | +2017-08-09 15:17:53 | |
| 7327 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6739 | 7328 | |
| 6740 | -2017-06-27 01:16:06 | |
| 6741 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A150402004 | |
| 7329 | +2017-08-09 15:17:53 | |
| 7330 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6742 | 7331 | |
| 6743 | -2017-06-27 01:16:06 | |
| 6744 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7332 | +2017-08-09 15:17:53 | |
| 7333 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6745 | 7334 | |
| 6746 | -2017-06-27 01:16:06 | |
| 6747 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7335 | +2017-08-09 15:17:53 | |
| 7336 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6748 | 7337 | |
| 6749 | -2017-06-27 01:16:06 | |
| 6750 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7338 | +2017-08-09 15:17:53 | |
| 7339 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6751 | 7340 | |
| 6752 | -2017-06-27 01:16:06 | |
| 6753 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7341 | +2017-08-09 15:17:53 | |
| 7342 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6754 | 7343 | |
| 6755 | -2017-06-27 01:16:06 | |
| 6756 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7344 | +2017-08-09 15:17:54 | |
| 7345 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6757 | 7346 | |
| 6758 | -2017-06-27 01:16:06 | |
| 6759 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7347 | +2017-08-09 15:17:54 | |
| 7348 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6760 | 7349 | |
| 6761 | -2017-06-27 01:16:06 | |
| 6762 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7350 | +2017-08-09 15:17:54 | |
| 7351 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6763 | 7352 | |
| 6764 | -2017-06-27 01:16:07 | |
| 6765 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7353 | +2017-08-09 15:17:54 | |
| 7354 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6766 | 7355 | |
| 6767 | -2017-06-27 01:16:07 | |
| 6768 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7356 | +2017-08-09 15:17:54 | |
| 7357 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6769 | 7358 | |
| 6770 | -2017-06-27 01:16:07 | |
| 6771 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7359 | +2017-08-09 15:17:54 | |
| 7360 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6772 | 7361 | |
| 6773 | -2017-06-27 01:16:07 | |
| 6774 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7362 | +2017-08-09 15:17:54 | |
| 7363 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6775 | 7364 | |
| 6776 | -2017-06-27 01:16:07 | |
| 6777 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7365 | +2017-08-09 15:17:54 | |
| 7366 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6778 | 7367 | |
| 6779 | -2017-06-27 01:16:07 | |
| 6780 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7368 | +2017-08-09 15:17:54 | |
| 7369 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6781 | 7370 | |
| 6782 | -2017-06-27 01:16:07 | |
| 6783 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7371 | +2017-08-09 15:17:54 | |
| 7372 | +[INFO]-[Thread: qtp1761061602-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6784 | 7373 | |
| 6785 | -2017-06-27 01:16:07 | |
| 6786 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7374 | +2017-08-09 15:17:54 | |
| 7375 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6787 | 7376 | |
| 6788 | -2017-06-27 01:16:07 | |
| 6789 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7377 | +2017-08-09 15:17:54 | |
| 7378 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.9182407063793616 | |
| 6790 | 7379 | |
| 6791 | -2017-06-27 01:16:07 | |
| 6792 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7380 | +2017-08-09 15:17:54 | |
| 7381 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/yearOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=2&data=0.9182407063793616 | |
| 6793 | 7382 | |
| 6794 | -2017-06-27 01:16:08 | |
| 6795 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7383 | +2017-08-09 15:17:54 | |
| 7384 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6796 | 7385 | |
| 6797 | -2017-06-27 01:16:08 | |
| 6798 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.9315119016410662 | |
| 7386 | +2017-08-09 15:17:54 | |
| 7387 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6799 | 7388 | |
| 6800 | -2017-06-27 01:16:08 | |
| 6801 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.9315119016410662 | |
| 7389 | +2017-08-09 15:17:54 | |
| 7390 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6802 | 7391 | |
| 6803 | -2017-06-27 01:16:08 | |
| 6804 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7392 | +2017-08-09 15:17:54 | |
| 7393 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6805 | 7394 | |
| 6806 | -2017-06-27 01:16:08 | |
| 6807 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7395 | +2017-08-09 15:17:54 | |
| 7396 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6808 | 7397 | |
| 6809 | -2017-06-27 01:16:08 | |
| 6810 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7398 | +2017-08-09 15:17:54 | |
| 7399 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6811 | 7400 | |
| 6812 | -2017-06-27 01:16:08 | |
| 6813 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7401 | +2017-08-09 15:17:54 | |
| 7402 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6814 | 7403 | |
| 6815 | -2017-06-27 01:16:08 | |
| 6816 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7404 | +2017-08-09 15:17:54 | |
| 7405 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6817 | 7406 | |
| 6818 | -2017-06-27 01:16:08 | |
| 6819 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7407 | +2017-08-09 15:17:54 | |
| 7408 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6820 | 7409 | |
| 6821 | -2017-06-27 01:16:08 | |
| 6822 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7410 | +2017-08-09 15:17:54 | |
| 7411 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6823 | 7412 | |
| 6824 | -2017-06-27 01:16:09 | |
| 6825 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7413 | +2017-08-09 15:17:54 | |
| 7414 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6826 | 7415 | |
| 6827 | -2017-06-27 01:16:09 | |
| 6828 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7416 | +2017-08-09 15:17:54 | |
| 7417 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6829 | 7418 | |
| 6830 | -2017-06-27 01:16:09 | |
| 6831 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7419 | +2017-08-09 15:17:54 | |
| 7420 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6832 | 7421 | |
| 6833 | -2017-06-27 01:16:09 | |
| 6834 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7422 | +2017-08-09 15:17:54 | |
| 7423 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6835 | 7424 | |
| 6836 | -2017-06-27 01:16:09 | |
| 6837 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7425 | +2017-08-09 15:17:54 | |
| 7426 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6838 | 7427 | |
| 6839 | -2017-06-27 01:16:09 | |
| 6840 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7428 | +2017-08-09 15:17:54 | |
| 7429 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6841 | 7430 | |
| 6842 | -2017-06-27 01:16:09 | |
| 6843 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7431 | +2017-08-09 15:17:54 | |
| 7432 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6844 | 7433 | |
| 6845 | -2017-06-27 01:16:09 | |
| 6846 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7434 | +2017-08-09 15:27:20 | |
| 7435 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6847 | 7436 | |
| 6848 | -2017-06-27 01:16:09 | |
| 6849 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7437 | +2017-08-09 15:27:20 | |
| 7438 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6850 | 7439 | |
| 6851 | -2017-06-27 01:16:09 | |
| 6852 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7440 | +2017-08-09 15:27:20 | |
| 7441 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/park/checkIsbuyCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6853 | 7442 | |
| 6854 | -2017-06-27 01:16:16 | |
| 6855 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7443 | +2017-08-09 15:27:20 | |
| 7444 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6856 | 7445 | |
| 6857 | -2017-06-27 01:16:16 | |
| 6858 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A150402004 | |
| 7446 | +2017-08-09 15:27:20 | |
| 7447 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6859 | 7448 | |
| 6860 | -2017-06-27 01:16:16 | |
| 6861 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A150402004 | |
| 7449 | +2017-08-09 15:27:20 | |
| 7450 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6862 | 7451 | |
| 6863 | -2017-06-27 01:16:16 | |
| 6864 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7452 | +2017-08-09 15:27:20 | |
| 7453 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6865 | 7454 | |
| 6866 | -2017-06-27 01:16:16 | |
| 6867 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7455 | +2017-08-09 15:27:21 | |
| 7456 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6868 | 7457 | |
| 6869 | -2017-06-27 01:16:16 | |
| 6870 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7458 | +2017-08-09 15:27:21 | |
| 7459 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6871 | 7460 | |
| 6872 | -2017-06-27 01:16:16 | |
| 6873 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7461 | +2017-08-09 15:27:21 | |
| 7462 | +[INFO]-[Thread: qtp1761061602-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6874 | 7463 | |
| 6875 | -2017-06-27 01:16:16 | |
| 6876 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7464 | +2017-08-09 15:27:21 | |
| 7465 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6877 | 7466 | |
| 6878 | -2017-06-27 01:16:16 | |
| 6879 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7467 | +2017-08-09 15:27:21 | |
| 7468 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6880 | 7469 | |
| 6881 | -2017-06-27 01:16:16 | |
| 6882 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7470 | +2017-08-09 15:27:21 | |
| 7471 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6883 | 7472 | |
| 6884 | -2017-06-27 01:16:18 | |
| 6885 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7473 | +2017-08-09 15:27:21 | |
| 7474 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6886 | 7475 | |
| 6887 | -2017-06-27 01:16:18 | |
| 6888 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.9315119016410662 | |
| 7476 | +2017-08-09 15:27:21 | |
| 7477 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6889 | 7478 | |
| 6890 | -2017-06-27 01:16:18 | |
| 6891 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.9315119016410662 | |
| 7479 | +2017-08-09 15:27:21 | |
| 7480 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6892 | 7481 | |
| 6893 | -2017-06-27 01:16:18 | |
| 6894 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7482 | +2017-08-09 15:27:21 | |
| 7483 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6895 | 7484 | |
| 6896 | -2017-06-27 01:16:18 | |
| 6897 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7485 | +2017-08-09 15:27:21 | |
| 7486 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6898 | 7487 | |
| 6899 | -2017-06-27 01:16:18 | |
| 6900 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7488 | +2017-08-09 15:27:21 | |
| 7489 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6901 | 7490 | |
| 6902 | -2017-06-27 01:16:18 | |
| 6903 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7491 | +2017-08-09 15:27:21 | |
| 7492 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6904 | 7493 | |
| 6905 | -2017-06-27 01:16:18 | |
| 6906 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7494 | +2017-08-09 15:27:21 | |
| 7495 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=0.04 | |
| 6907 | 7496 | |
| 6908 | -2017-06-27 01:16:18 | |
| 6909 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7497 | +2017-08-09 15:27:21 | |
| 7498 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=4 | |
| 6910 | 7499 | |
| 6911 | -2017-06-27 01:16:18 | |
| 6912 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7500 | +2017-08-09 15:27:21 | |
| 7501 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2024-02-29 | |
| 6913 | 7502 | |
| 6914 | -2017-06-27 01:16:34 | |
| 6915 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7503 | +2017-08-09 15:27:21 | |
| 7504 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2024-02-28 | |
| 6916 | 7505 | |
| 6917 | -2017-06-27 01:16:34 | |
| 6918 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 7506 | +2017-08-09 15:27:21 | |
| 7507 | +[INFO]-[Thread: qtp1761061602-28]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"4","carNum":"鲁A99999","endDate":"2024-02-28","orderDetailType":1,"orderType":"2","parkLotCardId":"2","personCardId":"176","personCustId":"322656532326125568","startDate":"2020-02-29","totleMoney":"4"} | |
| 6919 | 7508 | |
| 6920 | -2017-06-27 01:16:34 | |
| 6921 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 7509 | +2017-08-09 15:27:23 | |
| 7510 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6922 | 7511 | |
| 6923 | -2017-06-27 01:16:34 | |
| 6924 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7512 | +2017-08-09 15:27:23 | |
| 7513 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&parkOrderId=103344864243117592576 | |
| 6925 | 7514 | |
| 6926 | -2017-06-27 01:16:34 | |
| 6927 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 7515 | +2017-08-09 15:27:23 | |
| 7516 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/orderPayView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&parkOrderId=103344864243117592576 | |
| 6928 | 7517 | |
| 6929 | -2017-06-27 01:16:34 | |
| 6930 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7518 | +2017-08-09 15:27:23 | |
| 7519 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 6931 | 7520 | |
| 6932 | -2017-06-27 01:16:34 | |
| 6933 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 7521 | +2017-08-09 15:27:23 | |
| 7522 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6934 | 7523 | |
| 6935 | -2017-06-27 01:16:34 | |
| 6936 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7524 | +2017-08-09 15:27:23 | |
| 7525 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6937 | 7526 | |
| 6938 | -2017-06-27 01:16:34 | |
| 6939 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=0511sW6f0jMtvx1mxr3f0LJ67f01sW6h&state=wx | |
| 7527 | +2017-08-09 15:27:23 | |
| 7528 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6940 | 7529 | |
| 6941 | -2017-06-27 01:16:34 | |
| 6942 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1&code=0511sW6f0jMtvx1mxr3f0LJ67f01sW6h&state=wx | |
| 7530 | +2017-08-09 15:27:23 | |
| 7531 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6943 | 7532 | |
| 6944 | -2017-06-27 01:16:34 | |
| 6945 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7533 | +2017-08-09 15:27:23 | |
| 7534 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6946 | 7535 | |
| 6947 | -2017-06-27 01:16:34 | |
| 6948 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 7536 | +2017-08-09 15:27:23 | |
| 7537 | +[INFO]-[Thread: qtp1761061602-21]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6949 | 7538 | |
| 6950 | -2017-06-27 01:16:34 | |
| 6951 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=0511sW6f0jMtvx1mxr3f0LJ67f01sW6h | |
| 7539 | +2017-08-09 15:27:23 | |
| 7540 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6952 | 7541 | |
| 6953 | -2017-06-27 01:16:34 | |
| 6954 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
| 7542 | +2017-08-09 15:27:23 | |
| 7543 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6955 | 7544 | |
| 6956 | -2017-06-27 01:16:35 | |
| 6957 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7545 | +2017-08-09 15:27:23 | |
| 7546 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryOrderForNotPay?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6958 | 7547 | |
| 6959 | -2017-06-27 01:16:35 | |
| 6960 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7548 | +2017-08-09 15:27:23 | |
| 7549 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6961 | 7550 | |
| 6962 | -2017-06-27 01:16:35 | |
| 6963 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7551 | +2017-08-09 15:27:23 | |
| 7552 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6964 | 7553 | |
| 6965 | -2017-06-27 01:16:35 | |
| 6966 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.ParkLotController.parkListView()]: 获取到的微信用户为:wxuser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7554 | +2017-08-09 15:27:23 | |
| 7555 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6967 | 7556 | |
| 6968 | -2017-06-27 01:16:35 | |
| 6969 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7557 | +2017-08-09 15:27:23 | |
| 7558 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 6970 | 7559 | |
| 6971 | -2017-06-27 01:16:35 | |
| 6972 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7560 | +2017-08-09 15:27:23 | |
| 7561 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 6973 | 7562 | |
| 6974 | -2017-06-27 01:16:35 | |
| 6975 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/getCustCardNum?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7563 | +2017-08-09 15:27:23 | |
| 7564 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 6976 | 7565 | |
| 6977 | -2017-06-27 01:16:35 | |
| 6978 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7566 | +2017-08-09 15:27:23 | |
| 7567 | +[INFO]-[Thread: qtp1761061602-29]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 6979 | 7568 | |
| 6980 | -2017-06-27 01:16:35 | |
| 6981 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7569 | +2017-08-09 15:27:32 | |
| 7570 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 6982 | 7571 | |
| 6983 | -2017-06-27 01:16:35 | |
| 6984 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7572 | +2017-08-09 15:27:32 | |
| 7573 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6985 | 7574 | |
| 6986 | -2017-06-27 01:16:35 | |
| 6987 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7575 | +2017-08-09 15:27:32 | |
| 7576 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://localhost:8080/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6988 | 7577 | |
| 6989 | -2017-06-27 01:16:35 | |
| 6990 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7578 | +2017-08-09 15:27:32 | |
| 7579 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 6991 | 7580 | |
| 6992 | -2017-06-27 01:16:35 | |
| 6993 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7581 | +2017-08-09 15:27:32 | |
| 7582 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 6994 | 7583 | |
| 6995 | -2017-06-27 01:16:35 | |
| 6996 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkList?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7584 | +2017-08-09 15:27:32 | |
| 7585 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 6997 | 7586 | |
| 6998 | -2017-06-27 01:16:35 | |
| 6999 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7587 | +2017-08-09 15:27:32 | |
| 7588 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7000 | 7589 | |
| 7001 | -2017-06-27 01:16:35 | |
| 7002 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7590 | +2017-08-09 15:27:32 | |
| 7591 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7003 | 7592 | |
| 7004 | -2017-06-27 01:16:35 | |
| 7005 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7006 | - | |
| 7007 | -2017-06-27 01:16:35 | |
| 7008 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7009 | - | |
| 7010 | -2017-06-27 01:16:35 | |
| 7011 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7012 | - | |
| 7013 | -2017-06-27 01:16:35 | |
| 7014 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7015 | - | |
| 7016 | -2017-06-27 01:16:35 | |
| 7017 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7018 | - | |
| 7019 | -2017-06-27 01:16:35 | |
| 7020 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7021 | - | |
| 7022 | -2017-06-27 01:16:35 | |
| 7023 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7024 | - | |
| 7025 | -2017-06-27 01:16:35 | |
| 7026 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7027 | - | |
| 7028 | -2017-06-27 01:16:53 | |
| 7029 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7030 | - | |
| 7031 | -2017-06-27 01:16:53 | |
| 7032 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A150402004 | |
| 7033 | - | |
| 7034 | -2017-06-27 01:16:53 | |
| 7035 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/card?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&pklNo=A150402004 | |
| 7036 | - | |
| 7037 | -2017-06-27 01:16:53 | |
| 7038 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7039 | - | |
| 7040 | -2017-06-27 01:16:53 | |
| 7041 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7042 | - | |
| 7043 | -2017-06-27 01:16:53 | |
| 7044 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7045 | - | |
| 7046 | -2017-06-27 01:16:53 | |
| 7047 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7048 | - | |
| 7049 | -2017-06-27 01:16:53 | |
| 7050 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7051 | - | |
| 7052 | -2017-06-27 01:16:53 | |
| 7053 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7054 | - | |
| 7055 | -2017-06-27 01:16:53 | |
| 7056 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7057 | - | |
| 7058 | -2017-06-27 01:16:53 | |
| 7059 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7060 | - | |
| 7061 | -2017-06-27 01:16:53 | |
| 7062 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7063 | - | |
| 7064 | -2017-06-27 01:16:53 | |
| 7065 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/queryParkLotCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7066 | - | |
| 7067 | -2017-06-27 01:16:53 | |
| 7068 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7069 | - | |
| 7070 | -2017-06-27 01:16:53 | |
| 7071 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7072 | - | |
| 7073 | -2017-06-27 01:16:53 | |
| 7074 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7075 | - | |
| 7076 | -2017-06-27 01:16:53 | |
| 7077 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7078 | - | |
| 7079 | -2017-06-27 01:16:53 | |
| 7080 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7081 | - | |
| 7082 | -2017-06-27 01:16:53 | |
| 7083 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7084 | - | |
| 7085 | -2017-06-27 01:16:53 | |
| 7086 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7087 | - | |
| 7088 | -2017-06-27 01:16:54 | |
| 7089 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7090 | - | |
| 7091 | -2017-06-27 01:16:54 | |
| 7092 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.9573354639001137 | |
| 7093 | - | |
| 7094 | -2017-06-27 01:16:54 | |
| 7095 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.9573354639001137 | |
| 7096 | - | |
| 7097 | -2017-06-27 01:16:54 | |
| 7098 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7099 | - | |
| 7100 | -2017-06-27 01:16:54 | |
| 7101 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7102 | - | |
| 7103 | -2017-06-27 01:16:54 | |
| 7104 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7105 | - | |
| 7106 | -2017-06-27 01:16:54 | |
| 7107 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7108 | - | |
| 7109 | -2017-06-27 01:16:54 | |
| 7110 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7111 | - | |
| 7112 | -2017-06-27 01:16:54 | |
| 7113 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7114 | - | |
| 7115 | -2017-06-27 01:16:54 | |
| 7116 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7117 | - | |
| 7118 | -2017-06-27 01:16:55 | |
| 7119 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7120 | - | |
| 7121 | -2017-06-27 01:16:55 | |
| 7122 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7123 | - | |
| 7124 | -2017-06-27 01:16:55 | |
| 7125 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/queryParkLotCardForChoose?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7126 | - | |
| 7127 | -2017-06-27 01:16:55 | |
| 7128 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7129 | - | |
| 7130 | -2017-06-27 01:16:55 | |
| 7131 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7132 | - | |
| 7133 | -2017-06-27 01:16:55 | |
| 7134 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7135 | - | |
| 7136 | -2017-06-27 01:16:55 | |
| 7137 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7138 | - | |
| 7139 | -2017-06-27 01:16:55 | |
| 7140 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7141 | - | |
| 7142 | -2017-06-27 01:16:55 | |
| 7143 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7144 | - | |
| 7145 | -2017-06-27 01:16:55 | |
| 7146 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7147 | - | |
| 7148 | -2017-06-27 01:17:04 | |
| 7149 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7150 | - | |
| 7151 | -2017-06-27 01:17:04 | |
| 7152 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.9573354639001137 | |
| 7153 | - | |
| 7154 | -2017-06-27 01:17:04 | |
| 7155 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/monthOrderView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&id=4728&data=0.9573354639001137 | |
| 7156 | - | |
| 7157 | -2017-06-27 01:17:04 | |
| 7158 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7159 | - | |
| 7160 | -2017-06-27 01:17:04 | |
| 7161 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7162 | - | |
| 7163 | -2017-06-27 01:17:04 | |
| 7164 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7165 | - | |
| 7166 | -2017-06-27 01:17:04 | |
| 7167 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7168 | - | |
| 7169 | -2017-06-27 01:17:04 | |
| 7170 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7171 | - | |
| 7172 | -2017-06-27 01:17:04 | |
| 7173 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7174 | - | |
| 7175 | -2017-06-27 01:17:04 | |
| 7176 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7177 | - | |
| 7178 | -2017-06-27 01:17:04 | |
| 7179 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7180 | - | |
| 7181 | -2017-06-27 01:17:04 | |
| 7182 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7183 | - | |
| 7184 | -2017-06-27 01:17:04 | |
| 7185 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/checkIsbuyCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7186 | - | |
| 7187 | -2017-06-27 01:17:04 | |
| 7188 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7189 | - | |
| 7190 | -2017-06-27 01:17:04 | |
| 7191 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7192 | - | |
| 7193 | -2017-06-27 01:17:04 | |
| 7194 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7195 | - | |
| 7196 | -2017-06-27 01:17:04 | |
| 7197 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7198 | - | |
| 7199 | -2017-06-27 01:17:05 | |
| 7200 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7201 | - | |
| 7202 | -2017-06-27 01:17:05 | |
| 7203 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7204 | - | |
| 7205 | -2017-06-27 01:17:05 | |
| 7206 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7207 | - | |
| 7208 | -2017-06-27 01:17:05 | |
| 7209 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7210 | - | |
| 7211 | -2017-06-27 01:17:05 | |
| 7212 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7213 | - | |
| 7214 | -2017-06-27 01:17:05 | |
| 7215 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7216 | - | |
| 7217 | -2017-06-27 01:17:05 | |
| 7218 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7219 | - | |
| 7220 | -2017-06-27 01:17:05 | |
| 7221 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7222 | - | |
| 7223 | -2017-06-27 01:17:05 | |
| 7224 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7225 | - | |
| 7226 | -2017-06-27 01:17:05 | |
| 7227 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7228 | - | |
| 7229 | -2017-06-27 01:17:05 | |
| 7230 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7231 | - | |
| 7232 | -2017-06-27 01:17:05 | |
| 7233 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7234 | - | |
| 7235 | -2017-06-27 01:17:05 | |
| 7236 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7237 | - | |
| 7238 | -2017-06-27 01:17:25 | |
| 7239 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7240 | - | |
| 7241 | -2017-06-27 01:17:25 | |
| 7242 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7243 | - | |
| 7244 | -2017-06-27 01:17:25 | |
| 7245 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7246 | - | |
| 7247 | -2017-06-27 01:17:25 | |
| 7248 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7249 | - | |
| 7250 | -2017-06-27 01:17:25 | |
| 7251 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7252 | - | |
| 7253 | -2017-06-27 01:17:25 | |
| 7254 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7255 | - | |
| 7256 | -2017-06-27 01:17:25 | |
| 7257 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7258 | - | |
| 7259 | -2017-06-27 01:17:44 | |
| 7260 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7261 | - | |
| 7262 | -2017-06-27 01:17:44 | |
| 7263 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7264 | - | |
| 7265 | -2017-06-27 01:17:44 | |
| 7266 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7267 | - | |
| 7268 | -2017-06-27 01:17:44 | |
| 7269 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7270 | - | |
| 7271 | -2017-06-27 01:17:45 | |
| 7272 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7273 | - | |
| 7274 | -2017-06-27 01:17:45 | |
| 7275 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7276 | - | |
| 7277 | -2017-06-27 01:17:45 | |
| 7278 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7279 | - | |
| 7280 | -2017-06-27 01:17:45 | |
| 7281 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7282 | - | |
| 7283 | -2017-06-27 01:17:46 | |
| 7284 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7285 | - | |
| 7286 | -2017-06-27 01:17:46 | |
| 7287 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCustId":"120","startDate":"2017-06-27","totleMoney":"1"} | |
| 7288 | - | |
| 7289 | -2017-06-27 01:17:57 | |
| 7290 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7291 | - | |
| 7292 | -2017-06-27 01:17:57 | |
| 7293 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7294 | - | |
| 7295 | -2017-06-27 01:18:19 | |
| 7296 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCustId":"121","startDate":"2017-06-27","totleMoney":"1"} | |
| 7297 | - | |
| 7298 | -2017-06-27 01:19:15 | |
| 7299 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7300 | - | |
| 7301 | -2017-06-27 01:19:15 | |
| 7302 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7303 | - | |
| 7304 | -2017-06-27 01:19:15 | |
| 7305 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/checkIsbuyCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7306 | - | |
| 7307 | -2017-06-27 01:19:15 | |
| 7308 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7309 | - | |
| 7310 | -2017-06-27 01:19:15 | |
| 7311 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7312 | - | |
| 7313 | -2017-06-27 01:19:15 | |
| 7314 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7315 | - | |
| 7316 | -2017-06-27 01:19:15 | |
| 7317 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7318 | - | |
| 7319 | -2017-06-27 01:19:15 | |
| 7320 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7321 | - | |
| 7322 | -2017-06-27 01:19:15 | |
| 7323 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7324 | - | |
| 7325 | -2017-06-27 01:19:15 | |
| 7326 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7327 | - | |
| 7328 | -2017-06-27 01:19:15 | |
| 7329 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7330 | - | |
| 7331 | -2017-06-27 01:19:15 | |
| 7332 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7333 | - | |
| 7334 | -2017-06-27 01:19:15 | |
| 7335 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7336 | - | |
| 7337 | -2017-06-27 01:19:15 | |
| 7338 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7339 | - | |
| 7340 | -2017-06-27 01:19:15 | |
| 7341 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7342 | - | |
| 7343 | -2017-06-27 01:19:15 | |
| 7344 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7345 | - | |
| 7346 | -2017-06-27 01:19:15 | |
| 7347 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7348 | - | |
| 7349 | -2017-06-27 01:19:15 | |
| 7350 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7351 | - | |
| 7352 | -2017-06-27 01:19:15 | |
| 7353 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7354 | - | |
| 7355 | -2017-06-27 01:19:15 | |
| 7356 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7357 | - | |
| 7358 | -2017-06-27 01:19:24 | |
| 7359 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7360 | - | |
| 7361 | -2017-06-27 01:19:26 | |
| 7362 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7363 | - | |
| 7364 | -2017-06-27 01:19:27 | |
| 7365 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7366 | - | |
| 7367 | -2017-06-27 01:19:27 | |
| 7368 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7369 | - | |
| 7370 | -2017-06-27 01:19:27 | |
| 7371 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7372 | - | |
| 7373 | -2017-06-27 01:19:27 | |
| 7374 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7375 | - | |
| 7376 | -2017-06-27 01:19:27 | |
| 7377 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7378 | - | |
| 7379 | -2017-06-27 01:19:27 | |
| 7380 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7381 | - | |
| 7382 | -2017-06-27 01:19:28 | |
| 7383 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7384 | - | |
| 7385 | -2017-06-27 01:19:28 | |
| 7386 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7387 | - | |
| 7388 | -2017-06-27 01:19:28 | |
| 7389 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7390 | - | |
| 7391 | -2017-06-27 01:19:30 | |
| 7392 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7393 | - | |
| 7394 | -2017-06-27 01:19:31 | |
| 7395 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7396 | - | |
| 7397 | -2017-06-27 01:19:32 | |
| 7398 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7399 | - | |
| 7400 | -2017-06-27 01:19:32 | |
| 7401 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7402 | - | |
| 7403 | -2017-06-27 01:19:32 | |
| 7404 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7405 | - | |
| 7406 | -2017-06-27 01:19:34 | |
| 7407 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCustId":"122","startDate":"2017-06-27","totleMoney":"1"} | |
| 7408 | - | |
| 7409 | -2017-06-27 01:19:37 | |
| 7410 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7411 | - | |
| 7412 | -2017-06-27 01:20:29 | |
| 7413 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7414 | - | |
| 7415 | -2017-06-27 01:20:29 | |
| 7416 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7417 | - | |
| 7418 | -2017-06-27 01:20:29 | |
| 7419 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7420 | - | |
| 7421 | -2017-06-27 01:20:29 | |
| 7422 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 7423 | - | |
| 7424 | -2017-06-27 01:20:29 | |
| 7425 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 7426 | - | |
| 7427 | -2017-06-27 01:20:29 | |
| 7428 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/parkListView?1=1 | |
| 7429 | - | |
| 7430 | -2017-06-27 01:20:29 | |
| 7431 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7432 | - | |
| 7433 | -2017-06-27 01:20:29 | |
| 7434 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/selectCarView?1=1 | |
| 7435 | - | |
| 7436 | -2017-06-27 01:20:29 | |
| 7437 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 7438 | - | |
| 7439 | -2017-06-27 01:20:29 | |
| 7440 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7441 | - | |
| 7442 | -2017-06-27 01:20:29 | |
| 7443 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7444 | - | |
| 7445 | -2017-06-27 01:20:29 | |
| 7446 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 7447 | - | |
| 7448 | -2017-06-27 01:20:29 | |
| 7449 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 7450 | - | |
| 7451 | -2017-06-27 01:20:29 | |
| 7452 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7453 | - | |
| 7454 | -2017-06-27 01:20:29 | |
| 7455 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 7456 | - | |
| 7457 | -2017-06-27 01:20:41 | |
| 7458 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCustId":"123","startDate":"2017-06-27","totleMoney":"1"} | |
| 7459 | - | |
| 7460 | -2017-06-27 01:20:41 | |
| 7461 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7462 | - | |
| 7463 | -2017-06-27 01:20:41 | |
| 7464 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7465 | - | |
| 7466 | -2017-06-27 01:20:41 | |
| 7467 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7468 | - | |
| 7469 | -2017-06-27 01:20:41 | |
| 7470 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7471 | - | |
| 7472 | -2017-06-27 01:20:41 | |
| 7473 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/checkIsbuyCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7474 | - | |
| 7475 | -2017-06-27 01:20:41 | |
| 7476 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7477 | - | |
| 7478 | -2017-06-27 01:20:41 | |
| 7479 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7480 | - | |
| 7481 | -2017-06-27 01:20:41 | |
| 7482 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7483 | - | |
| 7484 | -2017-06-27 01:20:41 | |
| 7485 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7486 | - | |
| 7487 | -2017-06-27 01:20:41 | |
| 7488 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/checkIsbuyCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7489 | - | |
| 7490 | -2017-06-27 01:20:41 | |
| 7491 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7492 | - | |
| 7493 | -2017-06-27 01:20:41 | |
| 7494 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/checkIsbuyCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7495 | - | |
| 7496 | -2017-06-27 01:20:41 | |
| 7497 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7498 | - | |
| 7499 | -2017-06-27 01:20:41 | |
| 7500 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7501 | - | |
| 7502 | -2017-06-27 01:20:41 | |
| 7503 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7504 | - | |
| 7505 | -2017-06-27 01:20:41 | |
| 7506 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7507 | - | |
| 7508 | -2017-06-27 01:20:41 | |
| 7509 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7510 | - | |
| 7511 | -2017-06-27 01:20:41 | |
| 7512 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7513 | - | |
| 7514 | -2017-06-27 01:20:41 | |
| 7515 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7516 | - | |
| 7517 | -2017-06-27 01:20:41 | |
| 7518 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7519 | - | |
| 7520 | -2017-06-27 01:20:41 | |
| 7521 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7522 | - | |
| 7523 | -2017-06-27 01:20:41 | |
| 7524 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7525 | - | |
| 7526 | -2017-06-27 01:20:41 | |
| 7527 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7528 | - | |
| 7529 | -2017-06-27 01:20:41 | |
| 7530 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7531 | - | |
| 7532 | -2017-06-27 01:20:42 | |
| 7533 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7534 | - | |
| 7535 | -2017-06-27 01:20:42 | |
| 7536 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7537 | - | |
| 7538 | -2017-06-27 01:20:42 | |
| 7539 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7540 | - | |
| 7541 | -2017-06-27 01:20:42 | |
| 7542 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7543 | - | |
| 7544 | -2017-06-27 01:20:42 | |
| 7545 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7546 | - | |
| 7547 | -2017-06-27 01:20:42 | |
| 7548 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7549 | - | |
| 7550 | -2017-06-27 01:20:42 | |
| 7551 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7552 | - | |
| 7553 | -2017-06-27 01:20:42 | |
| 7554 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7555 | - | |
| 7556 | -2017-06-27 01:20:42 | |
| 7557 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7558 | - | |
| 7559 | -2017-06-27 01:20:42 | |
| 7560 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7561 | - | |
| 7562 | -2017-06-27 01:20:42 | |
| 7563 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7564 | - | |
| 7565 | -2017-06-27 01:20:42 | |
| 7566 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7567 | - | |
| 7568 | -2017-06-27 01:20:42 | |
| 7569 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7570 | - | |
| 7571 | -2017-06-27 01:20:42 | |
| 7572 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7573 | - | |
| 7574 | -2017-06-27 01:20:42 | |
| 7575 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7576 | - | |
| 7577 | -2017-06-27 01:20:42 | |
| 7578 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7579 | - | |
| 7580 | -2017-06-27 01:20:43 | |
| 7581 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7582 | - | |
| 7583 | -2017-06-27 01:20:43 | |
| 7584 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7585 | - | |
| 7586 | -2017-06-27 01:20:43 | |
| 7587 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7588 | - | |
| 7589 | -2017-06-27 01:20:43 | |
| 7590 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7591 | - | |
| 7592 | -2017-06-27 01:21:05 | |
| 7593 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7594 | - | |
| 7595 | -2017-06-27 01:21:05 | |
| 7596 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7597 | - | |
| 7598 | -2017-06-27 01:21:06 | |
| 7599 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7600 | - | |
| 7601 | -2017-06-27 01:21:06 | |
| 7602 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7603 | - | |
| 7604 | -2017-06-27 01:21:06 | |
| 7605 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7606 | - | |
| 7607 | -2017-06-27 01:21:06 | |
| 7608 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7609 | - | |
| 7610 | -2017-06-27 01:21:06 | |
| 7611 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7612 | - | |
| 7613 | -2017-06-27 01:21:06 | |
| 7614 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7615 | - | |
| 7616 | -2017-06-27 01:21:06 | |
| 7617 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7618 | - | |
| 7619 | -2017-06-27 01:21:06 | |
| 7620 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7621 | - | |
| 7622 | -2017-06-27 01:21:06 | |
| 7623 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7624 | - | |
| 7625 | -2017-06-27 01:21:06 | |
| 7626 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7627 | - | |
| 7628 | -2017-06-27 01:21:06 | |
| 7629 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7630 | - | |
| 7631 | -2017-06-27 01:21:06 | |
| 7632 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7633 | - | |
| 7634 | -2017-06-27 01:21:23 | |
| 7635 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7636 | - | |
| 7637 | -2017-06-27 01:21:23 | |
| 7638 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7639 | - | |
| 7640 | -2017-06-27 01:21:23 | |
| 7641 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7642 | - | |
| 7643 | -2017-06-27 01:21:23 | |
| 7644 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7645 | - | |
| 7646 | -2017-06-27 01:21:23 | |
| 7647 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7648 | - | |
| 7649 | -2017-06-27 01:21:23 | |
| 7650 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7651 | - | |
| 7652 | -2017-06-27 01:21:23 | |
| 7653 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7654 | - | |
| 7655 | -2017-06-27 01:21:06 | |
| 7656 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7657 | - | |
| 7658 | -2017-06-27 01:21:23 | |
| 7659 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7660 | - | |
| 7661 | -2017-06-27 01:21:23 | |
| 7662 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7663 | - | |
| 7664 | -2017-06-27 01:21:06 | |
| 7665 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7666 | - | |
| 7667 | -2017-06-27 01:21:23 | |
| 7668 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7669 | - | |
| 7670 | -2017-06-27 01:21:23 | |
| 7671 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7672 | - | |
| 7673 | -2017-06-27 01:21:23 | |
| 7674 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7675 | - | |
| 7676 | -2017-06-27 01:21:06 | |
| 7677 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7678 | - | |
| 7679 | -2017-06-27 01:21:23 | |
| 7680 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7681 | - | |
| 7682 | -2017-06-27 01:21:23 | |
| 7683 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7684 | - | |
| 7685 | -2017-06-27 01:21:23 | |
| 7686 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7687 | - | |
| 7688 | -2017-06-27 01:21:23 | |
| 7689 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7690 | - | |
| 7691 | -2017-06-27 01:21:23 | |
| 7692 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7693 | - | |
| 7694 | -2017-06-27 01:21:23 | |
| 7695 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7696 | - | |
| 7697 | -2017-06-27 01:21:23 | |
| 7698 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7699 | - | |
| 7700 | -2017-06-27 01:21:23 | |
| 7701 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7702 | - | |
| 7703 | -2017-06-27 01:21:23 | |
| 7704 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7705 | - | |
| 7706 | -2017-06-27 01:21:23 | |
| 7707 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7708 | - | |
| 7709 | -2017-06-27 01:21:23 | |
| 7710 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7711 | - | |
| 7712 | -2017-06-27 01:21:23 | |
| 7713 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7714 | - | |
| 7715 | -2017-06-27 01:21:23 | |
| 7716 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7717 | - | |
| 7718 | -2017-06-27 01:21:23 | |
| 7719 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7720 | - | |
| 7721 | -2017-06-27 01:21:23 | |
| 7722 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7723 | - | |
| 7724 | -2017-06-27 01:21:23 | |
| 7725 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7726 | - | |
| 7727 | -2017-06-27 01:21:23 | |
| 7728 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7729 | - | |
| 7730 | -2017-06-27 01:21:23 | |
| 7731 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7732 | - | |
| 7733 | -2017-06-27 01:21:23 | |
| 7734 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7735 | - | |
| 7736 | -2017-06-27 01:21:23 | |
| 7737 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7738 | - | |
| 7739 | -2017-06-27 01:21:23 | |
| 7740 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7741 | - | |
| 7742 | -2017-06-27 01:21:23 | |
| 7743 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7744 | - | |
| 7745 | -2017-06-27 01:21:23 | |
| 7746 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7747 | - | |
| 7748 | -2017-06-27 01:21:23 | |
| 7749 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7750 | - | |
| 7751 | -2017-06-27 01:21:23 | |
| 7752 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7753 | - | |
| 7754 | -2017-06-27 01:21:23 | |
| 7755 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7756 | - | |
| 7757 | -2017-06-27 01:21:23 | |
| 7758 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7759 | - | |
| 7760 | -2017-06-27 01:21:23 | |
| 7761 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7762 | - | |
| 7763 | -2017-06-27 01:21:23 | |
| 7764 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7765 | - | |
| 7766 | -2017-06-27 01:21:23 | |
| 7767 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7768 | - | |
| 7769 | -2017-06-27 01:21:23 | |
| 7770 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7771 | - | |
| 7772 | -2017-06-27 01:21:23 | |
| 7773 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7774 | - | |
| 7775 | -2017-06-27 01:21:23 | |
| 7776 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7777 | - | |
| 7778 | -2017-06-27 01:21:33 | |
| 7779 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCustId":"125","startDate":"2017-06-27","totleMoney":"1"} | |
| 7780 | - | |
| 7781 | -2017-06-27 01:21:33 | |
| 7782 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCustId":"126","startDate":"2017-06-27","totleMoney":"1"} | |
| 7783 | - | |
| 7784 | -2017-06-27 01:21:33 | |
| 7785 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7786 | - | |
| 7787 | -2017-06-27 01:21:33 | |
| 7788 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7789 | - | |
| 7790 | -2017-06-27 01:21:33 | |
| 7791 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7792 | - | |
| 7793 | -2017-06-27 01:21:33 | |
| 7794 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7795 | - | |
| 7796 | -2017-06-27 01:21:33 | |
| 7797 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCustId":"124","startDate":"2017-06-27","totleMoney":"1"} | |
| 7798 | - | |
| 7799 | -2017-06-27 01:21:33 | |
| 7800 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7801 | - | |
| 7802 | -2017-06-27 01:21:34 | |
| 7803 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7804 | - | |
| 7805 | -2017-06-27 01:21:34 | |
| 7806 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7807 | - | |
| 7808 | -2017-06-27 01:21:34 | |
| 7809 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7810 | - | |
| 7811 | -2017-06-27 01:21:34 | |
| 7812 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCustId":"127","startDate":"2017-06-27","totleMoney":"1"} | |
| 7813 | - | |
| 7814 | -2017-06-27 01:21:37 | |
| 7815 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCustId":"128","startDate":"2017-06-27","totleMoney":"1"} | |
| 7816 | - | |
| 7817 | -2017-06-27 01:22:54 | |
| 7818 | -[INFO]-[Thread: qtp1154002927-28]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCustId":"129","startDate":"2017-06-27","totleMoney":"1"} | |
| 7819 | - | |
| 7820 | -2017-06-27 01:24:02 | |
| 7821 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7822 | - | |
| 7823 | -2017-06-27 01:24:02 | |
| 7824 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7825 | - | |
| 7826 | -2017-06-27 01:24:02 | |
| 7827 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/myParkCardView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7828 | - | |
| 7829 | -2017-06-27 01:24:02 | |
| 7830 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7831 | - | |
| 7832 | -2017-06-27 01:24:02 | |
| 7833 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7834 | - | |
| 7835 | -2017-06-27 01:24:02 | |
| 7836 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7837 | - | |
| 7838 | -2017-06-27 01:24:02 | |
| 7839 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7840 | - | |
| 7841 | -2017-06-27 01:24:02 | |
| 7842 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7843 | - | |
| 7844 | -2017-06-27 01:24:02 | |
| 7845 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7846 | - | |
| 7847 | -2017-06-27 01:24:02 | |
| 7848 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7849 | - | |
| 7850 | -2017-06-27 01:27:37 | |
| 7851 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 7852 | - | |
| 7853 | -2017-06-27 01:27:45 | |
| 7854 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 7855 | - | |
| 7856 | -2017-06-27 01:27:54 | |
| 7857 | -[WARN]-[Thread: qtp1154002927-25]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 7858 | - | |
| 7859 | -2017-06-27 01:27:54 | |
| 7860 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7861 | - | |
| 7862 | -2017-06-27 01:27:54 | |
| 7863 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7864 | - | |
| 7865 | -2017-06-27 01:27:54 | |
| 7866 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/park/checkIsbuyCard?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7867 | - | |
| 7868 | -2017-06-27 01:27:54 | |
| 7869 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7870 | - | |
| 7871 | -2017-06-27 01:27:54 | |
| 7872 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7873 | - | |
| 7874 | -2017-06-27 01:27:54 | |
| 7875 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7876 | - | |
| 7877 | -2017-06-27 01:27:54 | |
| 7878 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7879 | - | |
| 7880 | -2017-06-27 01:27:54 | |
| 7881 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7882 | - | |
| 7883 | -2017-06-27 01:27:54 | |
| 7884 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7885 | - | |
| 7886 | -2017-06-27 01:27:54 | |
| 7887 | -[INFO]-[Thread: qtp1154002927-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7888 | - | |
| 7889 | -2017-06-27 01:27:55 | |
| 7890 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7891 | - | |
| 7892 | -2017-06-27 01:27:55 | |
| 7893 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7894 | - | |
| 7895 | -2017-06-27 01:27:55 | |
| 7896 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7897 | - | |
| 7898 | -2017-06-27 01:27:55 | |
| 7899 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7900 | - | |
| 7901 | -2017-06-27 01:27:55 | |
| 7902 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7903 | - | |
| 7904 | -2017-06-27 01:27:55 | |
| 7905 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7906 | - | |
| 7907 | -2017-06-27 01:27:55 | |
| 7908 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7909 | - | |
| 7910 | -2017-06-27 01:27:55 | |
| 7911 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7912 | - | |
| 7913 | -2017-06-27 01:27:55 | |
| 7914 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7915 | - | |
| 7916 | -2017-06-27 01:27:55 | |
| 7917 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7918 | - | |
| 7919 | -2017-06-27 01:27:59 | |
| 7920 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7921 | - | |
| 7922 | -2017-06-27 01:28:01 | |
| 7923 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7924 | - | |
| 7925 | -2017-06-27 01:28:01 | |
| 7926 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7927 | - | |
| 7928 | -2017-06-27 01:28:01 | |
| 7929 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7930 | - | |
| 7931 | -2017-06-27 01:28:07 | |
| 7932 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7933 | - | |
| 7934 | -2017-06-27 01:28:07 | |
| 7935 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7936 | - | |
| 7937 | -2017-06-27 01:28:07 | |
| 7938 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/createOrderInfo?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7939 | - | |
| 7940 | -2017-06-27 01:28:07 | |
| 7941 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 7942 | - | |
| 7943 | -2017-06-27 01:28:07 | |
| 7944 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7945 | - | |
| 7946 | -2017-06-27 01:28:08 | |
| 7947 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7948 | - | |
| 7949 | -2017-06-27 01:28:08 | |
| 7950 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7951 | - | |
| 7952 | -2017-06-27 01:28:08 | |
| 7953 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 7954 | - | |
| 7955 | -2017-06-27 01:28:09 | |
| 7956 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 7957 | - | |
| 7958 | -2017-06-27 01:28:09 | |
| 7959 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 7960 | - | |
| 7961 | -2017-06-27 01:28:09 | |
| 7962 | -[INFO]-[Thread: qtp1154002927-27]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCardId":"130","personCustId":"322656532326125568","startDate":"2017-06-27","totleMoney":"1"} | |
| 7963 | - | |
| 7964 | -2017-06-27 01:28:10 | |
| 7965 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端金额=1 | |
| 7966 | - | |
| 7967 | -2017-06-27 01:28:11 | |
| 7968 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 计算金额=1 | |
| 7969 | - | |
| 7970 | -2017-06-27 01:28:16 | |
| 7971 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: 前端结束时间=2017-07-27 | |
| 7972 | - | |
| 7973 | -2017-06-27 01:28:16 | |
| 7974 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.controller.WeixinPayController.createOrderInfo()]: --计算结束时间=2017-07-27 | |
| 7975 | - | |
| 7976 | -2017-06-27 01:28:43 | |
| 7977 | -[INFO]-[Thread: qtp1154002927-25]-[com.rnt.service.CardOrderService.saveOrder()]: [开始保存月卡/年卡信息],入参={"buyNum":"1","carNum":"鲁B12345","endDate":"2017-07-27","orderDetailType":1,"orderType":"3","parkLotCardId":"4728","personCardId":"131","personCustId":"322656532326125568","startDate":"2017-06-27","totleMoney":"1"} | |
| 7978 | - | |
| 7979 | -2017-06-27 01:28:43 | |
| 7980 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 7981 | - | |
| 7982 | -2017-06-27 01:28:43 | |
| 7983 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&parkOrderId=103329070509398560768 | |
| 7984 | - | |
| 7985 | -2017-06-27 01:28:43 | |
| 7986 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/orderPayView?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8&parkOrderId=103329070509398560768 | |
| 7987 | - | |
| 7988 | -2017-06-27 01:28:43 | |
| 7989 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 7990 | - | |
| 7991 | -2017-06-27 01:28:43 | |
| 7992 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 7993 | - | |
| 7994 | -2017-06-27 01:28:43 | |
| 7995 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 7996 | - | |
| 7997 | -2017-06-27 01:28:43 | |
| 7998 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 7999 | - | |
| 8000 | -2017-06-27 01:28:43 | |
| 8001 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 8002 | - | |
| 8003 | -2017-06-27 01:28:43 | |
| 8004 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 8005 | - | |
| 8006 | -2017-06-27 01:28:43 | |
| 8007 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 8008 | - | |
| 8009 | -2017-06-27 01:28:44 | |
| 8010 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.controller.WeixinPayController.orderPayView()]: 支付单save请求数据为: payOrder={"createDate":1498498124001,"dataState":1,"modfiyDate":1498498124001,"payOrderId":"304329070512426848256","payOrderState":0,"payOrderTitle":"1","paySrcType":2,"payType":4,"payorderStateTime":1498498124001,"rltOrderId":"103329070509398560768"} | |
| 8011 | - | |
| 8012 | -2017-06-27 01:28:44 | |
| 8013 | -[INFO]-[Thread: qtp1154002927-23]-[com.rnt.controller.WeixinPayController.orderPayView()]: 支付单save 响应为: flag=true | |
| 8014 | - | |
| 8015 | -2017-06-27 01:28:45 | |
| 8016 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 8017 | - | |
| 8018 | -2017-06-27 01:28:45 | |
| 8019 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 8020 | - | |
| 8021 | -2017-06-27 01:28:45 | |
| 8022 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://atao.s1.natapp.cc/pay/queryOrderForNotPay?openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 8023 | - | |
| 8024 | -2017-06-27 01:28:45 | |
| 8025 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 8026 | - | |
| 8027 | -2017-06-27 01:28:45 | |
| 8028 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=oCezDv3ZPXdhCJEYFKAnxAvhiRI8 | |
| 8029 | - | |
| 8030 | -2017-06-27 01:28:45 | |
| 8031 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 8032 | - | |
| 8033 | -2017-06-27 01:28:45 | |
| 8034 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 8035 | - | |
| 8036 | -2017-06-27 01:28:45 | |
| 8037 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 8038 | - | |
| 8039 | -2017-06-27 01:28:45 | |
| 8040 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 8041 | - | |
| 8042 | -2017-06-27 01:28:45 | |
| 8043 | -[INFO]-[Thread: qtp1154002927-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 8044 | - | |
| 8045 | -2017-06-27 02:37:50 | |
| 8046 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: init datasource error, url: jdbc:mysql://61.177.139.228:13906/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 8047 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8048 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8049 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8050 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8051 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8052 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8053 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8054 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8055 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8056 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8057 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8058 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8059 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8060 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8061 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8062 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8063 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8064 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8065 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8066 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8067 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8068 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8069 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8070 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8071 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8072 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8073 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8074 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8075 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8076 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8077 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8078 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8079 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8080 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8081 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8082 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8083 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8084 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8085 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8086 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8087 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8088 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8089 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8090 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8091 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8092 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8093 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8094 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8095 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8096 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8097 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8098 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8099 | - | |
| 8100 | -2017-06-27 02:37:50 | |
| 8101 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 8102 | - | |
| 8103 | -2017-06-27 02:37:51 | |
| 8104 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: init datasource error, url: jdbc:mysql://61.177.139.228:13906/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 8105 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8106 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8107 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8108 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8109 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8110 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8111 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8112 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8113 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8114 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8115 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8116 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8117 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8118 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8119 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8120 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8121 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8122 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8123 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8124 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8125 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8126 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8127 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8128 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8129 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8130 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8131 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8132 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8133 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8134 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8135 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8136 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8137 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8138 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8139 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8140 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8141 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8142 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8143 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8144 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8145 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8146 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8147 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8148 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8149 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8150 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8151 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8152 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8153 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8154 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8155 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8156 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8157 | - | |
| 8158 | -2017-06-27 02:37:51 | |
| 8159 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} init error | |
| 8160 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8161 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8162 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8163 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8164 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8165 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8166 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8167 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8168 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8169 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8170 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8171 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8172 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8173 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8174 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8175 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8176 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8177 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8178 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8179 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8180 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8181 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8182 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8183 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8184 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8185 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8186 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8187 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8188 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8189 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8190 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8191 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8192 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8193 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8194 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8195 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8196 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8197 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8198 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8199 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8200 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8201 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8202 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8203 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8204 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8205 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8206 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8207 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8208 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8209 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8210 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8211 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8212 | - | |
| 8213 | -2017-06-27 02:37:51 | |
| 8214 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 8215 | - | |
| 8216 | -2017-06-27 02:37:51 | |
| 8217 | -[ERROR]-[Thread: main]-[com.jfinal.core.Config.startPlugins()]: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 8218 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8219 | -com.jfinal.plugin.activerecord.ActiveRecordException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8220 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:55) | |
| 8221 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8222 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8223 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8224 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8225 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8226 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8227 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8228 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8229 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8230 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8231 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8232 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8233 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8234 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8235 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8236 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8237 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8238 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8239 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8240 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8241 | -Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8242 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8243 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8244 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8245 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8246 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8247 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8248 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8249 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8250 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8251 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8252 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8253 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8254 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8255 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8256 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8257 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8258 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8259 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8260 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8261 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8262 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8263 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8264 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8265 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8266 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8267 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8268 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8269 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8270 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8271 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8272 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8273 | - ... 20 more | |
| 8274 | - | |
| 8275 | -2017-06-27 02:37:51 | |
| 8276 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 8277 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8278 | -java.lang.RuntimeException: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 8279 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8280 | - at com.jfinal.core.Config.startPlugins(Config.java:116) | |
| 8281 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8282 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8283 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8284 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8285 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8286 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8287 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8288 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8289 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8290 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8291 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8292 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8293 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8294 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8295 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8296 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8297 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8298 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8299 | -Caused by: com.jfinal.plugin.activerecord.ActiveRecordException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8300 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:55) | |
| 8301 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8302 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8303 | - ... 18 more | |
| 8304 | -Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8305 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8306 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8307 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8308 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8309 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8310 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8311 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8312 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8313 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8314 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8315 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8316 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8317 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8318 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8319 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8320 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8321 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8322 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8323 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8324 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8325 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8326 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8327 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8328 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8329 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8330 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8331 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8332 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8333 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8334 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8335 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8336 | - ... 20 more | |
| 8337 | - | |
| 8338 | -2017-06-27 02:38:32 | |
| 8339 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: init datasource error, url: jdbc:mysql://61.177.139.228:13906/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 8340 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8341 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8342 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8343 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8344 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8345 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8346 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8347 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8348 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8349 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8350 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8351 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8352 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8353 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8354 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8355 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8356 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8357 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8358 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8359 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8360 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8361 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8362 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8363 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8364 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8365 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8366 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8367 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8368 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8369 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8370 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8371 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8372 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8373 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8374 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8375 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8376 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8377 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8378 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8379 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8380 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8381 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8382 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8383 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8384 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8385 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8386 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8387 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8388 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8389 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8390 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8391 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8392 | - | |
| 8393 | -2017-06-27 02:38:32 | |
| 8394 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 8395 | - | |
| 8396 | -2017-06-27 02:38:33 | |
| 8397 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: init datasource error, url: jdbc:mysql://61.177.139.228:13906/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 8398 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8399 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8400 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8401 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8402 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8403 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8404 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8405 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8406 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8407 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8408 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8409 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8410 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8411 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8412 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8413 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8414 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8415 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8416 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8417 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8418 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8419 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8420 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8421 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8422 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8423 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8424 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8425 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8426 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8427 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8428 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8429 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8430 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8431 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8432 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8433 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8434 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8435 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8436 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8437 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8438 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8439 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8440 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8441 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8442 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8443 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8444 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8445 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8446 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8447 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8448 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8449 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8450 | - | |
| 8451 | -2017-06-27 02:38:33 | |
| 8452 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} init error | |
| 8453 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8454 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8455 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8456 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8457 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8458 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8459 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8460 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8461 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8462 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8463 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8464 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8465 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8466 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8467 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8468 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8469 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8470 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8471 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8472 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8473 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8474 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8475 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8476 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8477 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8478 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8479 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8480 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8481 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8482 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8483 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8484 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8485 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8486 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8487 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8488 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8489 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8490 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8491 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8492 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8493 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8494 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8495 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8496 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8497 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8498 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8499 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8500 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8501 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8502 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8503 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8504 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8505 | - | |
| 8506 | -2017-06-27 02:38:33 | |
| 8507 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 8508 | - | |
| 8509 | -2017-06-27 02:38:33 | |
| 8510 | -[ERROR]-[Thread: main]-[com.jfinal.core.Config.startPlugins()]: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 8511 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8512 | -com.jfinal.plugin.activerecord.ActiveRecordException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8513 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:55) | |
| 8514 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8515 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8516 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8517 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8518 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8519 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8520 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8521 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8522 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8523 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8524 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8525 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8526 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8527 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8528 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8529 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8530 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8531 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8532 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8533 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8534 | -Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8535 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8536 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8537 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8538 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8539 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8540 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8541 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8542 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8543 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8544 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8545 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8546 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8547 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8548 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8549 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8550 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8551 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8552 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8553 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8554 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8555 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8556 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8557 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8558 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8559 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8560 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8561 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8562 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8563 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8564 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8565 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8566 | - ... 20 more | |
| 8567 | - | |
| 8568 | -2017-06-27 02:38:33 | |
| 8569 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 8570 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8571 | -java.lang.RuntimeException: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 8572 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8573 | - at com.jfinal.core.Config.startPlugins(Config.java:116) | |
| 8574 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8575 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8576 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8577 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8578 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8579 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8580 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8581 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8582 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8583 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8584 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8585 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8586 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8587 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8588 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8589 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8590 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8591 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8592 | -Caused by: com.jfinal.plugin.activerecord.ActiveRecordException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8593 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:55) | |
| 8594 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8595 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8596 | - ... 18 more | |
| 8597 | -Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8598 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8599 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8600 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8601 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8602 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8603 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8604 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8605 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8606 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8607 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8608 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8609 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8610 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8611 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8612 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8613 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8614 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8615 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8616 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8617 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8618 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8619 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8620 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8621 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8622 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8623 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8624 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8625 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8626 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8627 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8628 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8629 | - ... 20 more | |
| 8630 | - | |
| 8631 | -2017-06-27 02:39:38 | |
| 8632 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: init datasource error, url: jdbc:mysql://61.177.139.228:13906/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 8633 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8634 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8635 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8636 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8637 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8638 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8639 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8640 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8641 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8642 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8643 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8644 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8645 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8646 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8647 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8648 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8649 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8650 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8651 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8652 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8653 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8654 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8655 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8656 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8657 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8658 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8659 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8660 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8661 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8662 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8663 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8664 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8665 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8666 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8667 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8668 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8669 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8670 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8671 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8672 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8673 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8674 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8675 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8676 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8677 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8678 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8679 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8680 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8681 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8682 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8683 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8684 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8685 | - | |
| 8686 | -2017-06-27 02:39:38 | |
| 8687 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 8688 | - | |
| 8689 | -2017-06-27 02:39:39 | |
| 8690 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: init datasource error, url: jdbc:mysql://61.177.139.228:13906/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 8691 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8692 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8693 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8694 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8695 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8696 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8697 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8698 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8699 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8700 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8701 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8702 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8703 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8704 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8705 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8706 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8707 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8708 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8709 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8710 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8711 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8712 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8713 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8714 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8715 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8716 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8717 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8718 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8719 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8720 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8721 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8722 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8723 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8724 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8725 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8726 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8727 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8728 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8729 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8730 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8731 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8732 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8733 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8734 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8735 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8736 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8737 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8738 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8739 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8740 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8741 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8742 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8743 | - | |
| 8744 | -2017-06-27 02:39:39 | |
| 8745 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} init error | |
| 8746 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8747 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8748 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8749 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8750 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8751 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8752 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8753 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8754 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8755 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8756 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8757 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8758 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8759 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8760 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8761 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8762 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8763 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8764 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8765 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8766 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8767 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8768 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8769 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8770 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8771 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8772 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8773 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8774 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8775 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8776 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8777 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8778 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8779 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8780 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8781 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8782 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8783 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8784 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8785 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8786 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8787 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8788 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8789 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8790 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8791 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8792 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8793 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8794 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8795 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8796 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8797 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8798 | - | |
| 8799 | -2017-06-27 02:39:39 | |
| 8800 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 8801 | - | |
| 8802 | -2017-06-27 02:39:39 | |
| 8803 | -[ERROR]-[Thread: main]-[com.jfinal.core.Config.startPlugins()]: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 8804 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8805 | -com.jfinal.plugin.activerecord.ActiveRecordException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8806 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:55) | |
| 8807 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8808 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8809 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8810 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8811 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8812 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8813 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8814 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8815 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8816 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8817 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8818 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8819 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8820 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8821 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8822 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8823 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8824 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8825 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8826 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8827 | -Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8828 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8829 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8830 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8831 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8832 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8833 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8834 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8835 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8836 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8837 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8838 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8839 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8840 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8841 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8842 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8843 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8844 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8845 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8846 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8847 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8848 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8849 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8850 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8851 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8852 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8853 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8854 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8855 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8856 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8857 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8858 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8859 | - ... 20 more | |
| 8860 | - | |
| 8861 | -2017-06-27 02:39:39 | |
| 8862 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 8863 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8864 | -java.lang.RuntimeException: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 8865 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8866 | - at com.jfinal.core.Config.startPlugins(Config.java:116) | |
| 8867 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8868 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8869 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8870 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8871 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8872 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8873 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8874 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8875 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8876 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8877 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8878 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8879 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8880 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8881 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8882 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8883 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8884 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8885 | -Caused by: com.jfinal.plugin.activerecord.ActiveRecordException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8886 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:55) | |
| 8887 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8888 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8889 | - ... 18 more | |
| 8890 | -Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8891 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8892 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8893 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8894 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8895 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8896 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8897 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8898 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8899 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8900 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8901 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8902 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8903 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8904 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8905 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8906 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8907 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8908 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8909 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8910 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8911 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8912 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8913 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8914 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8915 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8916 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8917 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8918 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8919 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8920 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8921 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8922 | - ... 20 more | |
| 8923 | - | |
| 8924 | -2017-06-27 02:41:34 | |
| 8925 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: init datasource error, url: jdbc:mysql://61.177.139.228:13906/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 8926 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8927 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8928 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8929 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8930 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8931 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8932 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8933 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8934 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8935 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8936 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8937 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8938 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8939 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8940 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8941 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 8942 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 8943 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 8944 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8945 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8946 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8947 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8948 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8949 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 8950 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 8951 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 8952 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 8953 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 8954 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 8955 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 8956 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 8957 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 8958 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 8959 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 8960 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 8961 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 8962 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 8963 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 8964 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8965 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 8966 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 8967 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 8968 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 8969 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 8970 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8971 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 8972 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 8973 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 8974 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 8975 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 8976 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 8977 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 8978 | - | |
| 8979 | -2017-06-27 02:41:34 | |
| 8980 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 8981 | - | |
| 8982 | -2017-06-27 02:41:35 | |
| 8983 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: init datasource error, url: jdbc:mysql://61.177.139.228:13906/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 8984 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 8985 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 8986 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 8987 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 8988 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 8989 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 8990 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 8991 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 8992 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 8993 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 8994 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 8995 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 8996 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 8997 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 8998 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 8999 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 9000 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 9001 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 9002 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9003 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9004 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9005 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9006 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9007 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 9008 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 9009 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 9010 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 9011 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 9012 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 9013 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 9014 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 9015 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 9016 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 9017 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 9018 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 9019 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 9020 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 9021 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 9022 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9023 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 9024 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 9025 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 9026 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 9027 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 9028 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9029 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 9030 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 9031 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9032 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 9033 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 9034 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 9035 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 9036 | - | |
| 9037 | -2017-06-27 02:41:35 | |
| 9038 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} init error | |
| 9039 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9040 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9041 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9042 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9043 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9044 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9045 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 9046 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 9047 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 9048 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 9049 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 9050 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 9051 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 9052 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 9053 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 9054 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 9055 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 9056 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 9057 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9058 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9059 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9060 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9061 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9062 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 9063 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 9064 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 9065 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 9066 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 9067 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 9068 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 9069 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 9070 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 9071 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 9072 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 9073 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 9074 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 9075 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 9076 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 9077 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9078 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 9079 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 9080 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 9081 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 9082 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 9083 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9084 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 9085 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 9086 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9087 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 9088 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 9089 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 9090 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 9091 | - | |
| 9092 | -2017-06-27 02:41:35 | |
| 9093 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 9094 | - | |
| 9095 | -2017-06-27 02:41:35 | |
| 9096 | -[ERROR]-[Thread: main]-[com.jfinal.core.Config.startPlugins()]: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 9097 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9098 | -com.jfinal.plugin.activerecord.ActiveRecordException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9099 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:55) | |
| 9100 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 9101 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 9102 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 9103 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 9104 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 9105 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 9106 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9107 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 9108 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 9109 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 9110 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 9111 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 9112 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9113 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 9114 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 9115 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9116 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 9117 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 9118 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 9119 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 9120 | -Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9121 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9122 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9123 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9124 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9125 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9126 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 9127 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 9128 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 9129 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 9130 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 9131 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 9132 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 9133 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 9134 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 9135 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 9136 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 9137 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 9138 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9139 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9140 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9141 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9142 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9143 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 9144 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 9145 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 9146 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 9147 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 9148 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 9149 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 9150 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 9151 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 9152 | - ... 20 more | |
| 9153 | - | |
| 9154 | -2017-06-27 02:41:35 | |
| 9155 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 9156 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9157 | -java.lang.RuntimeException: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 9158 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9159 | - at com.jfinal.core.Config.startPlugins(Config.java:116) | |
| 9160 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 9161 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 9162 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 9163 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 9164 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9165 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 9166 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 9167 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 9168 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 9169 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 9170 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9171 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 9172 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 9173 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9174 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 9175 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 9176 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 9177 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 9178 | -Caused by: com.jfinal.plugin.activerecord.ActiveRecordException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9179 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:55) | |
| 9180 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 9181 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 9182 | - ... 18 more | |
| 9183 | -Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9184 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9185 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9186 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9187 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9188 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9189 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 9190 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 9191 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 9192 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 9193 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 9194 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 9195 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 9196 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 9197 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 9198 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 9199 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 9200 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 9201 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9202 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9203 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9204 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9205 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9206 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 9207 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 9208 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 9209 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 9210 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 9211 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 9212 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 9213 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 9214 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 9215 | - ... 20 more | |
| 9216 | - | |
| 9217 | -2017-06-27 02:42:12 | |
| 9218 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: init datasource error, url: jdbc:mysql://61.177.139.228:13906/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 9219 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9220 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9221 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9222 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9223 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9224 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9225 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 9226 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 9227 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 9228 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 9229 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 9230 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 9231 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 9232 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 9233 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 9234 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 9235 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 9236 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 9237 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9238 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9239 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9240 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9241 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9242 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 9243 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 9244 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 9245 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 9246 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 9247 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 9248 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 9249 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 9250 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 9251 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 9252 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 9253 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 9254 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 9255 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 9256 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 9257 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9258 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 9259 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 9260 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 9261 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 9262 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 9263 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9264 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 9265 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 9266 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9267 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 9268 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 9269 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 9270 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 9271 | - | |
| 9272 | -2017-06-27 02:42:12 | |
| 9273 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 9274 | - | |
| 9275 | -2017-06-27 02:42:13 | |
| 9276 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: init datasource error, url: jdbc:mysql://61.177.139.228:13906/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
| 9277 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9278 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9279 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9280 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9281 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9282 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9283 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 9284 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 9285 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 9286 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 9287 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 9288 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 9289 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 9290 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 9291 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 9292 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 9293 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 9294 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 9295 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9296 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9297 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9298 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9299 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9300 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 9301 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 9302 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 9303 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 9304 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 9305 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 9306 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 9307 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 9308 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 9309 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 9310 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 9311 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 9312 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 9313 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 9314 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 9315 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9316 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 9317 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 9318 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 9319 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 9320 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 9321 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9322 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 9323 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 9324 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9325 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 9326 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 9327 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 9328 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 9329 | - | |
| 9330 | -2017-06-27 02:42:13 | |
| 9331 | -[ERROR]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} init error | |
| 9332 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9333 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9334 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9335 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9336 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9337 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9338 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 9339 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 9340 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 9341 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 9342 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 9343 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 9344 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 9345 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 9346 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 9347 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 9348 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 9349 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 9350 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9351 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9352 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9353 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9354 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9355 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 9356 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 9357 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 9358 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 9359 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 9360 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 9361 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 9362 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 9363 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 9364 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 9365 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 9366 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 9367 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 9368 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 9369 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 9370 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9371 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 9372 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 9373 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 9374 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 9375 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 9376 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9377 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 9378 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 9379 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9380 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 9381 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 9382 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 9383 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 9384 | - | |
| 9385 | -2017-06-27 02:42:13 | |
| 9386 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 9387 | - | |
| 9388 | -2017-06-27 02:42:13 | |
| 9389 | -[ERROR]-[Thread: main]-[com.jfinal.core.Config.startPlugins()]: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 9390 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9391 | -com.jfinal.plugin.activerecord.ActiveRecordException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9392 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:55) | |
| 9393 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 9394 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 9395 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 9396 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 9397 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 9398 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 9399 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9400 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 9401 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 9402 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 9403 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 9404 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 9405 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9406 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 9407 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 9408 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9409 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 9410 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 9411 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 9412 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 9413 | -Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9414 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9415 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9416 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9417 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9418 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9419 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 9420 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 9421 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 9422 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 9423 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 9424 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 9425 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 9426 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 9427 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 9428 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 9429 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 9430 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 9431 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9432 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9433 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9434 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9435 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9436 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 9437 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 9438 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 9439 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 9440 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 9441 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 9442 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 9443 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 9444 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 9445 | - ... 20 more | |
| 9446 | - | |
| 9447 | -2017-06-27 02:42:13 | |
| 9448 | -[ERROR]-[Thread: main]-[com.jfinal.kit.LogKit.error()]: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 9449 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9450 | -java.lang.RuntimeException: Plugin start error: com.jfinal.plugin.activerecord.ActiveRecordPlugin. | |
| 9451 | -com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9452 | - at com.jfinal.core.Config.startPlugins(Config.java:116) | |
| 9453 | - at com.jfinal.core.Config.configJFinal(Config.java:53) | |
| 9454 | - at com.jfinal.core.JFinal.init(JFinal.java:63) | |
| 9455 | - at com.jfinal.core.JFinalFilter.init(JFinalFilter.java:49) | |
| 9456 | - at org.eclipse.jetty.servlet.FilterHolder.doStart(FilterHolder.java:119) | |
| 9457 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9458 | - at org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:724) | |
| 9459 | - at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:265) | |
| 9460 | - at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1250) | |
| 9461 | - at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:706) | |
| 9462 | - at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:492) | |
| 9463 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9464 | - at org.eclipse.jetty.server.handler.HandlerWrapper.doStart(HandlerWrapper.java:95) | |
| 9465 | - at org.eclipse.jetty.server.Server.doStart(Server.java:277) | |
| 9466 | - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:64) | |
| 9467 | - at com.jfinal.server.JettyServerForIDEA.doStart(JettyServerForIDEA.java:133) | |
| 9468 | - at com.jfinal.server.JettyServerForIDEA.start(JettyServerForIDEA.java:72) | |
| 9469 | - at com.jfinal.core.JFinal.start(JFinal.java:171) | |
| 9470 | - at com.rnt.AppRun.main(AppRun.java:223) | |
| 9471 | -Caused by: com.jfinal.plugin.activerecord.ActiveRecordException: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9472 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:55) | |
| 9473 | - at com.jfinal.plugin.activerecord.ActiveRecordPlugin.start(ActiveRecordPlugin.java:218) | |
| 9474 | - at com.jfinal.core.Config.startPlugins(Config.java:107) | |
| 9475 | - ... 18 more | |
| 9476 | -Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections | |
| 9477 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9478 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9479 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9480 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9481 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9482 | - at com.mysql.jdbc.Util.getInstance(Util.java:386) | |
| 9483 | - at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1014) | |
| 9484 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4074) | |
| 9485 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4006) | |
| 9486 | - at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:919) | |
| 9487 | - at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1694) | |
| 9488 | - at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1244) | |
| 9489 | - at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2397) | |
| 9490 | - at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2430) | |
| 9491 | - at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2215) | |
| 9492 | - at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:813) | |
| 9493 | - at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) | |
| 9494 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| 9495 | - at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| 9496 | - at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| 9497 | - at java.lang.reflect.Constructor.newInstance(Constructor.java:422) | |
| 9498 | - at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) | |
| 9499 | - at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399) | |
| 9500 | - at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:334) | |
| 9501 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1461) | |
| 9502 | - at com.alibaba.druid.pool.DruidAbstractDataSource.createPhysicalConnection(DruidAbstractDataSource.java:1525) | |
| 9503 | - at com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:734) | |
| 9504 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1060) | |
| 9505 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:1056) | |
| 9506 | - at com.alibaba.druid.pool.DruidDataSource.getConnection(DruidDataSource.java:104) | |
| 9507 | - at com.jfinal.plugin.activerecord.TableBuilder.build(TableBuilder.java:43) | |
| 9508 | - ... 20 more | |
| 9509 | - | |
| 9510 | -2017-06-27 02:43:34 | |
| 9511 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-1} inited | |
| 9512 | - | |
| 9513 | -2017-06-27 02:43:35 | |
| 9514 | -[INFO]-[Thread: main]-[com.alibaba.druid.pool.DruidDataSource.init()]: {dataSource-2} inited | |
| 9515 | - | |
| 9516 | -2017-06-27 02:45:26 | |
| 9517 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9518 | - | |
| 9519 | -2017-06-27 02:45:26 | |
| 9520 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 9521 | - | |
| 9522 | -2017-06-27 02:45:26 | |
| 9523 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
| 9524 | - | |
| 9525 | -2017-06-27 02:45:26 | |
| 9526 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 9527 | - | |
| 9528 | -2017-06-27 02:45:26 | |
| 9529 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 9530 | - | |
| 9531 | -2017-06-27 02:45:26 | |
| 9532 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9533 | - | |
| 9534 | -2017-06-27 02:45:26 | |
| 9535 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 9536 | - | |
| 9537 | -2017-06-27 02:45:26 | |
| 9538 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9539 | - | |
| 9540 | -2017-06-27 02:45:26 | |
| 9541 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=051FqG9W1b4M4T0vwUbW1hyB9W1FqG9d&state=wx | |
| 9542 | - | |
| 9543 | -2017-06-27 02:45:26 | |
| 9544 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=051FqG9W1b4M4T0vwUbW1hyB9W1FqG9d&state=wx | |
| 9545 | - | |
| 9546 | -2017-06-27 02:45:26 | |
| 9547 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 9548 | - | |
| 9549 | -2017-06-27 02:45:26 | |
| 9550 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 9551 | - | |
| 9552 | -2017-06-27 02:45:26 | |
| 9553 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=051FqG9W1b4M4T0vwUbW1hyB9W1FqG9d | |
| 9554 | - | |
| 9555 | -2017-06-27 02:45:26 | |
| 9556 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
| 9557 | - | |
| 9558 | -2017-06-27 02:45:27 | |
| 9559 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9560 | - | |
| 9561 | -2017-06-27 02:45:27 | |
| 9562 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9563 | - | |
| 9564 | -2017-06-27 02:45:27 | |
| 9565 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9566 | - | |
| 9567 | -2017-06-27 02:45:28 | |
| 9568 | -[WARN]-[Thread: qtp1800890735-26]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 9569 | - | |
| 9570 | -2017-06-27 02:45:28 | |
| 9571 | -[WARN]-[Thread: qtp1800890735-27]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 9572 | - | |
| 9573 | -2017-06-27 02:45:28 | |
| 9574 | -[WARN]-[Thread: qtp1800890735-25]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 9575 | - | |
| 9576 | -2017-06-27 02:45:28 | |
| 9577 | -[WARN]-[Thread: qtp1800890735-26]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 9578 | - | |
| 9579 | -2017-06-27 02:45:28 | |
| 9580 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9581 | - | |
| 9582 | -2017-06-27 02:45:28 | |
| 9583 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9584 | - | |
| 9585 | -2017-06-27 02:45:28 | |
| 9586 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9587 | - | |
| 9588 | -2017-06-27 02:45:28 | |
| 9589 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 9590 | - | |
| 9591 | -2017-06-27 02:45:28 | |
| 9592 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9593 | - | |
| 9594 | -2017-06-27 02:45:28 | |
| 9595 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9596 | - | |
| 9597 | -2017-06-27 02:45:28 | |
| 9598 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 9599 | - | |
| 9600 | -2017-06-27 02:45:28 | |
| 9601 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9602 | - | |
| 9603 | -2017-06-27 02:45:28 | |
| 9604 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9605 | - | |
| 9606 | -2017-06-27 02:45:28 | |
| 9607 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9608 | - | |
| 9609 | -2017-06-27 02:45:28 | |
| 9610 | -[WARN]-[Thread: qtp1800890735-28]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
| 9611 | - | |
| 9612 | -2017-06-27 02:45:35 | |
| 9613 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9614 | - | |
| 9615 | -2017-06-27 02:45:35 | |
| 9616 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 9617 | - | |
| 9618 | -2017-06-27 02:45:35 | |
| 9619 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
| 9620 | - | |
| 9621 | -2017-06-27 02:45:35 | |
| 9622 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 9623 | - | |
| 9624 | -2017-06-27 02:45:35 | |
| 9625 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 9626 | - | |
| 9627 | -2017-06-27 02:45:35 | |
| 9628 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9629 | - | |
| 9630 | -2017-06-27 02:45:35 | |
| 9631 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 9632 | - | |
| 9633 | -2017-06-27 02:45:35 | |
| 9634 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9635 | - | |
| 9636 | -2017-06-27 02:45:35 | |
| 9637 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
| 9638 | - | |
| 9639 | -2017-06-27 02:45:35 | |
| 9640 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
| 9641 | - | |
| 9642 | -2017-06-27 02:45:35 | |
| 9643 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 9644 | - | |
| 9645 | -2017-06-27 02:45:35 | |
| 9646 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 9647 | - | |
| 9648 | -2017-06-27 02:45:35 | |
| 9649 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9650 | - | |
| 9651 | -2017-06-27 02:45:35 | |
| 9652 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 9653 | - | |
| 9654 | -2017-06-27 02:46:44 | |
| 9655 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9656 | - | |
| 9657 | -2017-06-27 02:46:44 | |
| 9658 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 9659 | - | |
| 9660 | -2017-06-27 02:46:44 | |
| 9661 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
| 9662 | - | |
| 9663 | -2017-06-27 02:46:44 | |
| 9664 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 9665 | - | |
| 9666 | -2017-06-27 02:46:44 | |
| 9667 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 9668 | - | |
| 9669 | -2017-06-27 02:46:44 | |
| 9670 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9671 | - | |
| 9672 | -2017-06-27 02:46:44 | |
| 9673 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 9674 | - | |
| 9675 | -2017-06-27 02:46:44 | |
| 9676 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9677 | - | |
| 9678 | -2017-06-27 02:46:44 | |
| 9679 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=001dF78z0VHwkj1UWRaz0ZAj8z0dF78z&state=wx | |
| 9680 | - | |
| 9681 | -2017-06-27 02:46:44 | |
| 9682 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=001dF78z0VHwkj1UWRaz0ZAj8z0dF78z&state=wx | |
| 9683 | - | |
| 9684 | -2017-06-27 02:46:44 | |
| 9685 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 9686 | - | |
| 9687 | -2017-06-27 02:46:44 | |
| 9688 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 9689 | - | |
| 9690 | -2017-06-27 02:46:44 | |
| 9691 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=001dF78z0VHwkj1UWRaz0ZAj8z0dF78z | |
| 9692 | - | |
| 9693 | -2017-06-27 02:46:44 | |
| 9694 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
| 9695 | - | |
| 9696 | -2017-06-27 02:46:45 | |
| 9697 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9698 | - | |
| 9699 | -2017-06-27 02:46:45 | |
| 9700 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9701 | - | |
| 9702 | -2017-06-27 02:46:45 | |
| 9703 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9704 | - | |
| 9705 | -2017-06-27 02:46:46 | |
| 9706 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9707 | - | |
| 9708 | -2017-06-27 02:46:46 | |
| 9709 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9710 | - | |
| 9711 | -2017-06-27 02:46:46 | |
| 9712 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9713 | - | |
| 9714 | -2017-06-27 02:46:46 | |
| 9715 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 9716 | - | |
| 9717 | -2017-06-27 02:46:46 | |
| 9718 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9719 | - | |
| 9720 | -2017-06-27 02:46:46 | |
| 9721 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9722 | - | |
| 9723 | -2017-06-27 02:46:46 | |
| 9724 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 9725 | - | |
| 9726 | -2017-06-27 02:46:46 | |
| 9727 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9728 | - | |
| 9729 | -2017-06-27 02:46:46 | |
| 9730 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9731 | - | |
| 9732 | -2017-06-27 02:46:46 | |
| 9733 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9734 | - | |
| 9735 | -2017-06-27 02:46:51 | |
| 9736 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9737 | - | |
| 9738 | -2017-06-27 02:46:51 | |
| 9739 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9740 | - | |
| 9741 | -2017-06-27 02:46:51 | |
| 9742 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9743 | - | |
| 9744 | -2017-06-27 02:46:51 | |
| 9745 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 9746 | - | |
| 9747 | -2017-06-27 02:46:51 | |
| 9748 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9749 | - | |
| 9750 | -2017-06-27 02:46:51 | |
| 9751 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9752 | - | |
| 9753 | -2017-06-27 02:46:51 | |
| 9754 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 9755 | - | |
| 9756 | -2017-06-27 02:46:51 | |
| 9757 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9758 | - | |
| 9759 | -2017-06-27 02:46:51 | |
| 9760 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9761 | - | |
| 9762 | -2017-06-27 02:46:51 | |
| 9763 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9764 | - | |
| 9765 | -2017-06-27 02:46:51 | |
| 9766 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
| 9767 | - | |
| 9768 | -2017-06-27 02:46:51 | |
| 9769 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,A320211000} | |
| 9770 | - | |
| 9771 | -2017-06-27 02:46:51 | |
| 9772 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"a8548b03134a06119277a6263531c5f3","park_code":"734861a1e8656ffa51bdd90829941ca9","timestamp":1498502811252} | |
| 9773 | - | |
| 9774 | -2017-06-27 02:46:51 | |
| 9775 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"code\":\"NO_PARK_RECORD\",\"message\":\"无停车记录\",\"status\":0}\n" | |
| 9776 | - | |
| 9777 | -2017-06-27 02:46:51 | |
| 9778 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"code\":\"NO_PARK_RECORD\",\"message\":\"无停车记录\",\"status\":0}\n" | |
| 9779 | - | |
| 9780 | -2017-06-27 02:47:10 | |
| 9781 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9782 | - | |
| 9783 | -2017-06-27 02:47:10 | |
| 9784 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9785 | - | |
| 9786 | -2017-06-27 02:47:10 | |
| 9787 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9788 | - | |
| 9789 | -2017-06-27 02:47:10 | |
| 9790 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 9791 | - | |
| 9792 | -2017-06-27 02:47:10 | |
| 9793 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9794 | - | |
| 9795 | -2017-06-27 02:47:10 | |
| 9796 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9797 | - | |
| 9798 | -2017-06-27 02:47:10 | |
| 9799 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 9800 | - | |
| 9801 | -2017-06-27 02:47:10 | |
| 9802 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9803 | - | |
| 9804 | -2017-06-27 02:47:10 | |
| 9805 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9806 | - | |
| 9807 | -2017-06-27 02:47:10 | |
| 9808 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9809 | - | |
| 9810 | -2017-06-27 02:47:11 | |
| 9811 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9812 | - | |
| 9813 | -2017-06-27 02:47:11 | |
| 9814 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9815 | - | |
| 9816 | -2017-06-27 02:47:11 | |
| 9817 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9818 | - | |
| 9819 | -2017-06-27 02:47:11 | |
| 9820 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 9821 | - | |
| 9822 | -2017-06-27 02:47:11 | |
| 9823 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9824 | - | |
| 9825 | -2017-06-27 02:47:11 | |
| 9826 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9827 | - | |
| 9828 | -2017-06-27 02:47:11 | |
| 9829 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 9830 | - | |
| 9831 | -2017-06-27 02:47:11 | |
| 9832 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9833 | - | |
| 9834 | -2017-06-27 02:47:11 | |
| 9835 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9836 | - | |
| 9837 | -2017-06-27 02:47:11 | |
| 9838 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9839 | - | |
| 9840 | -2017-06-27 02:47:17 | |
| 9841 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9842 | - | |
| 9843 | -2017-06-27 02:47:17 | |
| 9844 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9845 | - | |
| 9846 | -2017-06-27 02:47:17 | |
| 9847 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9848 | - | |
| 9849 | -2017-06-27 02:47:17 | |
| 9850 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 9851 | - | |
| 9852 | -2017-06-27 02:47:17 | |
| 9853 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9854 | - | |
| 9855 | -2017-06-27 02:47:17 | |
| 9856 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9857 | - | |
| 9858 | -2017-06-27 02:47:17 | |
| 9859 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 9860 | - | |
| 9861 | -2017-06-27 02:47:17 | |
| 9862 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9863 | - | |
| 9864 | -2017-06-27 02:47:17 | |
| 9865 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9866 | - | |
| 9867 | -2017-06-27 02:47:17 | |
| 9868 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9869 | - | |
| 9870 | -2017-06-27 02:47:19 | |
| 9871 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9872 | - | |
| 9873 | -2017-06-27 02:47:19 | |
| 9874 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9875 | - | |
| 9876 | -2017-06-27 02:47:19 | |
| 9877 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9878 | - | |
| 9879 | -2017-06-27 02:47:19 | |
| 9880 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 9881 | - | |
| 9882 | -2017-06-27 02:47:19 | |
| 9883 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9884 | - | |
| 9885 | -2017-06-27 02:47:19 | |
| 9886 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9887 | - | |
| 9888 | -2017-06-27 02:47:19 | |
| 9889 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 9890 | - | |
| 9891 | -2017-06-27 02:47:19 | |
| 9892 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9893 | - | |
| 9894 | -2017-06-27 02:47:20 | |
| 9895 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9896 | - | |
| 9897 | -2017-06-27 02:47:20 | |
| 9898 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9899 | - | |
| 9900 | -2017-06-27 02:47:23 | |
| 9901 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9902 | - | |
| 9903 | -2017-06-27 02:47:23 | |
| 9904 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9905 | - | |
| 9906 | -2017-06-27 02:47:23 | |
| 9907 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9908 | - | |
| 9909 | -2017-06-27 02:47:23 | |
| 9910 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 9911 | - | |
| 9912 | -2017-06-27 02:47:23 | |
| 9913 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9914 | - | |
| 9915 | -2017-06-27 02:47:23 | |
| 9916 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9917 | - | |
| 9918 | -2017-06-27 02:47:23 | |
| 9919 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 9920 | - | |
| 9921 | -2017-06-27 02:47:23 | |
| 9922 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9923 | - | |
| 9924 | -2017-06-27 02:47:23 | |
| 9925 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9926 | - | |
| 9927 | -2017-06-27 02:47:23 | |
| 9928 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9929 | - | |
| 9930 | -2017-06-27 02:47:24 | |
| 9931 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9932 | - | |
| 9933 | -2017-06-27 02:47:24 | |
| 9934 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9935 | - | |
| 9936 | -2017-06-27 02:47:24 | |
| 9937 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9938 | - | |
| 9939 | -2017-06-27 02:47:24 | |
| 9940 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 9941 | - | |
| 9942 | -2017-06-27 02:47:24 | |
| 9943 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9944 | - | |
| 9945 | -2017-06-27 02:47:24 | |
| 9946 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9947 | - | |
| 9948 | -2017-06-27 02:47:24 | |
| 9949 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 9950 | - | |
| 9951 | -2017-06-27 02:47:24 | |
| 9952 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9953 | - | |
| 9954 | -2017-06-27 02:47:24 | |
| 9955 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9956 | - | |
| 9957 | -2017-06-27 02:47:24 | |
| 9958 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9959 | - | |
| 9960 | -2017-06-27 02:47:24 | |
| 9961 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
| 9962 | - | |
| 9963 | -2017-06-27 02:47:27 | |
| 9964 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 9965 | - | |
| 9966 | -2017-06-27 02:47:27 | |
| 9967 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9968 | - | |
| 9969 | -2017-06-27 02:47:27 | |
| 9970 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9971 | - | |
| 9972 | -2017-06-27 02:47:27 | |
| 9973 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 9974 | - | |
| 9975 | -2017-06-27 02:47:27 | |
| 9976 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 9977 | - | |
| 9978 | -2017-06-27 02:47:27 | |
| 9979 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 9980 | - | |
| 9981 | -2017-06-27 02:47:27 | |
| 9982 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 9983 | - | |
| 9984 | -2017-06-27 02:47:27 | |
| 9985 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 9986 | - | |
| 9987 | -2017-06-27 02:47:27 | |
| 9988 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 9989 | - | |
| 9990 | -2017-06-27 02:47:27 | |
| 9991 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 9992 | - | |
| 9993 | -2017-06-27 02:48:01 | |
| 9994 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,A320211000} | |
| 9995 | - | |
| 9996 | -2017-06-27 02:48:01 | |
| 9997 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"1c53dd2d5840aec362c0c4cd0af7d511","park_code":"734861a1e8656ffa51bdd90829941ca9","timestamp":1498502881427} | |
| 9998 | - | |
| 9999 | -2017-06-27 02:48:01 | |
| 10000 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"code\":\"NO_PARK_RECORD\",\"message\":\"无停车记录\",\"status\":0}\n" | |
| 10001 | - | |
| 10002 | -2017-06-27 02:48:01 | |
| 10003 | -[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"code\":\"NO_PARK_RECORD\",\"message\":\"无停车记录\",\"status\":0}\n" | |
| 10004 | - | |
| 10005 | -2017-06-27 02:48:05 | |
| 10006 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
| 10007 | - | |
| 10008 | -2017-06-27 02:48:05 | |
| 10009 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,A320211000} | |
| 10010 | - | |
| 10011 | -2017-06-27 02:48:05 | |
| 10012 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"618e9da0b76666b7f34c44d8cca4d78d","park_code":"734861a1e8656ffa51bdd90829941ca9","timestamp":1498502885062} | |
| 10013 | - | |
| 10014 | -2017-06-27 02:48:05 | |
| 10015 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"code\":\"NO_PARK_RECORD\",\"message\":\"无停车记录\",\"status\":0}\n" | |
| 10016 | - | |
| 10017 | -2017-06-27 02:48:05 | |
| 10018 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"code\":\"NO_PARK_RECORD\",\"message\":\"无停车记录\",\"status\":0}\n" | |
| 10019 | - | |
| 10020 | -2017-06-27 02:50:10 | |
| 10021 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 10022 | - | |
| 10023 | -2017-06-27 02:50:10 | |
| 10024 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 10025 | - | |
| 10026 | -2017-06-27 02:50:10 | |
| 10027 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 10028 | - | |
| 10029 | -2017-06-27 02:50:10 | |
| 10030 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 10031 | - | |
| 10032 | -2017-06-27 02:50:10 | |
| 10033 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 10034 | - | |
| 10035 | -2017-06-27 02:50:10 | |
| 10036 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 10037 | - | |
| 10038 | -2017-06-27 02:50:10 | |
| 10039 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 10040 | - | |
| 10041 | -2017-06-27 02:50:10 | |
| 10042 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 10043 | - | |
| 10044 | -2017-06-27 02:50:10 | |
| 10045 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 10046 | - | |
| 10047 | -2017-06-27 02:50:10 | |
| 10048 | -[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 10049 | - | |
| 10050 | -2017-06-27 02:50:17 | |
| 10051 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 10052 | - | |
| 10053 | -2017-06-27 02:50:17 | |
| 10054 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
| 10055 | - | |
| 10056 | -2017-06-27 02:50:17 | |
| 10057 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
| 10058 | - | |
| 10059 | -2017-06-27 02:50:17 | |
| 10060 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 10061 | - | |
| 10062 | -2017-06-27 02:50:17 | |
| 10063 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 10064 | - | |
| 10065 | -2017-06-27 02:50:17 | |
| 10066 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 10067 | - | |
| 10068 | -2017-06-27 02:50:17 | |
| 10069 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
| 10070 | - | |
| 10071 | -2017-06-27 02:50:21 | |
| 10072 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 10073 | - | |
| 10074 | -2017-06-27 02:50:21 | |
| 10075 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=061kLrAd2a3VSA0n5GAd2iAsAd2kLrAM&state=wx | |
| 10076 | - | |
| 10077 | -2017-06-27 02:50:21 | |
| 10078 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=061kLrAd2a3VSA0n5GAd2iAsAd2kLrAM&state=wx | |
| 10079 | - | |
| 10080 | -2017-06-27 02:50:21 | |
| 10081 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
| 10082 | - | |
| 10083 | -2017-06-27 02:50:21 | |
| 10084 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
| 10085 | - | |
| 10086 | -2017-06-27 02:50:21 | |
| 10087 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=061kLrAd2a3VSA0n5GAd2iAsAd2kLrAM | |
| 10088 | - | |
| 10089 | -2017-06-27 02:50:21 | |
| 10090 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
| 10091 | - | |
| 10092 | -2017-06-27 02:50:21 | |
| 10093 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 10094 | - | |
| 10095 | -2017-06-27 02:50:21 | |
| 10096 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 10097 | - | |
| 10098 | -2017-06-27 02:50:21 | |
| 10099 | -[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 10100 | - | |
| 10101 | -2017-06-27 02:50:22 | |
| 10102 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 10103 | - | |
| 10104 | -2017-06-27 02:50:22 | |
| 10105 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 10106 | - | |
| 10107 | -2017-06-27 02:50:22 | |
| 10108 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 10109 | - | |
| 10110 | -2017-06-27 02:50:22 | |
| 10111 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 10112 | - | |
| 10113 | -2017-06-27 02:50:22 | |
| 10114 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 10115 | - | |
| 10116 | -2017-06-27 02:50:22 | |
| 10117 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 10118 | - | |
| 10119 | -2017-06-27 02:50:22 | |
| 10120 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 10121 | - | |
| 10122 | -2017-06-27 02:50:22 | |
| 10123 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 10124 | - | |
| 10125 | -2017-06-27 02:50:22 | |
| 10126 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 10127 | - | |
| 10128 | -2017-06-27 02:50:22 | |
| 10129 | -[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 10130 | - | |
| 10131 | -2017-06-27 02:50:27 | |
| 10132 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 10133 | - | |
| 10134 | -2017-06-27 02:50:27 | |
| 10135 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 10136 | - | |
| 10137 | -2017-06-27 02:50:27 | |
| 10138 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 10139 | - | |
| 10140 | -2017-06-27 02:50:27 | |
| 10141 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
| 10142 | - | |
| 10143 | -2017-06-27 02:50:27 | |
| 10144 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 10145 | - | |
| 10146 | -2017-06-27 02:50:27 | |
| 10147 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
| 10148 | - | |
| 10149 | -2017-06-27 02:50:27 | |
| 10150 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
| 10151 | - | |
| 10152 | -2017-06-27 02:50:27 | |
| 10153 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
| 10154 | - | |
| 10155 | -2017-06-27 02:50:27 | |
| 10156 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
| 10157 | - | |
| 10158 | -2017-06-27 02:50:27 | |
| 10159 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 10160 | - | |
| 10161 | -2017-06-27 02:50:32 | |
| 10162 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
| 10163 | - | |
| 10164 | -2017-06-27 02:50:36 | |
| 10165 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
| 10166 | - | |
| 10167 | -2017-06-27 02:50:37 | |
| 10168 | -[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"8e096a6c4ca06cf3db61142cbadd3347","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498503037000} | |
| 10169 | - | |
| 10170 | -2017-06-27 02:50:37 | |
| 10171 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
| 10172 | - | |
| 10173 | -2017-06-27 02:50:37 | |
| 10174 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 10175 | - | |
| 10176 | -2017-06-27 02:50:37 | |
| 10177 | -[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
| 7593 | +2017-08-09 15:27:32 | |
| 7594 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322656532326125568","openId":"oCezDv3ZPXdhCJEYFKAnxAvhiRI8"} | |
| 10178 | 7595 | |
| 7596 | +<<<<<<< HEAD | |
| 10179 | 7597 | 2017-06-27 02:50:37 |
| 10180 | 7598 | [INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true |
| 10181 | 7599 | |
| ... | ... | @@ -54071,3 +51489,7 @@ Caused by: java.io.EOFException: Can not read response from server. Expected to |
| 54071 | 51489 | |
| 54072 | 51490 | 2017-08-08 14:59:08 |
| 54073 | 51491 | [INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx077cae81383034aa&redirect_uri=http://7mdhf9.natappfree.cc/pay/queryParkLotCardForChoose?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} |
| 51492 | +======= | |
| 51493 | +2017-08-09 15:27:32 | |
| 51494 | +[INFO]-[Thread: qtp1761061602-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
| 51495 | +>>>>>>> branch 'master' of https://git.oschina.net/zte-its/rnt-wx.git | ... | ... |
src/main/java/com/rnt/controller/WeixinPayController.java
| ... | ... | @@ -12,9 +12,8 @@ import java.util.Map; |
| 12 | 12 | import java.util.Map.Entry; |
| 13 | 13 | import java.util.Set; |
| 14 | 14 | |
| 15 | -import org.beetl.sql.core.kit.StringKit; | |
| 16 | - | |
| 17 | 15 | import com.alibaba.fastjson.JSONObject; |
| 16 | + | |
| 18 | 17 | import com.jfinal.aop.Clear; |
| 19 | 18 | import com.jfinal.aop.Duang; |
| 20 | 19 | import com.jfinal.core.Controller; |
| ... | ... | @@ -37,12 +36,10 @@ import com.rnt.commo.enums.SequenceTypeEnum; |
| 37 | 36 | import com.rnt.commo.interceptor.BindInterceptor; |
| 38 | 37 | import com.rnt.model.zf.CardCoupons; |
| 39 | 38 | import com.rnt.model.zf.Order; |
| 40 | -import com.rnt.model.zf.OrderDetailPark; | |
| 41 | 39 | import com.rnt.model.zf.ParkCardCoupons; |
| 42 | 40 | import com.rnt.model.zf.PayOrder; |
| 43 | 41 | import com.rnt.model.zf.PayOrderFlow; |
| 44 | 42 | import com.rnt.service.CardOrderService; |
| 45 | -import com.rnt.service.IRainQueryService; | |
| 46 | 43 | import com.rnt.service.OrderService; |
| 47 | 44 | import com.rnt.service.ParkCardCouponsService; |
| 48 | 45 | import com.rnt.service.ParkLotService; |
| ... | ... | @@ -57,7 +54,9 @@ import com.rnt.vo.CardOrderVO; |
| 57 | 54 | import com.rnt.vo.OrderVO; |
| 58 | 55 | import com.rnt.vo.ParkLotCardVO; |
| 59 | 56 | import com.xiaoleilu.hutool.date.DateField; |
| 57 | +import com.xiaoleilu.hutool.date.DateTime; | |
| 60 | 58 | import com.xiaoleilu.hutool.date.DateUtil; |
| 59 | +import org.beetl.sql.core.kit.StringKit; | |
| 61 | 60 | |
| 62 | 61 | /** |
| 63 | 62 | * 感谢 *半杯* 童鞋联调支付API |
| ... | ... | @@ -132,8 +131,16 @@ public class WeixinPayController extends Controller { |
| 132 | 131 | endDateStr = DateUtil.format(endDate, "yyyy-MM-dd"); |
| 133 | 132 | orderType = "2"; |
| 134 | 133 | } else { |
| 135 | - //月卡 | |
| 136 | - Date endDate = DateUtil.offsetDay(DateUtil.offset(startDate, DateField.MONTH, num),-1); | |
| 134 | + DateTime endDate = DateUtil.offsetDay(startDate, 0); | |
| 135 | + DateTime temp = DateUtil.offsetDay(startDate, 0); | |
| 136 | + int days = 0; | |
| 137 | + for (int i = 1; i <= num; i++) { | |
| 138 | + temp = DateUtil.offsetMonth(temp, 1); | |
| 139 | + temp.setField(DateField.DAY_OF_MONTH, 0); | |
| 140 | + days += temp.getField(DateField.DAY_OF_MONTH); | |
| 141 | + } | |
| 142 | + | |
| 143 | + endDate =DateUtil.offsetDay(endDate, days-1); | |
| 137 | 144 | endDateStr = DateUtil.format(endDate, "yyyy-MM-dd"); |
| 138 | 145 | orderType = "3"; |
| 139 | 146 | } |
| ... | ... | @@ -227,7 +234,9 @@ public class WeixinPayController extends Controller { |
| 227 | 234 | //到期时间字符串 |
| 228 | 235 | setAttr("expDateStr", DateUtil.format(cardCoupons.getExpDate(), "yyyy-MM-dd")); |
| 229 | 236 | //单价 |
| 230 | - setAttr("cardPrice", cardCoupons.getCardPrice()!=null?cardCoupons.getCardPrice().divide(new BigDecimal("100")).toString():null); | |
| 237 | + setAttr("cardPrice", | |
| 238 | + cardCoupons.getCardPrice() != null ? cardCoupons.getCardPrice().divide(new BigDecimal("100")).toString() | |
| 239 | + : null); | |
| 231 | 240 | //停车场名称 |
| 232 | 241 | setAttr("parkName", parkName); |
| 233 | 242 | |
| ... | ... | @@ -269,7 +278,7 @@ public class WeixinPayController extends Controller { |
| 269 | 278 | public void orderPayView() { |
| 270 | 279 | //订单id |
| 271 | 280 | String parkOrderId = this.getPara("parkOrderId"); |
| 272 | - | |
| 281 | + | |
| 273 | 282 | setAttr("parkOrderId", parkOrderId); |
| 274 | 283 | render("pay.html"); |
| 275 | 284 | } |
| ... | ... | @@ -359,13 +368,30 @@ public class WeixinPayController extends Controller { |
| 359 | 368 | if ("3".equals(cardBuyVO.getOrderType())) { |
| 360 | 369 | //计算结束月份 |
| 361 | 370 | Date date = format.parse(cardBuyVO.getStartDate()); |
| 362 | - Calendar calendar = Calendar.getInstance(); | |
| 363 | - calendar.setTime(date); | |
| 364 | - calendar.add(Calendar.MONTH, Integer.parseInt(cardBuyVO.getBuyNum())); | |
| 365 | - calendar.set(Calendar.DATE, calendar.get(Calendar.DATE) - 1); | |
| 366 | - Date resultDate = calendar.getTime(); | |
| 371 | + //购买数量 | |
| 372 | + int num = Integer.parseInt(cardBuyVO.getBuyNum()); | |
| 373 | + | |
| 374 | + DateTime endDate = DateUtil.offsetDay(date, 0); | |
| 375 | + DateTime temp = DateUtil.offsetDay(date, 0); | |
| 376 | + int days = 0; | |
| 377 | + for (int i = 1; i <= num; i++) { | |
| 378 | + temp = DateUtil.offsetMonth(temp, 1); | |
| 379 | + temp.setField(DateField.DAY_OF_MONTH, 0); | |
| 380 | + days += temp.getField(DateField.DAY_OF_MONTH); | |
| 381 | + } | |
| 382 | + | |
| 383 | + endDate =DateUtil.offsetDay(endDate, days-1); | |
| 384 | + String endDateStr = DateUtil.format(endDate, "yyyy-MM-dd"); | |
| 385 | + | |
| 386 | + //Calendar calendar = Calendar.getInstance(); | |
| 387 | + //calendar.setTime(date); | |
| 388 | + //calendar.add(Calendar.MONTH, Integer.parseInt(cardBuyVO.getBuyNum())); | |
| 389 | + //calendar.set(Calendar.DATE, calendar.get(Calendar.DATE) - 1); | |
| 390 | + //Date resultDate = calendar.getTime(); | |
| 391 | + | |
| 367 | 392 | logger.info("前端结束时间=" + cardBuyVO.getEndDate()); |
| 368 | - cardBuyVO.setEndDate(format.format(resultDate)); | |
| 393 | + | |
| 394 | + cardBuyVO.setEndDate(endDateStr); | |
| 369 | 395 | logger.info("--计算结束时间=" + cardBuyVO.getEndDate()); |
| 370 | 396 | } else { |
| 371 | 397 | //计算结束年 |
| ... | ... | @@ -457,9 +483,9 @@ public class WeixinPayController extends Controller { |
| 457 | 483 | String openId = getPara("openId"); |
| 458 | 484 | String payOrderId = SequenceUtil.getNextOrderId(SequenceTypeEnum.ORDER_PAY_WXGZH.value()); |
| 459 | 485 | logger.info("开始获取公众号支付JS支付参数: orderId=" + orderId + "; openId=" + openId + "; payOrderId=" + payOrderId); |
| 460 | - | |
| 486 | + | |
| 461 | 487 | PayOrder payOrder = new PayOrder(); |
| 462 | - | |
| 488 | + | |
| 463 | 489 | payOrder.setPayOrderId(payOrderId); |
| 464 | 490 | payOrder.setPaySrcType(Integer.valueOf(PayOrderEnum.PAY_RESOURCE_TYPE_SERVICE.getValue())); |
| 465 | 491 | payOrder.setRltOrderId(orderId); |
| ... | ... | @@ -474,7 +500,6 @@ public class WeixinPayController extends Controller { |
| 474 | 500 | Boolean flag = payOrder.save(); |
| 475 | 501 | logger.info("支付单save 响应为: flag=" + flag); |
| 476 | 502 | |
| 477 | - | |
| 478 | 503 | //订单ID |
| 479 | 504 | if (StringKit.isEmpty(orderId)) { |
| 480 | 505 | bizResult.setCode(ErrorType.PARAMM_NULL.getCode()); |
| ... | ... | @@ -490,8 +515,6 @@ public class WeixinPayController extends Controller { |
| 490 | 515 | return; |
| 491 | 516 | } |
| 492 | 517 | |
| 493 | - | |
| 494 | - | |
| 495 | 518 | Order order = Order.dao.findFirst("select * from td_b_order t where t.order_id = ?", orderId); |
| 496 | 519 | if (null == order) { |
| 497 | 520 | bizResult.setCode(ErrorType.PARAMM_NULL.getCode()); |
| ... | ... | @@ -1117,73 +1140,76 @@ public class WeixinPayController extends Controller { |
| 1117 | 1140 | * 检查输入的车牌号是否存订单(带核算/待支付/已完成).<br/> |
| 1118 | 1141 | */ |
| 1119 | 1142 | public void parkOrderForNotPayExist() { |
| 1120 | - BizResult<OrderVO> result = new BizResult<OrderVO>(); | |
| 1121 | - OrderVO orderVO = new OrderVO(); | |
| 1122 | - Map<String,String> reultMap = new HashMap<String,String>(); | |
| 1123 | - SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm"); | |
| 1143 | + BizResult<OrderVO> result = new BizResult<OrderVO>(); | |
| 1144 | + OrderVO orderVO = new OrderVO(); | |
| 1145 | + Map<String, String> reultMap = new HashMap<String, String>(); | |
| 1146 | + SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm"); | |
| 1124 | 1147 | String carNum = this.getPara("carNum"); |
| 1125 | 1148 | logger.info("---begin 校验输入车牌是否存要支付订单,入参=" + carNum); |
| 1126 | - try{ | |
| 1127 | - if(StringKit.isNotBlank(carNum)){ | |
| 1128 | - OrderService orderService = Duang.duang(OrderService.class); | |
| 1129 | - /**查询单信息.*/ | |
| 1130 | - Order order = orderService.findOrderByCarNum(carNum); | |
| 1131 | - logger.info("通过车牌查询订单结果="+JSONObject.toJSONString(order)); | |
| 1132 | - if (order != null && StringKit.isNotBlank(order.getOrderId())) { | |
| 1133 | - orderVO.setOrderId(order.getOrderId()); | |
| 1134 | - orderVO.setParkName(order.getParkName()); | |
| 1135 | - orderVO.setCarNumber(order.getCarNumber()); | |
| 1136 | - /**查询费用接口.*/ | |
| 1137 | - reultMap = orderService.chosseBillQuery(carNum, order); | |
| 1138 | - }else{ | |
| 1139 | - result.setErrorMessage(ErrorType.NO_PARKING_MSG, "无停车记录"); | |
| 1140 | - } | |
| 1141 | - }else{ | |
| 1142 | - logger.info("入参为空!"); | |
| 1143 | - result.setErrorMessage(ErrorType.SYSTEM_ERROR, "业务错误"); | |
| 1144 | - } | |
| 1145 | - | |
| 1146 | - if(reultMap == null || reultMap.size() ==0){ | |
| 1147 | - result.setErrorMessage(ErrorType.NO_PARKING_MSG, "无停车记录"); | |
| 1148 | - }else{ | |
| 1149 | - orderVO.setParkInTime(StringKit.isNotBlank(reultMap.get("park_in_time")) ? format.format(format.parse(reultMap.get("park_in_time"))): null); | |
| 1150 | - orderVO.setParkOutTime(StringKit.isNotBlank(reultMap.get("park_out_time")) ? format.format(format.parse(reultMap.get("park_out_time"))): null); | |
| 1151 | - if(StringKit.isNotBlank(reultMap.get("order_total_fee"))){//分转元 | |
| 1152 | - orderVO.setOrderTotalFee(new BigDecimal(AmountUtils.changeF2Y(reultMap.get("order_total_fee")))); | |
| 1153 | - }else{ | |
| 1154 | - orderVO.setOrderTotalFee(new BigDecimal("0")); | |
| 1155 | - } | |
| 1156 | - | |
| 1157 | - if(StringKit.isNotBlank(reultMap.get("order_not_pay_fee"))){//分转元 | |
| 1158 | - orderVO.setOrderNotPayFee(new BigDecimal(AmountUtils.changeF2Y(reultMap.get("order_not_pay_fee")))); | |
| 1159 | - }else{ | |
| 1160 | - orderVO.setOrderNotPayFee(new BigDecimal("0")); | |
| 1161 | - } | |
| 1162 | - | |
| 1163 | - if(StringKit.isNotBlank(reultMap.get("order_payed_fee"))){//分转元 | |
| 1164 | - orderVO.setOrderPayedFee(new BigDecimal(AmountUtils.changeF2Y(reultMap.get("order_payed_fee")))); | |
| 1165 | - }else{ | |
| 1166 | - orderVO.setOrderPayedFee(new BigDecimal("0")); | |
| 1167 | - } | |
| 1168 | - if(StringKit.isNotBlank(reultMap.get("parking_duration"))){ | |
| 1169 | - orderVO.setParkingDuration(com.rnt.utils.DateUtil.secondToTime(Long.valueOf(reultMap.get("parking_duration")))); | |
| 1170 | - }else{ | |
| 1171 | - orderVO.setParkingDuration(com.rnt.utils.DateUtil.secondToTime(Long.valueOf("0"))); | |
| 1172 | - } | |
| 1173 | - | |
| 1174 | - result.setErrorMessage(ErrorType.BIZ_SUCCESS, "通过车牌号查询费用成功"); | |
| 1175 | - result.setData(orderVO); | |
| 1176 | - } | |
| 1177 | - }catch (Exception e) { | |
| 1178 | - result.setErrorMessage(ErrorType.SYSTEM_ERROR, "业务错误"); | |
| 1179 | - e.printStackTrace(); | |
| 1180 | - } | |
| 1149 | + try { | |
| 1150 | + if (StringKit.isNotBlank(carNum)) { | |
| 1151 | + OrderService orderService = Duang.duang(OrderService.class); | |
| 1152 | + /**查询单信息.*/ | |
| 1153 | + Order order = orderService.findOrderByCarNum(carNum); | |
| 1154 | + logger.info("通过车牌查询订单结果=" + JSONObject.toJSONString(order)); | |
| 1155 | + if (order != null && StringKit.isNotBlank(order.getOrderId())) { | |
| 1156 | + orderVO.setOrderId(order.getOrderId()); | |
| 1157 | + orderVO.setParkName(order.getParkName()); | |
| 1158 | + orderVO.setCarNumber(order.getCarNumber()); | |
| 1159 | + /**查询费用接口.*/ | |
| 1160 | + reultMap = orderService.chosseBillQuery(carNum, order); | |
| 1161 | + } else { | |
| 1162 | + result.setErrorMessage(ErrorType.NO_PARKING_MSG, "无停车记录"); | |
| 1163 | + } | |
| 1164 | + } else { | |
| 1165 | + logger.info("入参为空!"); | |
| 1166 | + result.setErrorMessage(ErrorType.SYSTEM_ERROR, "业务错误"); | |
| 1167 | + } | |
| 1168 | + | |
| 1169 | + if (reultMap == null || reultMap.size() == 0) { | |
| 1170 | + result.setErrorMessage(ErrorType.NO_PARKING_MSG, "无停车记录"); | |
| 1171 | + } else { | |
| 1172 | + orderVO.setParkInTime(StringKit.isNotBlank(reultMap.get("park_in_time")) ? format | |
| 1173 | + .format(format.parse(reultMap.get("park_in_time"))) : null); | |
| 1174 | + orderVO.setParkOutTime(StringKit.isNotBlank(reultMap.get("park_out_time")) ? format | |
| 1175 | + .format(format.parse(reultMap.get("park_out_time"))) : null); | |
| 1176 | + if (StringKit.isNotBlank(reultMap.get("order_total_fee"))) {//分转元 | |
| 1177 | + orderVO.setOrderTotalFee(new BigDecimal(AmountUtils.changeF2Y(reultMap.get("order_total_fee")))); | |
| 1178 | + } else { | |
| 1179 | + orderVO.setOrderTotalFee(new BigDecimal("0")); | |
| 1180 | + } | |
| 1181 | + | |
| 1182 | + if (StringKit.isNotBlank(reultMap.get("order_not_pay_fee"))) {//分转元 | |
| 1183 | + orderVO.setOrderNotPayFee(new BigDecimal(AmountUtils.changeF2Y(reultMap.get("order_not_pay_fee")))); | |
| 1184 | + } else { | |
| 1185 | + orderVO.setOrderNotPayFee(new BigDecimal("0")); | |
| 1186 | + } | |
| 1187 | + | |
| 1188 | + if (StringKit.isNotBlank(reultMap.get("order_payed_fee"))) {//分转元 | |
| 1189 | + orderVO.setOrderPayedFee(new BigDecimal(AmountUtils.changeF2Y(reultMap.get("order_payed_fee")))); | |
| 1190 | + } else { | |
| 1191 | + orderVO.setOrderPayedFee(new BigDecimal("0")); | |
| 1192 | + } | |
| 1193 | + if (StringKit.isNotBlank(reultMap.get("parking_duration"))) { | |
| 1194 | + orderVO.setParkingDuration( | |
| 1195 | + com.rnt.utils.DateUtil.secondToTime(Long.valueOf(reultMap.get("parking_duration")))); | |
| 1196 | + } else { | |
| 1197 | + orderVO.setParkingDuration(com.rnt.utils.DateUtil.secondToTime(Long.valueOf("0"))); | |
| 1198 | + } | |
| 1199 | + | |
| 1200 | + result.setErrorMessage(ErrorType.BIZ_SUCCESS, "通过车牌号查询费用成功"); | |
| 1201 | + result.setData(orderVO); | |
| 1202 | + } | |
| 1203 | + } catch (Exception e) { | |
| 1204 | + result.setErrorMessage(ErrorType.SYSTEM_ERROR, "业务错误"); | |
| 1205 | + e.printStackTrace(); | |
| 1206 | + } | |
| 1181 | 1207 | logger.info("---end 校验输入车牌是..结果=" + JSONObject.toJSONString(result)); |
| 1182 | - if(result != null && ErrorType.BIZ_SUCCESS.getCode().equals(result.getCode()) && result.getData() != null){ | |
| 1183 | - this.getRequest().setAttribute("orderVO", result.getData()); | |
| 1184 | - this.render("check.html"); | |
| 1185 | - }else{ | |
| 1186 | - this.setAttr("carNum", carNum); | |
| 1208 | + if (result != null && ErrorType.BIZ_SUCCESS.getCode().equals(result.getCode()) && result.getData() != null) { | |
| 1209 | + this.getRequest().setAttribute("orderVO", result.getData()); | |
| 1210 | + this.render("check.html"); | |
| 1211 | + } else { | |
| 1212 | + this.setAttr("carNum", carNum); | |
| 1187 | 1213 | this.render("checkerror.html"); |
| 1188 | 1214 | } |
| 1189 | 1215 | |
| ... | ... | @@ -1199,25 +1225,26 @@ public class WeixinPayController extends Controller { |
| 1199 | 1225 | * 5.插入订单流水表. |
| 1200 | 1226 | */ |
| 1201 | 1227 | public void queryParkOrderForNotPay() { |
| 1202 | - | |
| 1228 | + | |
| 1203 | 1229 | BizResult<OrderVO> result = new BizResult<OrderVO>(); |
| 1204 | 1230 | String orderId = this.getPara("orderId"); |
| 1205 | - logger.info("---begin查询待支付的停车订单WeixinPayController.queryParkOrderForNotPay()方法.入参{orderId="+orderId+"}"); | |
| 1231 | + logger.info("---begin查询待支付的停车订单WeixinPayController.queryParkOrderForNotPay()方法.入参{orderId=" + orderId + "}"); | |
| 1206 | 1232 | OrderService orderService = Duang.duang(OrderService.class); |
| 1207 | 1233 | OrderVO orderVO = new OrderVO(); |
| 1208 | 1234 | try { |
| 1209 | 1235 | orderVO = orderService.queryParkOrderForNotPay(orderId); |
| 1210 | - if(orderVO != null && StringKit.isNotBlank(orderVO.getOrderId())){ | |
| 1211 | - result.setData(orderVO); | |
| 1212 | - }else{ | |
| 1213 | - result.setCode(ErrorType.BIZ_ERROR.getCode()); | |
| 1236 | + if (orderVO != null && StringKit.isNotBlank(orderVO.getOrderId())) { | |
| 1237 | + result.setData(orderVO); | |
| 1238 | + } else { | |
| 1239 | + result.setCode(ErrorType.BIZ_ERROR.getCode()); | |
| 1214 | 1240 | result.setMsg("订单单保存失败!"); |
| 1215 | 1241 | } |
| 1216 | 1242 | } catch (Exception e) { |
| 1217 | - result.setErrorMessage(ErrorType.SYSTEM_ERROR, "业务错误"); | |
| 1243 | + result.setErrorMessage(ErrorType.SYSTEM_ERROR, "业务错误"); | |
| 1218 | 1244 | e.printStackTrace(); |
| 1219 | 1245 | } |
| 1220 | - logger.info("---end查询待支付的停车订单WeixinPayController.queryParkOrderForNotPay()方法.结果="+JSONObject.toJSONString(result)); | |
| 1246 | + logger.info( | |
| 1247 | + "---end查询待支付的停车订单WeixinPayController.queryParkOrderForNotPay()方法.结果=" + JSONObject.toJSONString(result)); | |
| 1221 | 1248 | this.renderJson(result); |
| 1222 | 1249 | } |
| 1223 | 1250 | ... | ... |
src/main/java/com/rnt/model/zf/_DataDictionary.txt
| ... | ... | @@ -675,6 +675,24 @@ Table: td_c_acct_type |
| 675 | 675 | modfiy_date | DATETIME(19) | YES | | | 修改时间 |
| 676 | 676 | ----------------+--------------+------+-----+---------+--------- |
| 677 | 677 | |
| 678 | +Table: td_c_app_config | |
| 679 | +--------------+--------------+------+-----+---------+--------- | |
| 680 | + Field | Type | Null | Key | Default | Remarks | |
| 681 | +--------------+--------------+------+-----+---------+--------- | |
| 682 | + id | BIGINT(19) | NO | PRI | | 主键id | |
| 683 | + app_id | VARCHAR(40) | YES | | | 给外部系统分配的唯一的appid | |
| 684 | + secret_key | VARCHAR(256) | YES | | | 私钥 | |
| 685 | + app_type | INT(10) | YES | | | 商家类型 1 内部系统,2外部系统 | |
| 686 | + bus_name | VARCHAR(64) | YES | | | 商家名称 | |
| 687 | + bus_sys_name | VARCHAR(64) | YES | | | 商家系统名称 | |
| 688 | + remark | VARCHAR(256) | YES | | | 描述 | |
| 689 | + data_state | INT(10) | YES | | 1 | 数据状态:1有效,0无效 | |
| 690 | + create_empid | VARCHAR(64) | YES | | | 创建人 | |
| 691 | + create_date | DATETIME(19) | YES | | | 创建时间 | |
| 692 | + modfiy_empid | VARCHAR(64) | YES | | | 修改人 | |
| 693 | + modfiy_date | DATETIME(19) | YES | | | 修改时间 | |
| 694 | +--------------+--------------+------+-----+---------+--------- | |
| 695 | + | |
| 678 | 696 | Table: td_c_car |
| 679 | 697 | --------------------+--------------+------+-----+---------+--------- |
| 680 | 698 | Field | Type | Null | Key | Default | Remarks |
| ... | ... | @@ -798,6 +816,7 @@ Table: td_c_cust_person |
| 798 | 816 | prov_id | VARCHAR(16) | YES | | | 省份id |
| 799 | 817 | city_id | VARCHAR(16) | YES | | | 地市 |
| 800 | 818 | area_id | VARCHAR(16) | YES | | | 区县id |
| 819 | + alias | VARCHAR(32) | YES | | | 推送别名 | |
| 801 | 820 | remark | VARCHAR(128) | YES | | | 描述 |
| 802 | 821 | data_state | INT(10) | NO | | 1 | 数据状态:1有效,0无效 |
| 803 | 822 | create_empid | VARCHAR(64) | YES | | | 创建人 | ... | ... |
src/main/java/com/rnt/model/zf/_MappingKit.java
| ... | ... | @@ -44,6 +44,7 @@ public class _MappingKit { |
| 44 | 44 | arp.addMapping("td_c_acct_person", "id", AcctPerson.class); |
| 45 | 45 | arp.addMapping("td_c_acct_source", "id", AcctSource.class); |
| 46 | 46 | arp.addMapping("td_c_acct_type", "id", AcctType.class); |
| 47 | + arp.addMapping("td_c_app_config", "id", AppConfig.class); | |
| 47 | 48 | arp.addMapping("td_c_car", "id", Car.class); |
| 48 | 49 | arp.addMapping("td_c_car_brand", "id", CarBrand.class); |
| 49 | 50 | // Composite Primary Key order: cust_id,id | ... | ... |
src/main/java/com/rnt/model/zf/base/BaseCustPerson.java
| ... | ... | @@ -162,6 +162,15 @@ public abstract class BaseCustPerson<M extends BaseCustPerson<M>> extends Model< |
| 162 | 162 | return get("area_id"); |
| 163 | 163 | } |
| 164 | 164 | |
| 165 | + public M setAlias(java.lang.String alias) { | |
| 166 | + set("alias", alias); | |
| 167 | + return (M)this; | |
| 168 | + } | |
| 169 | + | |
| 170 | + public java.lang.String getAlias() { | |
| 171 | + return get("alias"); | |
| 172 | + } | |
| 173 | + | |
| 165 | 174 | public M setRemark(java.lang.String remark) { |
| 166 | 175 | set("remark", remark); |
| 167 | 176 | return (M)this; | ... | ... |
src/main/java/com/rnt/service/OrderService.java
| ... | ... | @@ -9,9 +9,8 @@ import java.util.HashMap; |
| 9 | 9 | import java.util.List; |
| 10 | 10 | import java.util.Map; |
| 11 | 11 | |
| 12 | -import org.beetl.sql.core.kit.StringKit; | |
| 13 | - | |
| 14 | 12 | import com.alibaba.fastjson.JSONObject; |
| 13 | + | |
| 15 | 14 | import com.jfinal.aop.Before; |
| 16 | 15 | import com.jfinal.aop.Duang; |
| 17 | 16 | import com.jfinal.log.Log; |
| ... | ... | @@ -19,7 +18,6 @@ import com.jfinal.plugin.activerecord.Db; |
| 19 | 18 | import com.jfinal.plugin.activerecord.tx.Tx; |
| 20 | 19 | import com.rnt.commo.enums.DSEnum; |
| 21 | 20 | import com.rnt.commo.enums.DataStatusEnum; |
| 22 | -import com.rnt.commo.enums.ErrorType; | |
| 23 | 21 | import com.rnt.commo.enums.OrderTypeEnum; |
| 24 | 22 | import com.rnt.commo.enums.PayOrderEnum; |
| 25 | 23 | import com.rnt.commo.enums.SequenceTypeEnum; |
| ... | ... | @@ -29,9 +27,9 @@ import com.rnt.model.zf.OrderDetailCard; |
| 29 | 27 | import com.rnt.model.zf.OrderDetailPark; |
| 30 | 28 | import com.rnt.model.zf.ParkOrderFlow; |
| 31 | 29 | import com.rnt.model.zf.PayOrder; |
| 32 | -import com.rnt.utils.DateUtil; | |
| 33 | 30 | import com.rnt.utils.SequenceUtil; |
| 34 | 31 | import com.rnt.vo.OrderVO; |
| 32 | +import org.beetl.sql.core.kit.StringKit; | |
| 35 | 33 | |
| 36 | 34 | public class OrderService { |
| 37 | 35 | |
| ... | ... | @@ -46,11 +44,12 @@ public class OrderService { |
| 46 | 44 | * @return 是否成功 |
| 47 | 45 | */ |
| 48 | 46 | @Before(Tx.class) |
| 49 | - public Boolean payOrderSuccess(String payOrderId,String transId) { | |
| 47 | + public Boolean payOrderSuccess(String payOrderId, String transId) { | |
| 50 | 48 | logger.info("========支付成功后,修改单据状态==== start ===="); |
| 51 | - logger.info("========支付成功后,修改单据状态 入参为:payOrderId="+payOrderId+"; transId="+transId); | |
| 49 | + logger.info("========支付成功后,修改单据状态 入参为:payOrderId=" + payOrderId + "; transId=" + transId); | |
| 52 | 50 | //修改支付单状态 |
| 53 | - PayOrder payOrder = PayOrder.dao.findFirst("select * from td_b_pay_order t where t.pay_order_id = ?", payOrderId); | |
| 51 | + PayOrder payOrder = PayOrder.dao.findFirst("select * from td_b_pay_order t where t.pay_order_id = ?", | |
| 52 | + payOrderId); | |
| 54 | 53 | payOrder.setPayOrderState(Integer.valueOf(PayOrderEnum.PAY_ORDER_STATE_PAY_SUCCESS.getValue())); |
| 55 | 54 | //微信端的订单交易流水 |
| 56 | 55 | payOrder.setRltPayOrderId(transId); |
| ... | ... | @@ -60,7 +59,7 @@ public class OrderService { |
| 60 | 59 | //修改订单状态 |
| 61 | 60 | Order order = Order.dao.findFirst("select * from td_b_order t where t.order_id = ?", orderId); |
| 62 | 61 | order.setOrderState(OrderTypeEnum.ORDER_TYPE_3.value()); |
| 63 | - flag = flag & order.update(); | |
| 62 | + flag = flag & order.update(); | |
| 64 | 63 | logger.info("修改订单,flag状态为: flag=" + flag); |
| 65 | 64 | |
| 66 | 65 | //查询订单明细表 |
| ... | ... | @@ -70,16 +69,18 @@ public class OrderService { |
| 70 | 69 | Integer orderDetailType = orderDetailCard.getOrderDetailType(); |
| 71 | 70 | Long cardCoponsId = orderDetailCard.getPersonCardId(); |
| 72 | 71 | CardCoupons cardCoupons = CardCoupons.dao.findById(cardCoponsId); |
| 73 | - | |
| 72 | + //推送状态:1已推送,0:未推送 | |
| 73 | + //将卡卷信息推送状态设置为0: 未推送 | |
| 74 | + cardCoupons.setPushState(0); | |
| 74 | 75 | Integer orderType = order.getOrderType(); |
| 75 | 76 | |
| 76 | - if(OrderTypeEnum.PARK_ORDER_TYPE_1.value().equals(orderType)){ | |
| 77 | + if (OrderTypeEnum.PARK_ORDER_TYPE_1.value().equals(orderType)) { | |
| 77 | 78 | /**停车订单*/ |
| 78 | 79 | /** 上面已将订单状态修改为已支付,无需后续操作了*/ |
| 79 | 80 | logger.info("停车订单修改,将订单状态修改为已支付"); |
| 80 | 81 | |
| 81 | - | |
| 82 | - }else if(OrderTypeEnum.PARK_ORDER_TYPE_2.value().equals(orderType) || OrderTypeEnum.PARK_ORDER_TYPE_3.value().equals(orderType)){ | |
| 82 | + } else if (OrderTypeEnum.PARK_ORDER_TYPE_2.value().equals(orderType) || OrderTypeEnum.PARK_ORDER_TYPE_3.value() | |
| 83 | + .equals(orderType)) { | |
| 83 | 84 | /**年卡、月卡订单*/ |
| 84 | 85 | if (OrderTypeEnum.ORDER_DETAIL_TYPE_BUY_CARD.value().equals(orderDetailType)) { |
| 85 | 86 | /**购卡单*/ |
| ... | ... | @@ -97,11 +98,10 @@ public class OrderService { |
| 97 | 98 | } else { |
| 98 | 99 | logger.info("无法识别的订单类型 orderDetailType=" + orderDetailType); |
| 99 | 100 | } |
| 100 | - }else{ | |
| 101 | + } else { | |
| 101 | 102 | logger.info("无法识别的订单类型 orderType=" + orderType); |
| 102 | 103 | } |
| 103 | 104 | |
| 104 | - | |
| 105 | 105 | logger.info("========支付成功后,修改单据状态==== end ===="); |
| 106 | 106 | return flag; |
| 107 | 107 | } |
| ... | ... | @@ -131,18 +131,19 @@ public class OrderService { |
| 131 | 131 | |
| 132 | 132 | return list; |
| 133 | 133 | } |
| 134 | - | |
| 134 | + | |
| 135 | 135 | /** |
| 136 | 136 | * 通过订单好 |
| 137 | + * | |
| 137 | 138 | * @param orderId |
| 138 | 139 | * @return |
| 139 | 140 | */ |
| 140 | - public OrderDetailPark queryDetailParkByOrderId(String orderId){ | |
| 141 | - StringBuffer sql = new StringBuffer("select order_id,record_id"); | |
| 142 | - sql.append(" from td_b_order_detail_park a "); | |
| 143 | - sql.append(" where a.data_state =1"); | |
| 144 | - sql.append(" and a.order_id ? "); | |
| 145 | - OrderDetailPark orderDetailPark = new OrderDetailPark().findFirst(sql.toString(), orderId); | |
| 141 | + public OrderDetailPark queryDetailParkByOrderId(String orderId) { | |
| 142 | + StringBuffer sql = new StringBuffer("select order_id,record_id"); | |
| 143 | + sql.append(" from td_b_order_detail_park a "); | |
| 144 | + sql.append(" where a.data_state =1"); | |
| 145 | + sql.append(" and a.order_id ? "); | |
| 146 | + OrderDetailPark orderDetailPark = new OrderDetailPark().findFirst(sql.toString(), orderId); | |
| 146 | 147 | return orderDetailPark; |
| 147 | 148 | } |
| 148 | 149 | |
| ... | ... | @@ -162,30 +163,30 @@ public class OrderService { |
| 162 | 163 | logger.info("---begin订单信息更新,orderId=" + orderId); |
| 163 | 164 | OrderVO orderVO = new OrderVO(); |
| 164 | 165 | SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm"); |
| 165 | - Map<String,String> resultmap = new HashMap<String,String>(); | |
| 166 | + Map<String, String> resultmap = new HashMap<String, String>(); | |
| 166 | 167 | //1.查询支付订单 |
| 167 | 168 | Order order = this.findOrderByOrderId(orderId); |
| 168 | - logger.info("通过车牌号查询到的支付订单信息结果="+JSONObject.toJSON(order)); | |
| 169 | + logger.info("通过车牌号查询到的支付订单信息结果=" + JSONObject.toJSON(order)); | |
| 169 | 170 | //2.调用查询费用接口 |
| 170 | 171 | if (order != null && StringKit.isNotBlank(order.getOrderId())) { |
| 171 | - resultmap = this.chosseBillQuery(order.getCarNumber(),order); | |
| 172 | - } | |
| 172 | + resultmap = this.chosseBillQuery(order.getCarNumber(), order); | |
| 173 | + } | |
| 173 | 174 | boolean orderUpdateFlg = false; |
| 174 | 175 | int updateOrderDetailFlg = 0; |
| 175 | 176 | //3.更新订单 |
| 176 | - if (resultmap != null && resultmap.size() >0){ | |
| 177 | - Order updateOrder = new Order(); | |
| 178 | - updateOrder.setId(order.getId()); | |
| 179 | - updateOrder.setOrderId(order.getOrderId()); | |
| 180 | - updateOrder.setOrderType(Integer.valueOf(PayOrderEnum.PAY_RESOURCE_TYPE_PARK.getValue())); | |
| 181 | - updateOrder.setOrderState(Integer.valueOf(OrderTypeEnum.ORDER_TYPE_2.value())); | |
| 182 | - updateOrder.setOrderPayedFee(new BigDecimal(resultmap.get("order_payed_fee"))); | |
| 183 | - updateOrder.setOrderNotPayFee(new BigDecimal(resultmap.get("order_not_pay_fee"))); | |
| 184 | - updateOrder.setOrderTotalFee(new BigDecimal(resultmap.get("order_total_fee"))); | |
| 185 | - updateOrder.setModfiyDate(new Date()); | |
| 186 | - /**更新订单表.*/ | |
| 187 | - orderUpdateFlg = updateOrder.update(); | |
| 188 | - logger.info("更新订单结果="+(orderUpdateFlg ==true ? "成功!" :"失败!")); | |
| 177 | + if (resultmap != null && resultmap.size() > 0) { | |
| 178 | + Order updateOrder = new Order(); | |
| 179 | + updateOrder.setId(order.getId()); | |
| 180 | + updateOrder.setOrderId(order.getOrderId()); | |
| 181 | + updateOrder.setOrderType(Integer.valueOf(PayOrderEnum.PAY_RESOURCE_TYPE_PARK.getValue())); | |
| 182 | + updateOrder.setOrderState(Integer.valueOf(OrderTypeEnum.ORDER_TYPE_2.value())); | |
| 183 | + updateOrder.setOrderPayedFee(new BigDecimal(resultmap.get("order_payed_fee"))); | |
| 184 | + updateOrder.setOrderNotPayFee(new BigDecimal(resultmap.get("order_not_pay_fee"))); | |
| 185 | + updateOrder.setOrderTotalFee(new BigDecimal(resultmap.get("order_total_fee"))); | |
| 186 | + updateOrder.setModfiyDate(new Date()); | |
| 187 | + /**更新订单表.*/ | |
| 188 | + orderUpdateFlg = updateOrder.update(); | |
| 189 | + logger.info("更新订单结果=" + (orderUpdateFlg == true ? "成功!" : "失败!")); | |
| 189 | 190 | if (orderUpdateFlg) { |
| 190 | 191 | StringBuffer sqls = new StringBuffer("update td_b_order_detail_park a "); |
| 191 | 192 | sqls.append("set a.order_id =?,"); |
| ... | ... | @@ -206,11 +207,11 @@ public class OrderService { |
| 206 | 207 | Long.valueOf(resultmap.get("parking_duration")), |
| 207 | 208 | new Date(), |
| 208 | 209 | order.getOrderId()); |
| 209 | - logger.info("更新停车订单明细结果="+(updateOrderDetailFlg > 0 ? "成功" : "失败")); | |
| 210 | + logger.info("更新停车订单明细结果=" + (updateOrderDetailFlg > 0 ? "成功" : "失败")); | |
| 210 | 211 | if (updateOrderDetailFlg > 0) { |
| 211 | - //封装返回数据 | |
| 212 | + //封装返回数据 | |
| 212 | 213 | orderVO.setOrderId(order.getOrderId()); |
| 213 | - } | |
| 214 | + } | |
| 214 | 215 | /**插入订单流水.*/ |
| 215 | 216 | ParkOrderFlow parkOrderFlow = new ParkOrderFlow(); |
| 216 | 217 | parkOrderFlow.setParkOrderFolwId(SequenceUtil.getNextOrderId(SequenceTypeEnum.ORDER_PARK_FLOW.value())); |
| ... | ... | @@ -219,42 +220,41 @@ public class OrderService { |
| 219 | 220 | parkOrderFlow.setProcResult(1); |
| 220 | 221 | parkOrderFlow.save(); |
| 221 | 222 | |
| 222 | - } | |
| 223 | + } | |
| 223 | 224 | } |
| 224 | - | |
| 225 | - logger.info("---end订单信息更新,结果=" +JSONObject.toJSON(orderVO)); | |
| 225 | + | |
| 226 | + logger.info("---end订单信息更新,结果=" + JSONObject.toJSON(orderVO)); | |
| 226 | 227 | return orderVO; |
| 227 | 228 | } |
| 228 | - | |
| 229 | + | |
| 229 | 230 | /** |
| 230 | 231 | * 查询费用艾润或者青岛路侧费用查询接口.<br/> |
| 232 | + * | |
| 231 | 233 | * @param carNum |
| 232 | 234 | * @return |
| 233 | 235 | */ |
| 234 | - public Map<String, String> chosseBillQuery(String carNum,Order order){ | |
| 235 | - OrderService orderService = Duang.duang(OrderService.class); | |
| 236 | - IRainQueryService iRainQueryService = Duang.duang(IRainQueryService.class); | |
| 237 | - Map<String, String> reultMap = new HashMap<String, String>(); | |
| 238 | - if (order != null && StringKit.isNotBlank(order.getOrderId())) { | |
| 239 | - logger.info("查询费用来源="+(order.getSourceType() ==2 ? "调用青岛路侧费用查询接口" :"调用艾润查询费用接口")); | |
| 240 | - if("1".equals(String.valueOf(order.getSourceType()))){//道闸:调用艾润查询费用接口 | |
| 241 | - /**调用艾润查询费用接口.*/ | |
| 242 | - reultMap = iRainQueryService.billQuery(carNum, order.getParkId()); | |
| 243 | - }else if("2".equals(String.valueOf(order.getSourceType())) | |
| 244 | - && StringKit.isNotBlank(order.getOrderId())){//调用青岛路侧查询费用接口 | |
| 245 | - /**查询停车记录id.*/ | |
| 246 | - OrderDetailPark OrderDetailPark = orderService.queryDetailParkByOrderId(order.getOrderId()); | |
| 247 | - if(OrderDetailPark != null && StringKit.isNotBlank(OrderDetailPark.getRecordId())){ | |
| 248 | - /**调用青岛路侧费用查询接口.*/ | |
| 249 | - reultMap =iRainQueryService.queryBillRoadside(OrderDetailPark.getRecordId()); | |
| 250 | - } | |
| 251 | - | |
| 252 | - } | |
| 253 | - } | |
| 254 | - return reultMap; | |
| 255 | - } | |
| 236 | + public Map<String, String> chosseBillQuery(String carNum, Order order) { | |
| 237 | + OrderService orderService = Duang.duang(OrderService.class); | |
| 238 | + IRainQueryService iRainQueryService = Duang.duang(IRainQueryService.class); | |
| 239 | + Map<String, String> reultMap = new HashMap<String, String>(); | |
| 240 | + if (order != null && StringKit.isNotBlank(order.getOrderId())) { | |
| 241 | + logger.info("查询费用来源=" + (order.getSourceType() == 2 ? "调用青岛路侧费用查询接口" : "调用艾润查询费用接口")); | |
| 242 | + if ("1".equals(String.valueOf(order.getSourceType()))) {//道闸:调用艾润查询费用接口 | |
| 243 | + /**调用艾润查询费用接口.*/ | |
| 244 | + reultMap = iRainQueryService.billQuery(carNum, order.getParkId()); | |
| 245 | + } else if ("2".equals(String.valueOf(order.getSourceType())) | |
| 246 | + && StringKit.isNotBlank(order.getOrderId())) {//调用青岛路侧查询费用接口 | |
| 247 | + /**查询停车记录id.*/ | |
| 248 | + OrderDetailPark OrderDetailPark = orderService.queryDetailParkByOrderId(order.getOrderId()); | |
| 249 | + if (OrderDetailPark != null && StringKit.isNotBlank(OrderDetailPark.getRecordId())) { | |
| 250 | + /**调用青岛路侧费用查询接口.*/ | |
| 251 | + reultMap = iRainQueryService.queryBillRoadside(OrderDetailPark.getRecordId()); | |
| 252 | + } | |
| 256 | 253 | |
| 257 | - | |
| 254 | + } | |
| 255 | + } | |
| 256 | + return reultMap; | |
| 257 | + } | |
| 258 | 258 | |
| 259 | 259 | /** |
| 260 | 260 | * 通过车牌查询待核算支付单信息.<br/> |
| ... | ... | @@ -273,12 +273,10 @@ public class OrderService { |
| 273 | 273 | sql.append(" order by a.create_date DESC"); |
| 274 | 274 | |
| 275 | 275 | Order order = new Order().findFirst(sql.toString(), carNum); |
| 276 | - | |
| 277 | - | |
| 278 | 276 | |
| 279 | 277 | return order; |
| 280 | 278 | } |
| 281 | - | |
| 279 | + | |
| 282 | 280 | /** |
| 283 | 281 | * 通过车牌查询待核算支付单信息.<br/> |
| 284 | 282 | * |
| ... | ... | @@ -297,5 +295,4 @@ public class OrderService { |
| 297 | 295 | return order; |
| 298 | 296 | } |
| 299 | 297 | |
| 300 | - | |
| 301 | 298 | } | ... | ... |
src/main/java/com/rnt/utils/JFinalGenerator_zf.java
| ... | ... | @@ -22,7 +22,7 @@ import com.jfinal.plugin.druid.DruidPlugin; |
| 22 | 22 | */ |
| 23 | 23 | public class JFinalGenerator_zf { |
| 24 | 24 | public static DataSource getDataSource() { |
| 25 | - PropKit.use("a_little_config.txt"); | |
| 25 | + PropKit.use("a_little_config_pro.txt"); | |
| 26 | 26 | DruidPlugin druidPlugin = new DruidPlugin(PropKit.get("zf.druid.url"), PropKit.get("zf.druid.username"), |
| 27 | 27 | PropKit.get("zf.druid.password").trim()); |
| 28 | 28 | druidPlugin.start(); | ... | ... |
src/main/webapp/WEB-INF/pages/monthpay.html
| ... | ... | @@ -24,7 +24,7 @@ |
| 24 | 24 | <div class="weui-cell"> |
| 25 | 25 | <div class="weui-cell__hd"><label class="weui-label">车牌号</label></div> |
| 26 | 26 | <div class="weui-cell__bd"> |
| 27 | - <input class="weui-input" type="text" value="" maxlength="7" placeholder="请输入车牌号,必填" id="license_number" > | |
| 27 | + <input class="weui-input" type="text" value="" maxlength="7" placeholder="请输入车牌号,必填" id="license_number"> | |
| 28 | 28 | </div> |
| 29 | 29 | </div> |
| 30 | 30 | <div class="weui-cell"> |
| ... | ... | @@ -41,7 +41,7 @@ |
| 41 | 41 | <input type="hidden" id="parkLotCode"/> |
| 42 | 42 | <div class="weui-cell__bd" id="parkLotName"></div> |
| 43 | 43 | </div> |
| 44 | - | |
| 44 | + | |
| 45 | 45 | <div class="weui-cell"> |
| 46 | 46 | <div class="weui-cell__hd"><label for="date" class="weui-label">开始时间</label></div> |
| 47 | 47 | <div class="weui-cell__bd"> |
| ... | ... | @@ -102,17 +102,17 @@ |
| 102 | 102 | $('#parkLotName').text(parkLot.parkName); |
| 103 | 103 | $('#parkLotCode').val(parkLot.parkNo); |
| 104 | 104 | $('#cardTypeRemark').text(parkLot.parkCardCouponsList[0].goods_type_remark); |
| 105 | - $('#totle_money').text(parkLot.parkCardCouponsList[0].goods_amount/100); | |
| 105 | + $('#totle_money').text(parkLot.parkCardCouponsList[0].goods_amount / 100); | |
| 106 | 106 | $('#parkLotCardId').val(parkLot.parkCardCouponsList[0].id); |
| 107 | 107 | //将分转为元 |
| 108 | - $('#cardAmount').val(parkLot.parkCardCouponsList[0].goods_amount/100); | |
| 108 | + $('#cardAmount').val(parkLot.parkCardCouponsList[0].goods_amount / 100); | |
| 109 | 109 | } else { |
| 110 | 110 | $.alert("系统繁忙,请重新操作!"); |
| 111 | 111 | } |
| 112 | 112 | }); |
| 113 | 113 | } |
| 114 | 114 | }; |
| 115 | - | |
| 115 | + | |
| 116 | 116 | $(function () { |
| 117 | 117 | func.initMonthCardInfo(); |
| 118 | 118 | //当pick的值发生变化的时候 |
| ... | ... | @@ -133,90 +133,73 @@ |
| 133 | 133 | |
| 134 | 134 | var num = $("#numder").val(); |
| 135 | 135 | var startDateStr = $("#date").val(); |
| 136 | - var dateStr= formatDateStr(startDateStr); | |
| 136 | + var dateStr = formatDateStr(startDateStr); | |
| 137 | 137 | handelEndDateAndPrice(num, new Date(dateStr)); |
| 138 | 138 | |
| 139 | 139 | } |
| 140 | 140 | |
| 141 | - //设置当前时间默认值 | |
| 142 | - function setPickerDefaultValue() { | |
| 143 | - var date = new Date(); | |
| 144 | - var year = date.getFullYear() + '年'; | |
| 145 | - var month = date.getMonth() + 2 + '月'; | |
| 146 | - if (month.length < 3) { | |
| 147 | - month = '0' + month; | |
| 148 | - } | |
| 149 | - | |
| 150 | - var defaultDate = [year, month, '01日']; | |
| 151 | - $("#date").picker("setValue", defaultDate); | |
| 152 | - | |
| 153 | - } | |
| 154 | - | |
| 155 | - //初始化时间picker选择器的参数 | |
| 156 | - function initPickerParam() { | |
| 157 | - var onClose = pickerOnClose; | |
| 158 | - var years = []; | |
| 159 | - var months = ['01月', '02月', '03月', '04月', '05月', '06月', '07月', '08月', '09月', '10月', '11月', '12月']; | |
| 160 | 141 | |
| 161 | - var date = new Date(); | |
| 162 | - var thisYear = date.getFullYear(); | |
| 163 | - for (var i = 0; i < 10; i++) { | |
| 164 | - years[i] = thisYear + i + '年'; | |
| 165 | - } | |
| 142 | + //初始化时间calendar组件的参数 | |
| 143 | + function initCalendarParam() { | |
| 144 | + var currentDate = new Date() | |
| 145 | + var currentDateStr = currentDate.format('yyyy-MM-dd'); | |
| 166 | 146 | var param = {}; |
| 167 | - param.onClose = onClose; | |
| 168 | - param.title = '请选择开始时间'; | |
| 169 | - var cols = [{"textAlign": 'center', values: years}, { | |
| 170 | - "textAlign": 'center', | |
| 171 | - values: months | |
| 172 | - }, {"textAlign": 'center', values: ['01日']}] | |
| 173 | - param.cols = cols; | |
| 174 | - | |
| 147 | + $("#date").val(currentDateStr); | |
| 148 | + currentDate.setDate(currentDate.getDate() - 1); | |
| 149 | + //最小日期 | |
| 150 | + param.minDate = currentDate.format('yyyy-MM-dd'); | |
| 151 | + param.onClose = calendarOnclose; | |
| 152 | + var startDate = new Date() | |
| 153 | + //设置结束时间,总价 | |
| 154 | + handelEndDateAndPrice(1, startDate); | |
| 175 | 155 | return param; |
| 176 | 156 | } |
| 177 | 157 | |
| 158 | + //当开始时间变化时 | |
| 159 | + function calendarOnclose() { | |
| 160 | + var startDate = new Date($("#date").val()); | |
| 161 | + var num = $("#numder").val(); | |
| 162 | + handelEndDateAndPrice(num, startDate); | |
| 163 | + } | |
| 164 | + | |
| 178 | 165 | //选择日期 |
| 179 | - $("#date").picker( | |
| 180 | - initPickerParam() | |
| 166 | + $("#date").calendar( | |
| 167 | + initCalendarParam() | |
| 181 | 168 | ); |
| 182 | 169 | |
| 183 | 170 | |
| 184 | 171 | //根据数量,开始时间计算 结束时间,总价 |
| 185 | 172 | function handelEndDateAndPrice(num, startDate) { |
| 186 | - if(typeof num== 'string'){ | |
| 173 | + | |
| 174 | + if (typeof num == 'string') { | |
| 187 | 175 | num = parseInt(num); |
| 188 | 176 | } |
| 177 | + | |
| 178 | + if (typeof startDate == 'string') { | |
| 179 | + startDate = new Date(startDate); | |
| 180 | + } | |
| 181 | + var endDate = new Date(startDate.format('yyyy-MM-dd')); | |
| 189 | 182 | //设置数量 |
| 190 | 183 | $("#numder").val(num); |
| 191 | - startDate.setMonth(startDate.getMonth() + num); | |
| 192 | - startDate.setDate(0)//设置为0,意思为取当前月最后一天 | |
| 193 | - var year = startDate.getFullYear(); | |
| 194 | - var month = startDate.getMonth() + 1 + ''; | |
| 195 | - var day = startDate.getDate() + ''; | |
| 196 | - if (month.length == 1) { | |
| 197 | - //只有一位,需要补0 | |
| 198 | - month = '0' + month; | |
| 199 | - } | |
| 200 | 184 | |
| 201 | - if (day.length == 1) { | |
| 202 | - //只有一位,需要补0 | |
| 203 | - day = '0' + day; | |
| 185 | + | |
| 186 | + var days = 0; | |
| 187 | + var temp = startDate.getMonth(); | |
| 188 | + for (var i = 1; i <= num; i++) { | |
| 189 | + startDate.setMonth(temp + i); | |
| 190 | + startDate.setDate(0); | |
| 191 | + days += startDate.getDate(); | |
| 204 | 192 | } |
| 205 | - var endDateStr = year + '年 ' + month + '月 ' + day + '日'; | |
| 193 | + days--; | |
| 194 | + endDate.setDate(endDate.getDate() + days); | |
| 206 | 195 | //设置失效日期 |
| 207 | - $('#date1').val(endDateStr); | |
| 196 | + $('#date1').val(endDate.format('yyyy-MM-dd')); | |
| 208 | 197 | //设置总价 |
| 209 | 198 | var price = $("#cardAmount").val(); |
| 210 | 199 | $("#totle_money").html(num * price); |
| 211 | 200 | } |
| 212 | 201 | |
| 213 | 202 | |
| 214 | - //将年月日的日期 格式化成 用 - 间隔的 | |
| 215 | - function formatDateStr(dateStr) { | |
| 216 | - return dateStr.replace('年', '-').replace('月', '-').replace('日', '').replace(' ', '').replace(' ', ''); | |
| 217 | - } | |
| 218 | - | |
| 219 | - | |
| 220 | 203 | //添加数量 |
| 221 | 204 | $("#add_btn").click(function () { |
| 222 | 205 | |
| ... | ... | @@ -228,7 +211,7 @@ |
| 228 | 211 | var num = $("#numder").val(); |
| 229 | 212 | num++; |
| 230 | 213 | if (num > 1 && num < 12) { |
| 231 | - var startDate = new Date(formatDateStr(startDateStr)); | |
| 214 | + var startDate = new Date(startDateStr); | |
| 232 | 215 | handelEndDateAndPrice(num, startDate); |
| 233 | 216 | } else { |
| 234 | 217 | $.toptip('最多购买11个月', 2000, 'warning'); |
| ... | ... | @@ -237,7 +220,6 @@ |
| 237 | 220 | }); |
| 238 | 221 | //减去数量 |
| 239 | 222 | $("#reduce_btn").click(function () { |
| 240 | - | |
| 241 | 223 | var startDateStr = $("#date").val(); |
| 242 | 224 | if (null == startDateStr || startDateStr.length < 1) { |
| 243 | 225 | $.toptip('请先选择开始时间', 2000, 'warning'); |
| ... | ... | @@ -247,7 +229,7 @@ |
| 247 | 229 | var num = $("#numder").val(); |
| 248 | 230 | num--; |
| 249 | 231 | if (num > 0) { |
| 250 | - var startDate = new Date(formatDateStr($("#date").val())); | |
| 232 | + var startDate = new Date($("#date").val()); | |
| 251 | 233 | handelEndDateAndPrice(num, startDate); |
| 252 | 234 | } else { |
| 253 | 235 | $.toptip('最少购买一个月', 2000, 'warning'); |
| ... | ... | @@ -261,8 +243,8 @@ |
| 261 | 243 | var carNum = $('#license_number').val(); |
| 262 | 244 | var parkLotCardId = $('#parkLotCardId').val(); |
| 263 | 245 | var buyNum = $('#numder').val(); |
| 264 | - var startDate = formatDateStr($('#date').val()); | |
| 265 | - var endDate = formatDateStr($('#date1').val()); | |
| 246 | + var startDate = $('#date').val(); | |
| 247 | + var endDate = $('#date1').val(); | |
| 266 | 248 | var totleMoney = $('#totle_money').text(); |
| 267 | 249 | if (carNum == '' || carNum == null || carNum == undefined) { |
| 268 | 250 | $.toptip('亲!请输入车牌号', 3000, 'warning'); //设置显示时间 | ... | ... |
src/main/webapp/WEB-INF/pages/monthrenew.html
| ... | ... | @@ -147,29 +147,25 @@ |
| 147 | 147 | //设置数量 |
| 148 | 148 | $("#numder").val(num); |
| 149 | 149 | |
| 150 | - var temp = startDateStr.split("-"); | |
| 151 | - var endDate = new Date(temp[0] + '-' + temp[1] + '-01'); | |
| 152 | - | |
| 153 | - endDate.setMonth(endDate.getMonth() + num+1); | |
| 154 | - endDate.setDate(0)//设置为0,意思为取当前月最后一天 | |
| 155 | - var year = endDate.getFullYear(); | |
| 156 | - var month = endDate.getMonth() + 1 + ''; | |
| 157 | - var day = endDate.getDate() + ''; | |
| 158 | - if (month.length == 1) { | |
| 159 | - //只有一位,需要补0 | |
| 160 | - month = '0' + month; | |
| 150 | + if(null == startDateStr|| startDateStr.length<4){ | |
| 151 | + $.toptip('无法获取开始时间', 2000, 'warning'); | |
| 161 | 152 | } |
| 162 | - | |
| 163 | - if (day.length == 1) { | |
| 164 | - //只有一位,需要补0 | |
| 165 | - day = '0' + day; | |
| 153 | + var startDate = new Date(startDateStr); | |
| 154 | + var endDate = new Date(startDate.format('yyyy-MM-dd')); | |
| 155 | + var days = 0; | |
| 156 | + var temp = startDate.getMonth(); | |
| 157 | + for (var i = 1; i <= num; i++) { | |
| 158 | + startDate.setMonth(temp + i); | |
| 159 | + startDate.setDate(0); | |
| 160 | + days += startDate.getDate(); | |
| 166 | 161 | } |
| 167 | - var endDateStr = year + '-' + month + '-' + day; | |
| 162 | + days--; | |
| 163 | + endDate.setDate(endDate.getDate() + days); | |
| 168 | 164 | //设置失效日期 |
| 169 | - $('#date1').val(endDateStr); | |
| 170 | - //设置价格 | |
| 165 | + $('#date1').val(endDate.format('yyyy-MM-dd')); | |
| 166 | + //设置总价 | |
| 167 | + var price = $("#cardAmount").val(); | |
| 171 | 168 | $("#totle_money").html(num * price); |
| 172 | - | |
| 173 | 169 | } |
| 174 | 170 | |
| 175 | 171 | //第一次初始化为数量1 | ... | ... |
src/main/webapp/WEB-INF/pages/yearpay.html
| ... | ... | @@ -3,11 +3,11 @@ |
| 3 | 3 | <head> |
| 4 | 4 | <meta charset="UTF-8"> |
| 5 | 5 | <title>年卡支付</title> |
| 6 | - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> | |
| 7 | - <meta name="format-detection" content="telephone=no" /> | |
| 8 | - <meta name="format-detection" content="email=no" /> | |
| 9 | - <meta name="apple-mobile-web-app-status-bar-style" content="black" /> | |
| 10 | - <meta name="apple-mobile-web-app-capable" content="yes" /> | |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> | |
| 7 | + <meta name="format-detection" content="telephone=no"/> | |
| 8 | + <meta name="format-detection" content="email=no"/> | |
| 9 | + <meta name="apple-mobile-web-app-status-bar-style" content="black"/> | |
| 10 | + <meta name="apple-mobile-web-app-capable" content="yes"/> | |
| 11 | 11 | <meta name="apple-mobile-web-app-title" content=""> |
| 12 | 12 | <meta name="google" value="notranslate"><!-- 禁止Chrome 浏览器中自动提示翻译 --> |
| 13 | 13 | <link rel="apple-touch-icon-precomposed" href="favicon.ico"> |
| ... | ... | @@ -20,7 +20,7 @@ |
| 20 | 20 | </head> |
| 21 | 21 | <body ontouchstart> |
| 22 | 22 | <div class="weui-cells weui-cells_form"> |
| 23 | - <input type="hidden" id="parkLotCardId" value="${parkLotCardId!''}"/> | |
| 23 | + <input type="hidden" id="parkLotCardId" value="${parkLotCardId!''}"/> | |
| 24 | 24 | <div class="weui-cell"> |
| 25 | 25 | <div class="weui-cell__hd"><label class="weui-label">车牌号</label></div> |
| 26 | 26 | <div class="weui-cell__bd"> |
| ... | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | </div> |
| 29 | 29 | </div> |
| 30 | 30 | <div class="weui-cell"> |
| 31 | - <div class="weui-cell__hd"><label class="weui-label" >卡类别</label></div> | |
| 31 | + <div class="weui-cell__hd"><label class="weui-label">卡类别</label></div> | |
| 32 | 32 | <div class="weui-cell__bd" id="cardTypeRemark"> |
| 33 | 33 | <!-- 蓝牌小车包月卡--> |
| 34 | 34 | </div> |
| ... | ... | @@ -40,7 +40,7 @@ |
| 40 | 40 | <div class="weui-cell__hd"><label class="weui-label">停车场</label></div> |
| 41 | 41 | <div class="weui-cell__bd" id="parkLotName"></div> |
| 42 | 42 | </div> |
| 43 | - | |
| 43 | + | |
| 44 | 44 | <div class="weui-cell"> |
| 45 | 45 | <div class="weui-cell__hd"><label for="date" class="weui-label">开始时间</label></div> |
| 46 | 46 | <div class="weui-cell__bd"> |
| ... | ... | @@ -58,12 +58,14 @@ |
| 58 | 58 | <div class="weui-cell"> |
| 59 | 59 | <div class="weui-cell__hd"><label class="weui-label">购买数量</label></div> |
| 60 | 60 | <div class="weui-cell__bd"> |
| 61 | - <span id="reduce_btn" class="reduce_btn">-</span><input class="weui-input inpt-num" id="numder" type="text" readonly="" value="1"><span id="add_btn" class="add_btn">+</span> | |
| 61 | + <span id="reduce_btn" class="reduce_btn">-</span><input class="weui-input inpt-num" id="numder" type="text" | |
| 62 | + readonly="" value="1"><span id="add_btn" | |
| 63 | + class="add_btn">+</span> | |
| 62 | 64 | </div> |
| 63 | 65 | </div> |
| 64 | 66 | <div class="weui-cell"> |
| 65 | - <div class="weui-cell__hd"><label class="weui-label">合计</label></div> | |
| 66 | - <input type="hidden" id="cardAmount" /> | |
| 67 | + <div class="weui-cell__hd"><label class="weui-label">合计</label></div> | |
| 68 | + <input type="hidden" id="cardAmount"/> | |
| 67 | 69 | <div class="weui-cell__bd pay-total"> |
| 68 | 70 | ¥<span id="totle_money">90</span> |
| 69 | 71 | </div> |
| ... | ... | @@ -79,250 +81,201 @@ |
| 79 | 81 | <script src="${staticHost}/js/jsutil.js"></script> |
| 80 | 82 | <script src="${staticHost}/js/url.js"></script> |
| 81 | 83 | <script type="text/javascript"> |
| 82 | -var func = { | |
| 83 | - //1.初始化页面信息.<br/> | |
| 84 | - initYearCardInfo:function(){ | |
| 85 | - var parkLotCardId =$('#parkLotCardId').val(); | |
| 86 | - if(parkLotCardId ==null || parkLotCardId ==""){ | |
| 87 | - $.alert("系统繁忙,请重新操作!"); | |
| 88 | - return false; | |
| 89 | - } | |
| 90 | - var jsonInfo = {}; | |
| 91 | - jsonInfo.parkLotCardId = parkLotCardId; | |
| 92 | - jsutil.defaultReq( | |
| 93 | - mUrl.queryParkLotCardForChoose, | |
| 94 | - jsonInfo, | |
| 95 | - function(data){ | |
| 96 | - if("8888" ==data.code){ | |
| 97 | - var parkLot = data.data; | |
| 98 | - $('#parkLotName').empty(); | |
| 99 | - $('#cardTypeRemark').empty(); | |
| 100 | - $('#totle_money').empty(); | |
| 101 | - $('#parkLotName').text(parkLot.parkName); | |
| 102 | - $('#cardTypeRemark').text(parkLot.parkCardCouponsList[0].goods_type_remark); | |
| 103 | - $('#totle_money').text(parkLot.parkCardCouponsList[0].goods_amount/100); | |
| 104 | - $('#parkLotCardId').val(parkLot.parkCardCouponsList[0].id); | |
| 105 | - //将分转为元 | |
| 106 | - $('#cardAmount').val(parkLot.parkCardCouponsList[0].goods_amount/100); | |
| 107 | - }else{ | |
| 108 | - $.alert("系统繁忙,请重新操作!"); | |
| 109 | - } | |
| 110 | - }); | |
| 111 | - } | |
| 112 | -}; | |
| 113 | -$(function () { | |
| 114 | - func.initYearCardInfo(); | |
| 115 | - //当pick的值发生变化的时候 | |
| 116 | - function pickerOnClose() { | |
| 117 | - var inputDateStr = formatDateStr($('#date').val()); | |
| 118 | - var inputDate = new Date(inputDateStr); | |
| 119 | - var inputYear = inputDate.getFullYear(); | |
| 120 | - var inputMonth = inputDate.getMonth(); | |
| 121 | - var date = new Date(); | |
| 122 | - var thisYear = date.getFullYear(); | |
| 123 | - var thisMonth = date.getMonth(); | |
| 124 | - | |
| 125 | - //当前时间大于选择的时间 | |
| 126 | - if (thisYear >= inputYear && thisMonth >= inputMonth) { | |
| 127 | - $.toptip('开始时间不能小于下月 1号 ', 'warning'); | |
| 128 | - setPickerDefaultValue(); | |
| 84 | + var func = { | |
| 85 | + //1.初始化页面信息.<br/> | |
| 86 | + initYearCardInfo: function () { | |
| 87 | + var parkLotCardId = $('#parkLotCardId').val(); | |
| 88 | + if (parkLotCardId == null || parkLotCardId == "") { | |
| 89 | + $.alert("系统繁忙,请重新操作!"); | |
| 90 | + return false; | |
| 91 | + } | |
| 92 | + var jsonInfo = {}; | |
| 93 | + jsonInfo.parkLotCardId = parkLotCardId; | |
| 94 | + jsutil.defaultReq( | |
| 95 | + mUrl.queryParkLotCardForChoose, | |
| 96 | + jsonInfo, | |
| 97 | + function (data) { | |
| 98 | + if ("8888" == data.code) { | |
| 99 | + var parkLot = data.data; | |
| 100 | + $('#parkLotName').empty(); | |
| 101 | + $('#cardTypeRemark').empty(); | |
| 102 | + $('#totle_money').empty(); | |
| 103 | + $('#parkLotName').text(parkLot.parkName); | |
| 104 | + $('#cardTypeRemark').text(parkLot.parkCardCouponsList[0].goods_type_remark); | |
| 105 | + $('#totle_money').text(parkLot.parkCardCouponsList[0].goods_amount / 100); | |
| 106 | + $('#parkLotCardId').val(parkLot.parkCardCouponsList[0].id); | |
| 107 | + //将分转为元 | |
| 108 | + $('#cardAmount').val(parkLot.parkCardCouponsList[0].goods_amount / 100); | |
| 109 | + } else { | |
| 110 | + $.alert("系统繁忙,请重新操作!"); | |
| 111 | + } | |
| 112 | + }); | |
| 129 | 113 | } |
| 130 | - | |
| 131 | - var num = $("#numder").val(); | |
| 132 | - var startDateStr = $("#date").val(); | |
| 133 | - var dateStr= formatDateStr(startDateStr); | |
| 134 | - handelEndDateAndPrice(num, new Date(dateStr)); | |
| 135 | - | |
| 136 | - } | |
| 137 | - | |
| 138 | - //设置当前时间默认值 | |
| 139 | - function setPickerDefaultValue() { | |
| 140 | - var date = new Date(); | |
| 141 | - var year = date.getFullYear() + '年'; | |
| 142 | - var month = date.getMonth() + 2 + '月'; | |
| 143 | - if (month.length < 3) { | |
| 144 | - month = '0' + month; | |
| 114 | + }; | |
| 115 | + $(function () { | |
| 116 | + func.initYearCardInfo(); | |
| 117 | + //初始化时间calendar组件的参数 | |
| 118 | + function initCalendarParam() { | |
| 119 | + var currentDate = new Date() | |
| 120 | + var currentDateStr = currentDate.format('yyyy-MM-dd'); | |
| 121 | + var param = {}; | |
| 122 | + $("#date").val(currentDateStr); | |
| 123 | + currentDate.setDate(currentDate.getDate() - 1); | |
| 124 | + //最小日期 | |
| 125 | + param.minDate = currentDate.format('yyyy-MM-dd'); | |
| 126 | + param.onClose = calendarOnclose; | |
| 127 | + var startDate = new Date() | |
| 128 | + //设置结束时间,总价 | |
| 129 | + handelEndDateAndPrice(1, startDate); | |
| 130 | + return param; | |
| 145 | 131 | } |
| 146 | 132 | |
| 147 | - var defaultDate = [year, month, '01日']; | |
| 148 | - $("#date").picker("setValue", defaultDate); | |
| 149 | - | |
| 150 | - } | |
| 151 | - | |
| 152 | - //初始化时间picker选择器的参数 | |
| 153 | - function initPickerParam() { | |
| 154 | - var onClose = pickerOnClose; | |
| 155 | - var years = []; | |
| 156 | - var months = ['01月', '02月', '03月', '04月', '05月', '06月', '07月', '08月', '09月', '10月', '11月', '12月']; | |
| 157 | - | |
| 158 | - var date = new Date(); | |
| 159 | - var thisYear = date.getFullYear(); | |
| 160 | - for (var i = 0; i < 10; i++) { | |
| 161 | - years[i] = thisYear + i + '年'; | |
| 133 | + //当开始时间变化时 | |
| 134 | + function calendarOnclose() { | |
| 135 | + var startDate = new Date($("#date").val()); | |
| 136 | + var num = $("#numder").val(); | |
| 137 | + handelEndDateAndPrice(num, startDate); | |
| 162 | 138 | } |
| 163 | - var param = {}; | |
| 164 | - param.onClose = onClose; | |
| 165 | - param.title = '请选择开始时间'; | |
| 166 | - var cols = [{"textAlign": 'center', values: years}, { | |
| 167 | - "textAlign": 'center', | |
| 168 | - values: months | |
| 169 | - }, {"textAlign": 'center', values: ['01日']}] | |
| 170 | - param.cols = cols; | |
| 171 | 139 | |
| 172 | - return param; | |
| 173 | - } | |
| 140 | + //选择日期 | |
| 141 | + $("#date").calendar( | |
| 142 | + initCalendarParam() | |
| 143 | + ); | |
| 174 | 144 | |
| 175 | - //选择日期 | |
| 176 | - $("#date").picker( | |
| 177 | - initPickerParam() | |
| 178 | - ); | |
| 179 | 145 | |
| 146 | + //根据数量,开始时间计算 结束时间,总价 | |
| 147 | + function handelEndDateAndPrice(num, startDate) { | |
| 148 | + if (typeof num == 'string') { | |
| 149 | + num = parseInt(num); | |
| 150 | + } | |
| 180 | 151 | |
| 181 | - //根据数量,开始时间计算 结束时间,总价 | |
| 182 | - function handelEndDateAndPrice(num, startDate) { | |
| 183 | - if(typeof num== 'string'){ | |
| 184 | - num = parseInt(num); | |
| 185 | - } | |
| 186 | - //设置数量 | |
| 187 | - $("#numder").val(num); | |
| 188 | - startDate.setDate(0)//设置为0,意思为取当前月最后一天 | |
| 189 | - var year = startDate.getFullYear()+num; | |
| 190 | - var month = startDate.getMonth()+1+''; | |
| 191 | - var day = startDate.getDate() + ''; | |
| 192 | - if (month.length == 1) { | |
| 193 | - //只有一位,需要补0 | |
| 194 | - month = '0' + month; | |
| 195 | - } | |
| 196 | - | |
| 197 | - if (day.length == 1) { | |
| 198 | - //只有一位,需要补0 | |
| 199 | - day = '0' + day; | |
| 200 | - } | |
| 201 | - var endDateStr = year + '年 ' + month + '月 ' + day + '日'; | |
| 202 | - //设置失效日期 | |
| 203 | - $('#date1').val(endDateStr); | |
| 204 | - //设置总价 | |
| 205 | - var price = $("#cardAmount").val(); | |
| 206 | - $("#totle_money").html(num * price); | |
| 207 | - } | |
| 152 | + if (typeof startDate == 'string') { | |
| 153 | + startDate = new Date(startDate); | |
| 154 | + } | |
| 208 | 155 | |
| 156 | + var endDate = new Date(startDate.format('yyyy-MM-dd')); | |
| 157 | + //设置数量 | |
| 158 | + $("#numder").val(num); | |
| 159 | + endDate.setYear(endDate.getFullYear() + num); | |
| 209 | 160 | |
| 210 | - //将年月日的日期 格式化成 用 - 间隔的 | |
| 211 | - function formatDateStr(dateStr) { | |
| 212 | - return dateStr.replace('年', '-').replace('月', '-').replace('日', '').replace(' ', '').replace(' ', ''); | |
| 213 | - } | |
| 161 | + //设置失效日期 | |
| 162 | + $('#date1').val(endDate.format('yyyy-MM-dd')); | |
| 163 | + //设置总价 | |
| 164 | + var price = $("#cardAmount").val(); | |
| 165 | + $("#totle_money").html(num * price); | |
| 166 | + } | |
| 214 | 167 | |
| 215 | 168 | |
| 216 | - //添加数量 | |
| 217 | - $("#add_btn").click(function () { | |
| 169 | + //添加数量 | |
| 170 | + $("#add_btn").click(function () { | |
| 218 | 171 | |
| 219 | - var startDateStr = $("#date").val(); | |
| 220 | - if (null == startDateStr || startDateStr.length < 1) { | |
| 221 | - $.toptip('请先选择开始时间', 2000, 'warning'); | |
| 222 | - return; | |
| 223 | - } | |
| 224 | - var num = $("#numder").val(); | |
| 225 | - num++; | |
| 226 | - if (num > 1 && num < 6) { | |
| 227 | - var startDate = new Date(formatDateStr(startDateStr)); | |
| 228 | - handelEndDateAndPrice(num, startDate); | |
| 229 | - } else { | |
| 230 | - $.toptip('最多购买5年', 2000, 'warning'); | |
| 231 | - } | |
| 172 | + var startDateStr = $("#date").val(); | |
| 173 | + if (null == startDateStr || startDateStr.length < 1) { | |
| 174 | + $.toptip('请先选择开始时间', 2000, 'warning'); | |
| 175 | + return; | |
| 176 | + } | |
| 177 | + var num = $("#numder").val(); | |
| 178 | + num++; | |
| 179 | + if (num > 1 && num < 6) { | |
| 180 | + var startDate = new Date(startDateStr); | |
| 181 | + handelEndDateAndPrice(num, startDate); | |
| 182 | + } else { | |
| 183 | + $.toptip('最多购买5年', 2000, 'warning'); | |
| 184 | + } | |
| 232 | 185 | |
| 233 | - }); | |
| 234 | - //减去数量 | |
| 235 | - $("#reduce_btn").click(function () { | |
| 186 | + }); | |
| 187 | + //减去数量 | |
| 188 | + $("#reduce_btn").click(function () { | |
| 236 | 189 | |
| 237 | - var startDateStr = $("#date").val(); | |
| 238 | - if (null == startDateStr || startDateStr.length < 1) { | |
| 239 | - $.toptip('请先选择开始时间', 2000, 'warning'); | |
| 240 | - return; | |
| 241 | - } | |
| 190 | + var startDateStr = $("#date").val(); | |
| 191 | + if (null == startDateStr || startDateStr.length < 1) { | |
| 192 | + $.toptip('请先选择开始时间', 2000, 'warning'); | |
| 193 | + return; | |
| 194 | + } | |
| 242 | 195 | |
| 243 | - var num = $("#numder").val(); | |
| 244 | - num--; | |
| 245 | - if (num > 0) { | |
| 246 | - var startDate = new Date(formatDateStr($("#date").val())); | |
| 247 | - handelEndDateAndPrice(num, startDate); | |
| 248 | - } else { | |
| 249 | - $.toptip('最少购买一年', 2000, 'warning'); | |
| 250 | - } | |
| 196 | + var num = $("#numder").val(); | |
| 197 | + num--; | |
| 198 | + if (num > 0) { | |
| 199 | + var startDate = new Date($("#date").val()); | |
| 200 | + handelEndDateAndPrice(num, startDate); | |
| 201 | + } else { | |
| 202 | + $.toptip('最少购买一年', 2000, 'warning'); | |
| 203 | + } | |
| 251 | 204 | |
| 252 | - }); | |
| 205 | + }); | |
| 253 | 206 | |
| 254 | - //立即支付 | |
| 255 | - $('#pay_btn').on('click',function () { | |
| 256 | - var carNum = $('#license_number').val(); | |
| 257 | - var parkLotCardId = $('#parkLotCardId').val(); | |
| 258 | - var buyNum = $('#numder').val(); | |
| 259 | - var startDate = formatDateStr($('#date').val()); | |
| 260 | - var endDate = formatDateStr($('#date1').val()); | |
| 261 | - var totleMoney =$('#totle_money').text(); | |
| 262 | - if(carNum == '' || carNum ==null || carNum == undefined){ | |
| 263 | - $.toptip('亲!请输入车牌号', 3000, 'warning'); //设置显示时间 | |
| 264 | - return false | |
| 265 | - } | |
| 266 | - //车牌校验 | |
| 267 | - var checkResult = jsutil.isVehicleNumber(jsutil.trim(carNum)); | |
| 268 | - if(!checkResult){ | |
| 269 | - $.alert("亲!输入车牌号不正确,<br/> 正确格式如:陕K88888"); | |
| 270 | - return false; | |
| 271 | - } | |
| 272 | - /** | |
| 273 | - *校验车牌号是否已经在对应的停车场已经订购? 是:跳转续费页面,否:继续订购 | |
| 274 | - * parkLotCardId | |
| 275 | - */ | |
| 276 | - jsutil.defaultReq( | |
| 277 | - mUrl.checkIsbuyCard, | |
| 278 | - {"carNum":carNum,"parkCardId":parkLotCardId}, | |
| 279 | - function(data){ | |
| 280 | - if("8888" !=data.code){ | |
| 281 | - //$.alert(""); | |
| 282 | - return false; | |
| 283 | - }else{ | |
| 284 | - if(data.data != null && data.data != ''){ | |
| 285 | - $.confirm("亲!您已经办理该停车场卡,是否继续续费?", function() { | |
| 286 | - //点击确认后的回调函数 | |
| 287 | - window.location.href=mUrl.renewView+"&custCardId="+data.data; | |
| 288 | - }, function() { | |
| 289 | - window.location.href=mUrl.toParkInfoListView; | |
| 290 | - }); | |
| 207 | + //立即支付 | |
| 208 | + $('#pay_btn').on('click', function () { | |
| 209 | + var carNum = $('#license_number').val(); | |
| 210 | + var parkLotCardId = $('#parkLotCardId').val(); | |
| 211 | + var buyNum = $('#numder').val(); | |
| 212 | + var startDate = $('#date').val(); | |
| 213 | + var endDate = $('#date1').val(); | |
| 214 | + var totleMoney = $('#totle_money').text(); | |
| 215 | + if (carNum == '' || carNum == null || carNum == undefined) { | |
| 216 | + $.toptip('亲!请输入车牌号', 3000, 'warning'); //设置显示时间 | |
| 217 | + return false | |
| 218 | + } | |
| 219 | + //车牌校验 | |
| 220 | + var checkResult = jsutil.isVehicleNumber(jsutil.trim(carNum)); | |
| 221 | + if (!checkResult) { | |
| 222 | + $.alert("亲!输入车牌号不正确,<br/> 正确格式如:陕K88888"); | |
| 223 | + return false; | |
| 224 | + } | |
| 225 | + /** | |
| 226 | + *校验车牌号是否已经在对应的停车场已经订购? 是:跳转续费页面,否:继续订购 | |
| 227 | + * parkLotCardId | |
| 228 | + */ | |
| 229 | + jsutil.defaultReq( | |
| 230 | + mUrl.checkIsbuyCard, | |
| 231 | + {"carNum": carNum, "parkCardId": parkLotCardId}, | |
| 232 | + function (data) { | |
| 233 | + if ("8888" != data.code) { | |
| 234 | + //$.alert(""); | |
| 235 | + return false; | |
| 236 | + } else { | |
| 237 | + if (data.data != null && data.data != '') { | |
| 238 | + $.confirm("亲!您已经办理该停车场卡,是否继续续费?", function () { | |
| 239 | + //点击确认后的回调函数 | |
| 240 | + window.location.href = mUrl.renewView + "&custCardId=" + data.data; | |
| 241 | + }, function () { | |
| 242 | + window.location.href = mUrl.toParkInfoListView; | |
| 243 | + }); | |
| 291 | 244 | |
| 292 | - }else{ | |
| 293 | - if(startDate == '' || startDate ==null || startDate == undefined){ | |
| 294 | - $.toptip('亲!请选择开始时间', 3000, 'warning'); //设置显示时间 | |
| 295 | - return false | |
| 296 | - }else{ | |
| 297 | - var jsonInfo = {}; | |
| 298 | - jsonInfo.carNum=carNum; | |
| 299 | - jsonInfo.parkLotCardId=parkLotCardId; | |
| 300 | - jsonInfo.buyNum=buyNum; | |
| 301 | - jsonInfo.startDate=startDate; | |
| 302 | - jsonInfo.endDate=endDate; | |
| 303 | - jsonInfo.totleMoney=totleMoney; | |
| 304 | - jsonInfo.orderType = 2;// | |
| 305 | - jsutil.defaultReq( | |
| 306 | - mUrl.createOrderInfo, | |
| 307 | - jsonInfo, | |
| 308 | - function(data){ | |
| 309 | - if("8888" !=data.code){ | |
| 310 | - $.alert("亲!创建订单失败,请重新尝试!"); | |
| 311 | - return false; | |
| 312 | - }else{ | |
| 313 | - window.location.href=mUrl.orderPayView+"&parkOrderId="+data.data; | |
| 314 | - } | |
| 315 | - }); | |
| 316 | - } | |
| 317 | - } | |
| 318 | - }//else | |
| 319 | - }); | |
| 245 | + } else { | |
| 246 | + if (startDate == '' || startDate == null || startDate == undefined) { | |
| 247 | + $.toptip('亲!请选择开始时间', 3000, 'warning'); //设置显示时间 | |
| 248 | + return false | |
| 249 | + } else { | |
| 250 | + var jsonInfo = {}; | |
| 251 | + jsonInfo.carNum = carNum; | |
| 252 | + jsonInfo.parkLotCardId = parkLotCardId; | |
| 253 | + jsonInfo.buyNum = buyNum; | |
| 254 | + jsonInfo.startDate = startDate; | |
| 255 | + jsonInfo.endDate = endDate; | |
| 256 | + jsonInfo.totleMoney = totleMoney; | |
| 257 | + jsonInfo.orderType = 2;// | |
| 258 | + jsutil.defaultReq( | |
| 259 | + mUrl.createOrderInfo, | |
| 260 | + jsonInfo, | |
| 261 | + function (data) { | |
| 262 | + if ("8888" != data.code) { | |
| 263 | + $.alert("亲!创建订单失败,请重新尝试!"); | |
| 264 | + return false; | |
| 265 | + } else { | |
| 266 | + window.location.href = mUrl.orderPayView + "&parkOrderId=" + data.data; | |
| 267 | + } | |
| 268 | + }); | |
| 269 | + } | |
| 270 | + } | |
| 271 | + }//else | |
| 272 | + }); | |
| 320 | 273 | |
| 321 | 274 | |
| 322 | - }); | |
| 275 | + }); | |
| 323 | 276 | |
| 324 | 277 | |
| 325 | -}) | |
| 278 | + }) | |
| 326 | 279 | </script> |
| 327 | 280 | </body> |
| 328 | 281 | </html> | ... | ... |
src/main/webapp/WEB-INF/pages/yearrenew.html
| 1 | 1 | <!DOCTYPE html> |
| 2 | 2 | <html lang="en"> |
| 3 | 3 | <head> |
| 4 | - <meta charset="UTF-8"> | |
| 5 | - <title>年续费</title> | |
| 6 | - <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> | |
| 7 | - <meta name="format-detection" content="telephone=no"/> | |
| 8 | - <meta name="format-detection" content="email=no"/> | |
| 9 | - <meta name="apple-mobile-web-app-status-bar-style" content="black"/> | |
| 10 | - <meta name="apple-mobile-web-app-capable" content="yes"/> | |
| 11 | - <meta name="apple-mobile-web-app-title" content=""> | |
| 12 | - <meta name="google" value="notranslate"><!-- 禁止Chrome 浏览器中自动提示翻译 --> | |
| 13 | - <link rel="apple-touch-icon-precomposed" href="favicon.ico"> | |
| 14 | - <link rel="shortcut icon" href="favicon.ico"> | |
| 15 | - <link rel="Bookmark" href="favicon.ico"> | |
| 16 | - <link rel="stylesheet" href="//cdn.bootcss.com/weui/1.1.1/style/weui.min.css"> | |
| 17 | - <link rel="stylesheet" href="//cdn.bootcss.com/jquery-weui/1.0.1/css/jquery-weui.min.css"> | |
| 18 | - <link rel="stylesheet" href="${staticHost}/css/reset.css"> | |
| 4 | + <meta charset="UTF-8"> | |
| 5 | + <title>年续费</title> | |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> | |
| 7 | + <meta name="format-detection" content="telephone=no"/> | |
| 8 | + <meta name="format-detection" content="email=no"/> | |
| 9 | + <meta name="apple-mobile-web-app-status-bar-style" content="black"/> | |
| 10 | + <meta name="apple-mobile-web-app-capable" content="yes"/> | |
| 11 | + <meta name="apple-mobile-web-app-title" content=""> | |
| 12 | + <meta name="google" value="notranslate"><!-- 禁止Chrome 浏览器中自动提示翻译 --> | |
| 13 | + <link rel="apple-touch-icon-precomposed" href="favicon.ico"> | |
| 14 | + <link rel="shortcut icon" href="favicon.ico"> | |
| 15 | + <link rel="Bookmark" href="favicon.ico"> | |
| 16 | + <link rel="stylesheet" href="//cdn.bootcss.com/weui/1.1.1/style/weui.min.css"> | |
| 17 | + <link rel="stylesheet" href="//cdn.bootcss.com/jquery-weui/1.0.1/css/jquery-weui.min.css"> | |
| 18 | + <link rel="stylesheet" href="${staticHost}/css/reset.css"> | |
| 19 | 19 | </head> |
| 20 | 20 | <body ontouchstart> |
| 21 | 21 | <div class="weui-cells weui-cells_form"> |
| 22 | - <div class="weui-cell"> | |
| 23 | - <div class="weui-cell__hd"><label class="weui-label">车牌号</label></div> | |
| 24 | - <div class="weui-cell__bd"> | |
| 25 | - <input class="weui-input" type="text" maxlength="7" value="${carNo!''}" readonly> | |
| 22 | + <div class="weui-cell"> | |
| 23 | + <div class="weui-cell__hd"><label class="weui-label">车牌号</label></div> | |
| 24 | + <div class="weui-cell__bd"> | |
| 25 | + <input class="weui-input" type="text" maxlength="7" value="${carNo!''}" readonly> | |
| 26 | + </div> | |
| 26 | 27 | </div> |
| 27 | - </div> | |
| 28 | - <div class="weui-cell"> | |
| 29 | - <div class="weui-cell__hd"><label class="weui-label">卡类别</label></div> | |
| 30 | - <div class="weui-cell__bd"> | |
| 31 | - ${cardTypeStr!''} | |
| 28 | + <div class="weui-cell"> | |
| 29 | + <div class="weui-cell__hd"><label class="weui-label">卡类别</label></div> | |
| 30 | + <div class="weui-cell__bd"> | |
| 31 | + ${cardTypeStr!''} | |
| 32 | + </div> | |
| 32 | 33 | </div> |
| 33 | - </div> | |
| 34 | 34 | </div> |
| 35 | 35 | |
| 36 | 36 | <div class="weui-cells weui-cells_form"> |
| 37 | - <div class="weui-cell"> | |
| 38 | - <div class="weui-cell__hd"><label class="weui-label">停车场</label></div> | |
| 39 | - <div class="weui-cell__bd">${parkName!''}</div> | |
| 40 | - </div> | |
| 41 | - <div class="weui-cell"> | |
| 42 | - <div class="weui-cell__hd"><label class="weui-label">购买数量</label></div> | |
| 43 | - <div class="weui-cell__bd"><span id="reduce_btn" class="reduce_btn">-</span><input class="weui-input inpt-num" | |
| 44 | - id="numder" type="text" | |
| 45 | - readonly="" value="1"><span | |
| 46 | - id="add_btn" class="add_btn">+</span></div> | |
| 47 | - </div> | |
| 48 | - <div class="weui-cell"> | |
| 49 | - <div class="weui-cell__hd"><label class="weui-label">当前有效期</label></div> | |
| 50 | - <div class="weui-cell__bd" id="expiryDate"> | |
| 51 | - ${expDateStr!''} | |
| 37 | + <div class="weui-cell"> | |
| 38 | + <div class="weui-cell__hd"><label class="weui-label">停车场</label></div> | |
| 39 | + <div class="weui-cell__bd">${parkName!''}</div> | |
| 52 | 40 | </div> |
| 53 | - </div> | |
| 54 | - <!--<div class="weui-cell">--> | |
| 55 | - <!--<div class="weui-cell__hd"><label for="date" class="weui-label">开始时间</label></div>--> | |
| 56 | - <!--<div class="weui-cell__bd">--> | |
| 57 | - <!--<input class="weui-input" id="date" type="text" placeholder="请选择开始时间">--> | |
| 58 | - <!--</div>--> | |
| 59 | - <!--<div class="weui-cell__ft">--> | |
| 60 | - <!--</div>--> | |
| 61 | - <!--</div>--> | |
| 62 | - <div class="weui-cell"> | |
| 63 | - <div class="weui-cell__hd"><label for="date1" class="weui-label">有效期至</label></div> | |
| 64 | - <div class="weui-cell__bd"> | |
| 65 | - <input class="weui-input" id="date1" type="text" readonly value=""> | |
| 41 | + <div class="weui-cell"> | |
| 42 | + <div class="weui-cell__hd"><label class="weui-label">购买数量</label></div> | |
| 43 | + <div class="weui-cell__bd"><span id="reduce_btn" class="reduce_btn">-</span><input class="weui-input inpt-num" | |
| 44 | + id="numder" type="text" | |
| 45 | + readonly="" value="1"><span | |
| 46 | + id="add_btn" class="add_btn">+</span></div> | |
| 66 | 47 | </div> |
| 67 | - </div> | |
| 68 | - <div class="weui-cell"> | |
| 69 | - <div class="weui-cell__hd"><label class="weui-label">合计</label></div> | |
| 70 | - <div class="weui-cell__bd pay-total"> | |
| 71 | - ¥<span id="totle_money">${cardPrice!'null'}</span> | |
| 48 | + <div class="weui-cell"> | |
| 49 | + <div class="weui-cell__hd"><label class="weui-label">当前有效期</label></div> | |
| 50 | + <div class="weui-cell__bd" id="expiryDate"> | |
| 51 | + ${expDateStr!''} | |
| 52 | + </div> | |
| 53 | + </div> | |
| 54 | + <!--<div class="weui-cell">--> | |
| 55 | + <!--<div class="weui-cell__hd"><label for="date" class="weui-label">开始时间</label></div>--> | |
| 56 | + <!--<div class="weui-cell__bd">--> | |
| 57 | + <!--<input class="weui-input" id="date" type="text" placeholder="请选择开始时间">--> | |
| 58 | + <!--</div>--> | |
| 59 | + <!--<div class="weui-cell__ft">--> | |
| 60 | + <!--</div>--> | |
| 61 | + <!--</div>--> | |
| 62 | + <div class="weui-cell"> | |
| 63 | + <div class="weui-cell__hd"><label for="date1" class="weui-label">有效期至</label></div> | |
| 64 | + <div class="weui-cell__bd"> | |
| 65 | + <input class="weui-input" id="date1" type="text" readonly value=""> | |
| 66 | + </div> | |
| 67 | + </div> | |
| 68 | + <div class="weui-cell"> | |
| 69 | + <div class="weui-cell__hd"><label class="weui-label">合计</label></div> | |
| 70 | + <div class="weui-cell__bd pay-total"> | |
| 71 | + ¥<span id="totle_money">${cardPrice!'null'}</span> | |
| 72 | + </div> | |
| 72 | 73 | </div> |
| 73 | - </div> | |
| 74 | 74 | </div> |
| 75 | 75 | <div class="pay-content-padded"> |
| 76 | - <a href="javascript:;" class="weui-btn weui-btn_primary" id="pay_btn">提交订单</a> | |
| 76 | + <a href="javascript:;" class="weui-btn weui-btn_primary" id="pay_btn">提交订单</a> | |
| 77 | 77 | </div> |
| 78 | 78 | |
| 79 | 79 | <script src="//cdn.bootcss.com/jquery/1.11.0/jquery.min.js"></script> |
| ... | ... | @@ -81,94 +81,88 @@ |
| 81 | 81 | <script src="${staticHost}/js/jsutil.js"></script> |
| 82 | 82 | <script src="${staticHost}/js/url.js"></script> |
| 83 | 83 | <script> |
| 84 | - //单价 | |
| 85 | - var price = ${cardPrice!null}; | |
| 86 | - var startDateStr = '${expDateStr!""}'; | |
| 87 | - var id = ${id}; | |
| 88 | - | |
| 89 | - //添加数量 | |
| 90 | - $("#add_btn").click(function () { | |
| 91 | - var num = $("#numder").val(); | |
| 92 | - num++; | |
| 93 | - if (num > 1 && num < 6) { | |
| 94 | - initEndDateStr(num); | |
| 95 | - } else { | |
| 96 | - $.toptip('最多续期5年', 2000, 'warning'); | |
| 97 | - } | |
| 84 | + //单价 | |
| 85 | + var price = ${cardPrice!null}; | |
| 86 | + var startDateStr = '${expDateStr!""}'; | |
| 87 | + var id = ${id}; | |
| 98 | 88 | |
| 99 | - }); | |
| 100 | - //减去数量 | |
| 101 | - $("#reduce_btn").click(function () { | |
| 102 | - var num = $("#numder").val(); | |
| 103 | - num--; | |
| 104 | - if (num > 0) { | |
| 105 | - initEndDateStr(num); | |
| 106 | - } else { | |
| 107 | - $.toptip('最少续期一年', 2000, 'warning'); | |
| 108 | - } | |
| 89 | + //添加数量 | |
| 90 | + $("#add_btn").click(function () { | |
| 91 | + var num = $("#numder").val(); | |
| 92 | + num++; | |
| 93 | + if (num > 1 && num < 6) { | |
| 94 | + initEndDateStr(num); | |
| 95 | + } else { | |
| 96 | + $.toptip('最多续期5年', 2000, 'warning'); | |
| 97 | + } | |
| 109 | 98 | |
| 99 | + }); | |
| 100 | + //减去数量 | |
| 101 | + $("#reduce_btn").click(function () { | |
| 102 | + var num = $("#numder").val(); | |
| 103 | + num--; | |
| 104 | + if (num > 0) { | |
| 105 | + initEndDateStr(num); | |
| 106 | + } else { | |
| 107 | + $.toptip('最少续期一年', 2000, 'warning'); | |
| 108 | + } | |
| 110 | 109 | |
| 111 | - }); | |
| 112 | - //立即支付 | |
| 113 | - $('#pay_btn').on('click', function () { | |
| 114 | - var num = $("#numder").val(); | |
| 115 | - if(num>5||num<1){ | |
| 116 | - $.toptip('订购数量不合法',2000,'error') | |
| 117 | - }else { | |
| 118 | - $.toptip('最多购买5年', 2000, 'warning'); | |
| 119 | - } | |
| 120 | - var req = { | |
| 121 | - custCardId:${id}, | |
| 122 | - num:num | |
| 123 | - } | |
| 124 | 110 | |
| 125 | - $.ajax({ | |
| 126 | - url:mUrl.renewSubmitOrder, | |
| 127 | - data:req, | |
| 128 | - type:'Post', | |
| 129 | - success:function(res){ | |
| 130 | - if(res.code == '8888'){ | |
| 131 | - var parkOrderId = res.data; | |
| 132 | - window.location.href=mUrl.orderPayView+'&parkOrderId='+parkOrderId; | |
| 133 | - }else{ | |
| 134 | - $.toptip('系统异常',2000,'error') | |
| 111 | + }); | |
| 112 | + //立即支付 | |
| 113 | + $('#pay_btn').on('click', function () { | |
| 114 | + var num = $("#numder").val(); | |
| 115 | + if (num > 5 || num < 1) { | |
| 116 | + $.toptip('订购数量不合法', 2000, 'error') | |
| 117 | + } else { | |
| 118 | + $.toptip('最多购买5年', 2000, 'warning'); | |
| 119 | + } | |
| 120 | + var req = { | |
| 121 | + custCardId:${id}, | |
| 122 | + num: num | |
| 135 | 123 | } |
| 136 | - } | |
| 124 | + | |
| 125 | + $.ajax({ | |
| 126 | + url: mUrl.renewSubmitOrder, | |
| 127 | + data: req, | |
| 128 | + type: 'Post', | |
| 129 | + success: function (res) { | |
| 130 | + if (res.code == '8888') { | |
| 131 | + var parkOrderId = res.data; | |
| 132 | + window.location.href = mUrl.orderPayView + '&parkOrderId=' + parkOrderId; | |
| 133 | + } else { | |
| 134 | + $.toptip('系统异常', 2000, 'error') | |
| 135 | + } | |
| 136 | + } | |
| 137 | + }); | |
| 137 | 138 | }); |
| 138 | - }); | |
| 139 | 139 | |
| 140 | 140 | |
| 141 | - //计算结束时间 | |
| 142 | - function initEndDateStr(num) { | |
| 143 | - num = parseInt(num); | |
| 144 | - //设置数量 | |
| 145 | - $("#numder").val(num); | |
| 141 | + //计算结束时间 | |
| 142 | + function initEndDateStr(num) { | |
| 143 | + num = parseInt(num); | |
| 146 | 144 | |
| 147 | - var endDate = new Date(startDateStr); | |
| 148 | - endDate.setYear(endDate.getFullYear() + num); | |
| 149 | - endDate.setDate(endDate.getDate() + 1) | |
| 150 | - var year = endDate.getFullYear(); | |
| 151 | - var month = endDate.getMonth() + 1+''; | |
| 152 | - var day = endDate.getDate() + ''; | |
| 145 | + if (null == startDateStr || startDateStr.length < 4) { | |
| 146 | + $.toptip('无法获取开始时间', 2000, 'warning'); | |
| 147 | + } | |
| 148 | + var startDate = new Date(startDateStr); | |
| 153 | 149 | |
| 154 | - if(month.length ==1){ | |
| 155 | - //只有一位,需要补0 | |
| 156 | - month = '0'+month; | |
| 157 | - } | |
| 158 | - if (day.length == 1) { | |
| 159 | - //只有一位,需要补0 | |
| 160 | - day = '0' + day; | |
| 161 | - } | |
| 162 | - var endDateStr = year + '-' + month + '-' + day; | |
| 163 | - //设置失效日期 | |
| 164 | - $('#date1').val(endDateStr); | |
| 165 | - //设置价格 | |
| 166 | - $("#totle_money").html(num*price); | |
| 150 | + var endDate = new Date(startDate.format('yyyy-MM-dd')); | |
| 151 | + //设置数量 | |
| 152 | + $("#numder").val(num); | |
| 153 | + endDate.setYear(endDate.getFullYear() + num); | |
| 154 | + | |
| 155 | + //设置失效日期 | |
| 156 | + $('#date1').val(endDate.format('yyyy-MM-dd')); | |
| 157 | + //设置总价 | |
| 158 | + var price = $("#cardAmount").val(); | |
| 159 | + $("#totle_money").html(num * price); | |
| 167 | 160 | |
| 168 | - } | |
| 169 | 161 | |
| 170 | - //第一次初始化为数量1 | |
| 171 | - initEndDateStr(1); | |
| 162 | + } | |
| 163 | + | |
| 164 | + //第一次初始化为数量1 | |
| 165 | + initEndDateStr(1); | |
| 172 | 166 | |
| 173 | 167 | |
| 174 | 168 | </script> | ... | ... |
src/main/webapp/static/js/date.js
| ... | ... | @@ -26,25 +26,4 @@ function parseToDate(value) { |
| 26 | 26 | return dt; |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | -//为Date类型拓展一个format方法,用于格式化日期 | |
| 30 | -Date.prototype.format = function (format) //author: meizz | |
| 31 | -{ | |
| 32 | - var o = { | |
| 33 | - "M+": this.getMonth() + 1, //month | |
| 34 | - "d+": this.getDate(), //day | |
| 35 | - "h+": this.getHours(), //hour | |
| 36 | - "m+": this.getMinutes(), //minute | |
| 37 | - "s+": this.getSeconds(), //second | |
| 38 | - "q+": Math.floor((this.getMonth() + 3) / 3), //quarter | |
| 39 | - "S": this.getMilliseconds() //millisecond | |
| 40 | - }; | |
| 41 | - if (/(y+)/.test(format)) | |
| 42 | - format = format.replace(RegExp.$1, | |
| 43 | - (this.getFullYear() + "").substr(4 - RegExp.$1.length)); | |
| 44 | - for (var k in o) | |
| 45 | - if (new RegExp("(" + k + ")").test(format)) | |
| 46 | - format = format.replace(RegExp.$1, | |
| 47 | - RegExp.$1.length == 1 ? o[k] : | |
| 48 | - ("00" + o[k]).substr(("" + o[k]).length)); | |
| 49 | - return format; | |
| 50 | -}; | |
| 29 | + | ... | ... |
src/main/webapp/static/js/jsutil.js
| ... | ... | @@ -257,6 +257,29 @@ jsutil.fenToYuan=function(fen){ |
| 257 | 257 | return yuan; |
| 258 | 258 | } |
| 259 | 259 | |
| 260 | +//为Date类型拓展一个format方法,用于格式化日期 | |
| 261 | +Date.prototype.format = function (format) //author: meizz | |
| 262 | +{ | |
| 263 | + var o = { | |
| 264 | + "M+": this.getMonth() + 1, //month | |
| 265 | + "d+": this.getDate(), //day | |
| 266 | + "h+": this.getHours(), //hour | |
| 267 | + "m+": this.getMinutes(), //minute | |
| 268 | + "s+": this.getSeconds(), //second | |
| 269 | + "q+": Math.floor((this.getMonth() + 3) / 3), //quarter | |
| 270 | + "S": this.getMilliseconds() //millisecond | |
| 271 | + }; | |
| 272 | + if (/(y+)/.test(format)) | |
| 273 | + format = format.replace(RegExp.$1, | |
| 274 | + (this.getFullYear() + "").substr(4 - RegExp.$1.length)); | |
| 275 | + for (var k in o) | |
| 276 | + if (new RegExp("(" + k + ")").test(format)) | |
| 277 | + format = format.replace(RegExp.$1, | |
| 278 | + RegExp.$1.length == 1 ? o[k] : | |
| 279 | + ("00" + o[k]).substr(("" + o[k]).length)); | |
| 280 | + return format; | |
| 281 | +}; | |
| 282 | + | |
| 260 | 283 | |
| 261 | 284 | |
| 262 | 285 | ... | ... |