Commit 0b3bb3d3d3903550fad8c80a6176073e0a555fbf
1 parent
e80df919
提交本地
Showing
6 changed files
with
5030 additions
and
28 deletions
jfinal_weixin.log
Changes suppressed. Click to show
... | ... | @@ -8041,3 +8041,5005 @@ java.security.InvalidKeyException: Illegal key size |
8041 | 8041 | |
8042 | 8042 | 2017-06-27 01:28:45 |
8043 | 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 | |
10178 | + | |
10179 | +2017-06-27 02:50:37 | |
10180 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10181 | + | |
10182 | +2017-06-27 02:50:37 | |
10183 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10184 | + | |
10185 | +2017-06-27 02:50:37 | |
10186 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10187 | + | |
10188 | +2017-06-27 02:50:37 | |
10189 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10190 | + | |
10191 | +2017-06-27 02:50:37 | |
10192 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10193 | + | |
10194 | +2017-06-27 02:50:37 | |
10195 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10196 | + | |
10197 | +2017-06-27 02:50:37 | |
10198 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10199 | + | |
10200 | +2017-06-27 02:50:39 | |
10201 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 02:50\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":692,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10202 | + | |
10203 | +2017-06-27 02:50:39 | |
10204 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 02:50\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":692,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10205 | + | |
10206 | +2017-06-27 02:51:11 | |
10207 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10208 | + | |
10209 | +2017-06-27 02:51:11 | |
10210 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10211 | + | |
10212 | +2017-06-27 02:51:11 | |
10213 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
10214 | + | |
10215 | +2017-06-27 02:51:11 | |
10216 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
10217 | + | |
10218 | +2017-06-27 02:51:11 | |
10219 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
10220 | + | |
10221 | +2017-06-27 02:51:11 | |
10222 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
10223 | + | |
10224 | +2017-06-27 02:51:11 | |
10225 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
10226 | + | |
10227 | +2017-06-27 02:51:11 | |
10228 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
10229 | + | |
10230 | +2017-06-27 02:51:11 | |
10231 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
10232 | + | |
10233 | +2017-06-27 02:51:11 | |
10234 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
10235 | + | |
10236 | +2017-06-27 02:51:11 | |
10237 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10238 | + | |
10239 | +2017-06-27 02:51:11 | |
10240 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10241 | + | |
10242 | +2017-06-27 02:51:11 | |
10243 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
10244 | + | |
10245 | +2017-06-27 02:51:11 | |
10246 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
10247 | + | |
10248 | +2017-06-27 02:51:26 | |
10249 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10250 | + | |
10251 | +2017-06-27 02:51:26 | |
10252 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
10253 | + | |
10254 | +2017-06-27 02:51:26 | |
10255 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
10256 | + | |
10257 | +2017-06-27 02:51:26 | |
10258 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10259 | + | |
10260 | +2017-06-27 02:51:26 | |
10261 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
10262 | + | |
10263 | +2017-06-27 02:51:26 | |
10264 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
10265 | + | |
10266 | +2017-06-27 02:51:26 | |
10267 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10268 | + | |
10269 | +2017-06-27 02:51:26 | |
10270 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
10271 | + | |
10272 | +2017-06-27 02:51:26 | |
10273 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
10274 | + | |
10275 | +2017-06-27 02:51:26 | |
10276 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
10277 | + | |
10278 | +2017-06-27 02:51:26 | |
10279 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
10280 | + | |
10281 | +2017-06-27 02:51:26 | |
10282 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
10283 | + | |
10284 | +2017-06-27 02:51:26 | |
10285 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10286 | + | |
10287 | +2017-06-27 02:51:26 | |
10288 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
10289 | + | |
10290 | +2017-06-27 02:52:52 | |
10291 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10292 | + | |
10293 | +2017-06-27 02:52:52 | |
10294 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10295 | + | |
10296 | +2017-06-27 02:52:52 | |
10297 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10298 | + | |
10299 | +2017-06-27 02:52:52 | |
10300 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10301 | + | |
10302 | +2017-06-27 02:52:52 | |
10303 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10304 | + | |
10305 | +2017-06-27 02:52:52 | |
10306 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10307 | + | |
10308 | +2017-06-27 02:52:52 | |
10309 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10310 | + | |
10311 | +2017-06-27 02:52:52 | |
10312 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10313 | + | |
10314 | +2017-06-27 02:52:52 | |
10315 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10316 | + | |
10317 | +2017-06-27 02:52:52 | |
10318 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10319 | + | |
10320 | +2017-06-27 02:52:54 | |
10321 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10322 | + | |
10323 | +2017-06-27 02:52:55 | |
10324 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10325 | + | |
10326 | +2017-06-27 02:52:55 | |
10327 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10328 | + | |
10329 | +2017-06-27 02:52:55 | |
10330 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"98679a453019213f3659a2dac6ca82a9","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498503175205} | |
10331 | + | |
10332 | +2017-06-27 02:52:55 | |
10333 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10334 | + | |
10335 | +2017-06-27 02:52:55 | |
10336 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10337 | + | |
10338 | +2017-06-27 02:52:55 | |
10339 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"98b81f6faa4cf142a72cf8f88ef2054a","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498503175716} | |
10340 | + | |
10341 | +2017-06-27 02:52:56 | |
10342 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 02:52\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":830,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10343 | + | |
10344 | +2017-06-27 02:52:56 | |
10345 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 02:52\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":830,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10346 | + | |
10347 | +2017-06-27 02:52:56 | |
10348 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10349 | + | |
10350 | +2017-06-27 02:52:58 | |
10351 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 02:52\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":831,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10352 | + | |
10353 | +2017-06-27 02:52:58 | |
10354 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 02:52\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":831,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10355 | + | |
10356 | +2017-06-27 02:52:58 | |
10357 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10358 | + | |
10359 | +2017-06-27 03:00:23 | |
10360 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10361 | + | |
10362 | +2017-06-27 03:00:23 | |
10363 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
10364 | + | |
10365 | +2017-06-27 03:00:23 | |
10366 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
10367 | + | |
10368 | +2017-06-27 03:00:23 | |
10369 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
10370 | + | |
10371 | +2017-06-27 03:00:23 | |
10372 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
10373 | + | |
10374 | +2017-06-27 03:00:23 | |
10375 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10376 | + | |
10377 | +2017-06-27 03:00:23 | |
10378 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
10379 | + | |
10380 | +2017-06-27 03:00:23 | |
10381 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10382 | + | |
10383 | +2017-06-27 03:00:23 | |
10384 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=041G5V7B0Bz7oe2qbdbB0OaJ7B0G5V7W&state=wx | |
10385 | + | |
10386 | +2017-06-27 03:00:23 | |
10387 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=041G5V7B0Bz7oe2qbdbB0OaJ7B0G5V7W&state=wx | |
10388 | + | |
10389 | +2017-06-27 03:00:23 | |
10390 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
10391 | + | |
10392 | +2017-06-27 03:00:23 | |
10393 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
10394 | + | |
10395 | +2017-06-27 03:00:23 | |
10396 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=041G5V7B0Bz7oe2qbdbB0OaJ7B0G5V7W | |
10397 | + | |
10398 | +2017-06-27 03:00:23 | |
10399 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
10400 | + | |
10401 | +2017-06-27 03:00:25 | |
10402 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10403 | + | |
10404 | +2017-06-27 03:00:25 | |
10405 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10406 | + | |
10407 | +2017-06-27 03:00:25 | |
10408 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10409 | + | |
10410 | +2017-06-27 03:00:29 | |
10411 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10412 | + | |
10413 | +2017-06-27 03:00:29 | |
10414 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10415 | + | |
10416 | +2017-06-27 03:00:29 | |
10417 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10418 | + | |
10419 | +2017-06-27 03:00:29 | |
10420 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10421 | + | |
10422 | +2017-06-27 03:00:29 | |
10423 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10424 | + | |
10425 | +2017-06-27 03:00:29 | |
10426 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10427 | + | |
10428 | +2017-06-27 03:00:29 | |
10429 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10430 | + | |
10431 | +2017-06-27 03:00:29 | |
10432 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10433 | + | |
10434 | +2017-06-27 03:00:29 | |
10435 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10436 | + | |
10437 | +2017-06-27 03:00:29 | |
10438 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10439 | + | |
10440 | +2017-06-27 03:00:29 | |
10441 | +[WARN]-[Thread: qtp1800890735-23]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
10442 | + | |
10443 | +2017-06-27 03:00:29 | |
10444 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10445 | + | |
10446 | +2017-06-27 03:00:29 | |
10447 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10448 | + | |
10449 | +2017-06-27 03:00:29 | |
10450 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10451 | + | |
10452 | +2017-06-27 03:00:29 | |
10453 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10454 | + | |
10455 | +2017-06-27 03:00:29 | |
10456 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10457 | + | |
10458 | +2017-06-27 03:00:29 | |
10459 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10460 | + | |
10461 | +2017-06-27 03:00:29 | |
10462 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10463 | + | |
10464 | +2017-06-27 03:00:29 | |
10465 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10466 | + | |
10467 | +2017-06-27 03:00:29 | |
10468 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10469 | + | |
10470 | +2017-06-27 03:00:29 | |
10471 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10472 | + | |
10473 | +2017-06-27 03:00:33 | |
10474 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10475 | + | |
10476 | +2017-06-27 03:00:37 | |
10477 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10478 | + | |
10479 | +2017-06-27 03:00:37 | |
10480 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"449d175bcd3b2eb0336c8c03dc0df941","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498503637647} | |
10481 | + | |
10482 | +2017-06-27 03:00:39 | |
10483 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:00\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1292,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10484 | + | |
10485 | +2017-06-27 03:00:39 | |
10486 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:00\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1292,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10487 | + | |
10488 | +2017-06-27 03:00:39 | |
10489 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10490 | + | |
10491 | +2017-06-27 03:00:39 | |
10492 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10493 | + | |
10494 | +2017-06-27 03:00:39 | |
10495 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10496 | + | |
10497 | +2017-06-27 03:00:39 | |
10498 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10499 | + | |
10500 | +2017-06-27 03:00:39 | |
10501 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10502 | + | |
10503 | +2017-06-27 03:00:39 | |
10504 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10505 | + | |
10506 | +2017-06-27 03:00:39 | |
10507 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10508 | + | |
10509 | +2017-06-27 03:00:39 | |
10510 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10511 | + | |
10512 | +2017-06-27 03:00:39 | |
10513 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10514 | + | |
10515 | +2017-06-27 03:00:39 | |
10516 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10517 | + | |
10518 | +2017-06-27 03:01:58 | |
10519 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10520 | + | |
10521 | +2017-06-27 03:01:58 | |
10522 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10523 | + | |
10524 | +2017-06-27 03:01:58 | |
10525 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10526 | + | |
10527 | +2017-06-27 03:01:58 | |
10528 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10529 | + | |
10530 | +2017-06-27 03:01:58 | |
10531 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10532 | + | |
10533 | +2017-06-27 03:01:58 | |
10534 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10535 | + | |
10536 | +2017-06-27 03:01:58 | |
10537 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10538 | + | |
10539 | +2017-06-27 03:01:58 | |
10540 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10541 | + | |
10542 | +2017-06-27 03:01:58 | |
10543 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10544 | + | |
10545 | +2017-06-27 03:01:58 | |
10546 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10547 | + | |
10548 | +2017-06-27 03:02:01 | |
10549 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10550 | + | |
10551 | +2017-06-27 03:02:01 | |
10552 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10553 | + | |
10554 | +2017-06-27 03:02:01 | |
10555 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10556 | + | |
10557 | +2017-06-27 03:02:01 | |
10558 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"2ba88ef4173c461eba42adababe415a0","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498503721742} | |
10559 | + | |
10560 | +2017-06-27 03:02:02 | |
10561 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10562 | + | |
10563 | +2017-06-27 03:02:02 | |
10564 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10565 | + | |
10566 | +2017-06-27 03:02:02 | |
10567 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"619bb9d677b81fc10998d7ede0f8e6cc","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498503722094} | |
10568 | + | |
10569 | +2017-06-27 03:02:03 | |
10570 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:02\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1377,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10571 | + | |
10572 | +2017-06-27 03:02:03 | |
10573 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:02\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1377,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10574 | + | |
10575 | +2017-06-27 03:02:03 | |
10576 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10577 | + | |
10578 | +2017-06-27 03:02:12 | |
10579 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"0\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:02\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":1376,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10580 | + | |
10581 | +2017-06-27 03:02:12 | |
10582 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"0\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:02\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":1376,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10583 | + | |
10584 | +2017-06-27 03:02:12 | |
10585 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10586 | + | |
10587 | +2017-06-27 03:04:23 | |
10588 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10589 | + | |
10590 | +2017-06-27 03:04:23 | |
10591 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
10592 | + | |
10593 | +2017-06-27 03:04:23 | |
10594 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
10595 | + | |
10596 | +2017-06-27 03:04:23 | |
10597 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
10598 | + | |
10599 | +2017-06-27 03:04:23 | |
10600 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
10601 | + | |
10602 | +2017-06-27 03:04:23 | |
10603 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10604 | + | |
10605 | +2017-06-27 03:04:23 | |
10606 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
10607 | + | |
10608 | +2017-06-27 03:04:24 | |
10609 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10610 | + | |
10611 | +2017-06-27 03:04:24 | |
10612 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=031vW6FQ011tkb240zFQ0WBOEQ0vW6Fl&state=wx | |
10613 | + | |
10614 | +2017-06-27 03:04:24 | |
10615 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=031vW6FQ011tkb240zFQ0WBOEQ0vW6Fl&state=wx | |
10616 | + | |
10617 | +2017-06-27 03:04:24 | |
10618 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
10619 | + | |
10620 | +2017-06-27 03:04:24 | |
10621 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
10622 | + | |
10623 | +2017-06-27 03:04:24 | |
10624 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=031vW6FQ011tkb240zFQ0WBOEQ0vW6Fl | |
10625 | + | |
10626 | +2017-06-27 03:04:24 | |
10627 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
10628 | + | |
10629 | +2017-06-27 03:04:24 | |
10630 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10631 | + | |
10632 | +2017-06-27 03:04:24 | |
10633 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10634 | + | |
10635 | +2017-06-27 03:04:24 | |
10636 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10637 | + | |
10638 | +2017-06-27 03:04:30 | |
10639 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10640 | + | |
10641 | +2017-06-27 03:04:30 | |
10642 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10643 | + | |
10644 | +2017-06-27 03:04:30 | |
10645 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10646 | + | |
10647 | +2017-06-27 03:04:30 | |
10648 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10649 | + | |
10650 | +2017-06-27 03:04:30 | |
10651 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10652 | + | |
10653 | +2017-06-27 03:04:30 | |
10654 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10655 | + | |
10656 | +2017-06-27 03:04:30 | |
10657 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10658 | + | |
10659 | +2017-06-27 03:04:30 | |
10660 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10661 | + | |
10662 | +2017-06-27 03:04:30 | |
10663 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10664 | + | |
10665 | +2017-06-27 03:04:30 | |
10666 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10667 | + | |
10668 | +2017-06-27 03:04:30 | |
10669 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10670 | + | |
10671 | +2017-06-27 03:04:30 | |
10672 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10673 | + | |
10674 | +2017-06-27 03:04:30 | |
10675 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10676 | + | |
10677 | +2017-06-27 03:04:30 | |
10678 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10679 | + | |
10680 | +2017-06-27 03:04:30 | |
10681 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10682 | + | |
10683 | +2017-06-27 03:04:30 | |
10684 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10685 | + | |
10686 | +2017-06-27 03:04:30 | |
10687 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10688 | + | |
10689 | +2017-06-27 03:04:30 | |
10690 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10691 | + | |
10692 | +2017-06-27 03:04:30 | |
10693 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10694 | + | |
10695 | +2017-06-27 03:04:30 | |
10696 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10697 | + | |
10698 | +2017-06-27 03:04:30 | |
10699 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10700 | + | |
10701 | +2017-06-27 03:04:30 | |
10702 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10703 | + | |
10704 | +2017-06-27 03:04:30 | |
10705 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10706 | + | |
10707 | +2017-06-27 03:04:30 | |
10708 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10709 | + | |
10710 | +2017-06-27 03:04:30 | |
10711 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10712 | + | |
10713 | +2017-06-27 03:04:30 | |
10714 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10715 | + | |
10716 | +2017-06-27 03:04:30 | |
10717 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10718 | + | |
10719 | +2017-06-27 03:04:30 | |
10720 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10721 | + | |
10722 | +2017-06-27 03:04:30 | |
10723 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10724 | + | |
10725 | +2017-06-27 03:04:30 | |
10726 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10727 | + | |
10728 | +2017-06-27 03:04:34 | |
10729 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10730 | + | |
10731 | +2017-06-27 03:04:38 | |
10732 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10733 | + | |
10734 | +2017-06-27 03:04:38 | |
10735 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10736 | + | |
10737 | +2017-06-27 03:04:38 | |
10738 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10739 | + | |
10740 | +2017-06-27 03:04:38 | |
10741 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10742 | + | |
10743 | +2017-06-27 03:04:38 | |
10744 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10745 | + | |
10746 | +2017-06-27 03:04:38 | |
10747 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10748 | + | |
10749 | +2017-06-27 03:04:38 | |
10750 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10751 | + | |
10752 | +2017-06-27 03:04:38 | |
10753 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10754 | + | |
10755 | +2017-06-27 03:04:38 | |
10756 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10757 | + | |
10758 | +2017-06-27 03:04:38 | |
10759 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10760 | + | |
10761 | +2017-06-27 03:04:40 | |
10762 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10763 | + | |
10764 | +2017-06-27 03:04:40 | |
10765 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10766 | + | |
10767 | +2017-06-27 03:04:40 | |
10768 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10769 | + | |
10770 | +2017-06-27 03:04:40 | |
10771 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10772 | + | |
10773 | +2017-06-27 03:04:40 | |
10774 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10775 | + | |
10776 | +2017-06-27 03:04:40 | |
10777 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10778 | + | |
10779 | +2017-06-27 03:04:40 | |
10780 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10781 | + | |
10782 | +2017-06-27 03:04:40 | |
10783 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10784 | + | |
10785 | +2017-06-27 03:04:40 | |
10786 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10787 | + | |
10788 | +2017-06-27 03:04:40 | |
10789 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10790 | + | |
10791 | +2017-06-27 03:04:47 | |
10792 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10793 | + | |
10794 | +2017-06-27 03:05:34 | |
10795 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"f00dba00e394d05f073dcb5322f2d921","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498503923026} | |
10796 | + | |
10797 | +2017-06-27 03:05:37 | |
10798 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:05\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1589,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10799 | + | |
10800 | +2017-06-27 03:05:40 | |
10801 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:05\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1589,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10802 | + | |
10803 | +2017-06-27 03:08:14 | |
10804 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10805 | + | |
10806 | +2017-06-27 03:08:14 | |
10807 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10808 | + | |
10809 | +2017-06-27 03:08:14 | |
10810 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10811 | + | |
10812 | +2017-06-27 03:08:14 | |
10813 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10814 | + | |
10815 | +2017-06-27 03:08:14 | |
10816 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10817 | + | |
10818 | +2017-06-27 03:08:14 | |
10819 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10820 | + | |
10821 | +2017-06-27 03:08:14 | |
10822 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10823 | + | |
10824 | +2017-06-27 03:08:14 | |
10825 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10826 | + | |
10827 | +2017-06-27 03:08:14 | |
10828 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10829 | + | |
10830 | +2017-06-27 03:08:14 | |
10831 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10832 | + | |
10833 | +2017-06-27 03:08:27 | |
10834 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10835 | + | |
10836 | +2017-06-27 03:08:27 | |
10837 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10838 | + | |
10839 | +2017-06-27 03:08:27 | |
10840 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10841 | + | |
10842 | +2017-06-27 03:08:27 | |
10843 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
10844 | + | |
10845 | +2017-06-27 03:08:27 | |
10846 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
10847 | + | |
10848 | +2017-06-27 03:08:27 | |
10849 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10850 | + | |
10851 | +2017-06-27 03:08:27 | |
10852 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
10853 | + | |
10854 | +2017-06-27 03:08:27 | |
10855 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
10856 | + | |
10857 | +2017-06-27 03:08:27 | |
10858 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
10859 | + | |
10860 | +2017-06-27 03:08:27 | |
10861 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
10862 | + | |
10863 | +2017-06-27 03:08:29 | |
10864 | +[INFO]-[Thread: qtp1800890735-23]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10865 | + | |
10866 | +2017-06-27 03:08:29 | |
10867 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10868 | + | |
10869 | +2017-06-27 03:08:29 | |
10870 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10871 | + | |
10872 | +2017-06-27 03:08:30 | |
10873 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"3dc805bbb41223c44c60c5b95f9cd72b","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504110551} | |
10874 | + | |
10875 | +2017-06-27 03:08:31 | |
10876 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10877 | + | |
10878 | +2017-06-27 03:08:31 | |
10879 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10880 | + | |
10881 | +2017-06-27 03:08:31 | |
10882 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"ce7873aa8a0ca34fbff45594e2e12dfd","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504111767} | |
10883 | + | |
10884 | +2017-06-27 03:08:32 | |
10885 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10886 | + | |
10887 | +2017-06-27 03:08:32 | |
10888 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:08\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1767,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10889 | + | |
10890 | +2017-06-27 03:08:32 | |
10891 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:08\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1767,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10892 | + | |
10893 | +2017-06-27 03:08:32 | |
10894 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10895 | + | |
10896 | +2017-06-27 03:08:32 | |
10897 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10898 | + | |
10899 | +2017-06-27 03:08:32 | |
10900 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"c7ace45bef21364d3fc830be4b7a7776","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504112980} | |
10901 | + | |
10902 | +2017-06-27 03:08:34 | |
10903 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:08\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1768,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10904 | + | |
10905 | +2017-06-27 03:08:34 | |
10906 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:08\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1768,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10907 | + | |
10908 | +2017-06-27 03:08:34 | |
10909 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10910 | + | |
10911 | +2017-06-27 03:08:40 | |
10912 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"0\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:08\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":1765,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10913 | + | |
10914 | +2017-06-27 03:08:40 | |
10915 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"0\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:08\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":1765,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10916 | + | |
10917 | +2017-06-27 03:08:40 | |
10918 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10919 | + | |
10920 | +2017-06-27 03:10:04 | |
10921 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10922 | + | |
10923 | +2017-06-27 03:10:04 | |
10924 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10925 | + | |
10926 | +2017-06-27 03:10:04 | |
10927 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"e2fa3d5fea86230077fca3723999d1c9","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504204700} | |
10928 | + | |
10929 | +2017-06-27 03:10:04 | |
10930 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10931 | + | |
10932 | +2017-06-27 03:10:04 | |
10933 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
10934 | + | |
10935 | +2017-06-27 03:10:04 | |
10936 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"d9c15c38623fa57530f99dd64d5fa414","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504204879} | |
10937 | + | |
10938 | +2017-06-27 03:10:06 | |
10939 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:10\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1860,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10940 | + | |
10941 | +2017-06-27 03:10:06 | |
10942 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:10\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1860,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10943 | + | |
10944 | +2017-06-27 03:10:06 | |
10945 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10946 | + | |
10947 | +2017-06-27 03:10:15 | |
10948 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"0\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:10\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":1859,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10949 | + | |
10950 | +2017-06-27 03:10:15 | |
10951 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"0\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:10\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":1859,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
10952 | + | |
10953 | +2017-06-27 03:10:15 | |
10954 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
10955 | + | |
10956 | +2017-06-27 03:10:16 | |
10957 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10958 | + | |
10959 | +2017-06-27 03:10:16 | |
10960 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
10961 | + | |
10962 | +2017-06-27 03:10:16 | |
10963 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
10964 | + | |
10965 | +2017-06-27 03:10:16 | |
10966 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
10967 | + | |
10968 | +2017-06-27 03:10:16 | |
10969 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
10970 | + | |
10971 | +2017-06-27 03:10:16 | |
10972 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
10973 | + | |
10974 | +2017-06-27 03:10:16 | |
10975 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
10976 | + | |
10977 | +2017-06-27 03:10:21 | |
10978 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
10979 | + | |
10980 | +2017-06-27 03:10:21 | |
10981 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=031qPZhD0uVHyg2ndufD0aQWhD0qPZhw&state=wx | |
10982 | + | |
10983 | +2017-06-27 03:10:21 | |
10984 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=031qPZhD0uVHyg2ndufD0aQWhD0qPZhw&state=wx | |
10985 | + | |
10986 | +2017-06-27 03:10:21 | |
10987 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
10988 | + | |
10989 | +2017-06-27 03:10:21 | |
10990 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
10991 | + | |
10992 | +2017-06-27 03:10:21 | |
10993 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=031qPZhD0uVHyg2ndufD0aQWhD0qPZhw | |
10994 | + | |
10995 | +2017-06-27 03:10:21 | |
10996 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
10997 | + | |
10998 | +2017-06-27 03:10:21 | |
10999 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11000 | + | |
11001 | +2017-06-27 03:10:21 | |
11002 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11003 | + | |
11004 | +2017-06-27 03:10:21 | |
11005 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11006 | + | |
11007 | +2017-06-27 03:10:22 | |
11008 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11009 | + | |
11010 | +2017-06-27 03:10:22 | |
11011 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11012 | + | |
11013 | +2017-06-27 03:10:22 | |
11014 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11015 | + | |
11016 | +2017-06-27 03:10:22 | |
11017 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11018 | + | |
11019 | +2017-06-27 03:10:22 | |
11020 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11021 | + | |
11022 | +2017-06-27 03:10:22 | |
11023 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11024 | + | |
11025 | +2017-06-27 03:10:22 | |
11026 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11027 | + | |
11028 | +2017-06-27 03:10:22 | |
11029 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11030 | + | |
11031 | +2017-06-27 03:10:22 | |
11032 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11033 | + | |
11034 | +2017-06-27 03:10:22 | |
11035 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11036 | + | |
11037 | +2017-06-27 03:10:41 | |
11038 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11039 | + | |
11040 | +2017-06-27 03:10:41 | |
11041 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11042 | + | |
11043 | +2017-06-27 03:10:41 | |
11044 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11045 | + | |
11046 | +2017-06-27 03:10:41 | |
11047 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11048 | + | |
11049 | +2017-06-27 03:10:41 | |
11050 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11051 | + | |
11052 | +2017-06-27 03:10:41 | |
11053 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11054 | + | |
11055 | +2017-06-27 03:10:41 | |
11056 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11057 | + | |
11058 | +2017-06-27 03:10:41 | |
11059 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11060 | + | |
11061 | +2017-06-27 03:10:41 | |
11062 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11063 | + | |
11064 | +2017-06-27 03:10:41 | |
11065 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11066 | + | |
11067 | +2017-06-27 03:10:41 | |
11068 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11069 | + | |
11070 | +2017-06-27 03:10:41 | |
11071 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11072 | + | |
11073 | +2017-06-27 03:10:41 | |
11074 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"768bb362c701060daa8c8a44de359aa4","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504241927} | |
11075 | + | |
11076 | +2017-06-27 03:10:43 | |
11077 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:10\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1897,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11078 | + | |
11079 | +2017-06-27 03:10:43 | |
11080 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:10\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1897,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11081 | + | |
11082 | +2017-06-27 03:10:43 | |
11083 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11084 | + | |
11085 | +2017-06-27 03:10:43 | |
11086 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11087 | + | |
11088 | +2017-06-27 03:10:43 | |
11089 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11090 | + | |
11091 | +2017-06-27 03:10:43 | |
11092 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11093 | + | |
11094 | +2017-06-27 03:10:43 | |
11095 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11096 | + | |
11097 | +2017-06-27 03:10:43 | |
11098 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11099 | + | |
11100 | +2017-06-27 03:10:43 | |
11101 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11102 | + | |
11103 | +2017-06-27 03:10:43 | |
11104 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11105 | + | |
11106 | +2017-06-27 03:10:43 | |
11107 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11108 | + | |
11109 | +2017-06-27 03:10:43 | |
11110 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11111 | + | |
11112 | +2017-06-27 03:10:43 | |
11113 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11114 | + | |
11115 | +2017-06-27 03:10:43 | |
11116 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11117 | + | |
11118 | +2017-06-27 03:10:43 | |
11119 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11120 | + | |
11121 | +2017-06-27 03:10:43 | |
11122 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"9a5e316f58a8b418f6accc5714a72e9a","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504243777} | |
11123 | + | |
11124 | +2017-06-27 03:10:45 | |
11125 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:10\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1899,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11126 | + | |
11127 | +2017-06-27 03:10:45 | |
11128 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:10\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":1899,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11129 | + | |
11130 | +2017-06-27 03:10:45 | |
11131 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11132 | + | |
11133 | +2017-06-27 03:13:04 | |
11134 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11135 | + | |
11136 | +2017-06-27 03:13:04 | |
11137 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
11138 | + | |
11139 | +2017-06-27 03:13:04 | |
11140 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
11141 | + | |
11142 | +2017-06-27 03:13:04 | |
11143 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
11144 | + | |
11145 | +2017-06-27 03:13:04 | |
11146 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
11147 | + | |
11148 | +2017-06-27 03:13:04 | |
11149 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11150 | + | |
11151 | +2017-06-27 03:13:04 | |
11152 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
11153 | + | |
11154 | +2017-06-27 03:13:05 | |
11155 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11156 | + | |
11157 | +2017-06-27 03:13:05 | |
11158 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=041LUVP11221BM1qJDR11I9EP11LUVPU&state=wx | |
11159 | + | |
11160 | +2017-06-27 03:13:05 | |
11161 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=041LUVP11221BM1qJDR11I9EP11LUVPU&state=wx | |
11162 | + | |
11163 | +2017-06-27 03:13:05 | |
11164 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
11165 | + | |
11166 | +2017-06-27 03:13:05 | |
11167 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
11168 | + | |
11169 | +2017-06-27 03:13:05 | |
11170 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=041LUVP11221BM1qJDR11I9EP11LUVPU | |
11171 | + | |
11172 | +2017-06-27 03:13:05 | |
11173 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
11174 | + | |
11175 | +2017-06-27 03:13:05 | |
11176 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11177 | + | |
11178 | +2017-06-27 03:13:05 | |
11179 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11180 | + | |
11181 | +2017-06-27 03:13:05 | |
11182 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11183 | + | |
11184 | +2017-06-27 03:13:06 | |
11185 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11186 | + | |
11187 | +2017-06-27 03:13:06 | |
11188 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11189 | + | |
11190 | +2017-06-27 03:13:06 | |
11191 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11192 | + | |
11193 | +2017-06-27 03:13:06 | |
11194 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11195 | + | |
11196 | +2017-06-27 03:13:06 | |
11197 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11198 | + | |
11199 | +2017-06-27 03:13:06 | |
11200 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11201 | + | |
11202 | +2017-06-27 03:13:06 | |
11203 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11204 | + | |
11205 | +2017-06-27 03:13:06 | |
11206 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11207 | + | |
11208 | +2017-06-27 03:13:06 | |
11209 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11210 | + | |
11211 | +2017-06-27 03:13:06 | |
11212 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11213 | + | |
11214 | +2017-06-27 03:13:09 | |
11215 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11216 | + | |
11217 | +2017-06-27 03:13:09 | |
11218 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11219 | + | |
11220 | +2017-06-27 03:13:09 | |
11221 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11222 | + | |
11223 | +2017-06-27 03:13:09 | |
11224 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11225 | + | |
11226 | +2017-06-27 03:13:09 | |
11227 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11228 | + | |
11229 | +2017-06-27 03:13:09 | |
11230 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11231 | + | |
11232 | +2017-06-27 03:13:09 | |
11233 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11234 | + | |
11235 | +2017-06-27 03:13:09 | |
11236 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11237 | + | |
11238 | +2017-06-27 03:13:09 | |
11239 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11240 | + | |
11241 | +2017-06-27 03:13:09 | |
11242 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11243 | + | |
11244 | +2017-06-27 03:13:16 | |
11245 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11246 | + | |
11247 | +2017-06-27 03:13:20 | |
11248 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11249 | + | |
11250 | +2017-06-27 03:13:20 | |
11251 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11252 | + | |
11253 | +2017-06-27 03:13:20 | |
11254 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11255 | + | |
11256 | +2017-06-27 03:13:20 | |
11257 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11258 | + | |
11259 | +2017-06-27 03:13:20 | |
11260 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11261 | + | |
11262 | +2017-06-27 03:13:20 | |
11263 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11264 | + | |
11265 | +2017-06-27 03:13:20 | |
11266 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11267 | + | |
11268 | +2017-06-27 03:13:20 | |
11269 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11270 | + | |
11271 | +2017-06-27 03:13:20 | |
11272 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11273 | + | |
11274 | +2017-06-27 03:13:20 | |
11275 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11276 | + | |
11277 | +2017-06-27 03:13:21 | |
11278 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11279 | + | |
11280 | +2017-06-27 03:13:29 | |
11281 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"623bf194f065a9aece88270fdfc9b098","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504409960} | |
11282 | + | |
11283 | +2017-06-27 03:13:31 | |
11284 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:13\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2065,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11285 | + | |
11286 | +2017-06-27 03:13:31 | |
11287 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:13\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2065,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11288 | + | |
11289 | +2017-06-27 03:13:31 | |
11290 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11291 | + | |
11292 | +2017-06-27 03:13:32 | |
11293 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11294 | + | |
11295 | +2017-06-27 03:13:38 | |
11296 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11297 | + | |
11298 | +2017-06-27 03:13:38 | |
11299 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"b783701d9536b891ce37b26c7a645815","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504418370} | |
11300 | + | |
11301 | +2017-06-27 03:13:39 | |
11302 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:13\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2073,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11303 | + | |
11304 | +2017-06-27 03:13:39 | |
11305 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:13\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2073,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11306 | + | |
11307 | +2017-06-27 03:14:53 | |
11308 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11309 | + | |
11310 | +2017-06-27 03:16:37 | |
11311 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11312 | + | |
11313 | +2017-06-27 03:16:37 | |
11314 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
11315 | + | |
11316 | +2017-06-27 03:16:37 | |
11317 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
11318 | + | |
11319 | +2017-06-27 03:16:37 | |
11320 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
11321 | + | |
11322 | +2017-06-27 03:16:37 | |
11323 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
11324 | + | |
11325 | +2017-06-27 03:16:37 | |
11326 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11327 | + | |
11328 | +2017-06-27 03:16:37 | |
11329 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
11330 | + | |
11331 | +2017-06-27 03:16:38 | |
11332 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11333 | + | |
11334 | +2017-06-27 03:16:38 | |
11335 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=0811vLIP15KyN71CyrKP1M0KIP11vLIB&state=wx | |
11336 | + | |
11337 | +2017-06-27 03:16:38 | |
11338 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=0811vLIP15KyN71CyrKP1M0KIP11vLIB&state=wx | |
11339 | + | |
11340 | +2017-06-27 03:16:38 | |
11341 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
11342 | + | |
11343 | +2017-06-27 03:16:38 | |
11344 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
11345 | + | |
11346 | +2017-06-27 03:16:38 | |
11347 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=0811vLIP15KyN71CyrKP1M0KIP11vLIB | |
11348 | + | |
11349 | +2017-06-27 03:16:38 | |
11350 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
11351 | + | |
11352 | +2017-06-27 03:16:39 | |
11353 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11354 | + | |
11355 | +2017-06-27 03:16:39 | |
11356 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11357 | + | |
11358 | +2017-06-27 03:16:39 | |
11359 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11360 | + | |
11361 | +2017-06-27 03:16:40 | |
11362 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11363 | + | |
11364 | +2017-06-27 03:16:40 | |
11365 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11366 | + | |
11367 | +2017-06-27 03:16:40 | |
11368 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11369 | + | |
11370 | +2017-06-27 03:16:40 | |
11371 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11372 | + | |
11373 | +2017-06-27 03:16:40 | |
11374 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11375 | + | |
11376 | +2017-06-27 03:16:40 | |
11377 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11378 | + | |
11379 | +2017-06-27 03:16:40 | |
11380 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11381 | + | |
11382 | +2017-06-27 03:16:40 | |
11383 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11384 | + | |
11385 | +2017-06-27 03:16:40 | |
11386 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11387 | + | |
11388 | +2017-06-27 03:16:40 | |
11389 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11390 | + | |
11391 | +2017-06-27 03:16:44 | |
11392 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11393 | + | |
11394 | +2017-06-27 03:16:44 | |
11395 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11396 | + | |
11397 | +2017-06-27 03:16:44 | |
11398 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11399 | + | |
11400 | +2017-06-27 03:16:44 | |
11401 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11402 | + | |
11403 | +2017-06-27 03:16:44 | |
11404 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11405 | + | |
11406 | +2017-06-27 03:16:44 | |
11407 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11408 | + | |
11409 | +2017-06-27 03:16:44 | |
11410 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11411 | + | |
11412 | +2017-06-27 03:16:44 | |
11413 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11414 | + | |
11415 | +2017-06-27 03:16:44 | |
11416 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11417 | + | |
11418 | +2017-06-27 03:16:44 | |
11419 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11420 | + | |
11421 | +2017-06-27 03:16:50 | |
11422 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11423 | + | |
11424 | +2017-06-27 03:16:53 | |
11425 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11426 | + | |
11427 | +2017-06-27 03:16:53 | |
11428 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"83805e204e22f6fc1e212b1f08d7b07c","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504613489} | |
11429 | + | |
11430 | +2017-06-27 03:16:54 | |
11431 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11432 | + | |
11433 | +2017-06-27 03:16:54 | |
11434 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11435 | + | |
11436 | +2017-06-27 03:16:54 | |
11437 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11438 | + | |
11439 | +2017-06-27 03:16:54 | |
11440 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11441 | + | |
11442 | +2017-06-27 03:16:54 | |
11443 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11444 | + | |
11445 | +2017-06-27 03:16:54 | |
11446 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11447 | + | |
11448 | +2017-06-27 03:16:54 | |
11449 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11450 | + | |
11451 | +2017-06-27 03:16:54 | |
11452 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11453 | + | |
11454 | +2017-06-27 03:16:54 | |
11455 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11456 | + | |
11457 | +2017-06-27 03:16:54 | |
11458 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11459 | + | |
11460 | +2017-06-27 03:16:54 | |
11461 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:16\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2268,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11462 | + | |
11463 | +2017-06-27 03:16:54 | |
11464 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:16\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2268,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11465 | + | |
11466 | +2017-06-27 03:17:51 | |
11467 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11468 | + | |
11469 | +2017-06-27 03:18:14 | |
11470 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11471 | + | |
11472 | +2017-06-27 03:18:19 | |
11473 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11474 | + | |
11475 | +2017-06-27 03:18:19 | |
11476 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"486c8d16d3242fa6ca7d2bed58ae156b","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504699814} | |
11477 | + | |
11478 | +2017-06-27 03:18:21 | |
11479 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:18\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2355,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11480 | + | |
11481 | +2017-06-27 03:18:21 | |
11482 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:18\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2355,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11483 | + | |
11484 | +2017-06-27 03:18:24 | |
11485 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
11486 | + | |
11487 | +2017-06-27 03:20:03 | |
11488 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11489 | + | |
11490 | +2017-06-27 03:20:03 | |
11491 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
11492 | + | |
11493 | +2017-06-27 03:20:03 | |
11494 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
11495 | + | |
11496 | +2017-06-27 03:20:03 | |
11497 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
11498 | + | |
11499 | +2017-06-27 03:20:03 | |
11500 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
11501 | + | |
11502 | +2017-06-27 03:20:03 | |
11503 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11504 | + | |
11505 | +2017-06-27 03:20:03 | |
11506 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
11507 | + | |
11508 | +2017-06-27 03:20:03 | |
11509 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11510 | + | |
11511 | +2017-06-27 03:20:03 | |
11512 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=071EyBm7011Z3K1ffVj70EPHm70EyBme&state=wx | |
11513 | + | |
11514 | +2017-06-27 03:20:03 | |
11515 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=071EyBm7011Z3K1ffVj70EPHm70EyBme&state=wx | |
11516 | + | |
11517 | +2017-06-27 03:20:03 | |
11518 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
11519 | + | |
11520 | +2017-06-27 03:20:03 | |
11521 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
11522 | + | |
11523 | +2017-06-27 03:20:03 | |
11524 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=071EyBm7011Z3K1ffVj70EPHm70EyBme | |
11525 | + | |
11526 | +2017-06-27 03:20:03 | |
11527 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
11528 | + | |
11529 | +2017-06-27 03:20:04 | |
11530 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11531 | + | |
11532 | +2017-06-27 03:20:04 | |
11533 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11534 | + | |
11535 | +2017-06-27 03:20:04 | |
11536 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11537 | + | |
11538 | +2017-06-27 03:20:05 | |
11539 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11540 | + | |
11541 | +2017-06-27 03:20:05 | |
11542 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11543 | + | |
11544 | +2017-06-27 03:20:05 | |
11545 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11546 | + | |
11547 | +2017-06-27 03:20:05 | |
11548 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11549 | + | |
11550 | +2017-06-27 03:20:05 | |
11551 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11552 | + | |
11553 | +2017-06-27 03:20:05 | |
11554 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11555 | + | |
11556 | +2017-06-27 03:20:05 | |
11557 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11558 | + | |
11559 | +2017-06-27 03:20:05 | |
11560 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11561 | + | |
11562 | +2017-06-27 03:20:05 | |
11563 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11564 | + | |
11565 | +2017-06-27 03:20:05 | |
11566 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11567 | + | |
11568 | +2017-06-27 03:20:08 | |
11569 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11570 | + | |
11571 | +2017-06-27 03:20:08 | |
11572 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11573 | + | |
11574 | +2017-06-27 03:20:08 | |
11575 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11576 | + | |
11577 | +2017-06-27 03:20:08 | |
11578 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11579 | + | |
11580 | +2017-06-27 03:20:08 | |
11581 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11582 | + | |
11583 | +2017-06-27 03:20:08 | |
11584 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11585 | + | |
11586 | +2017-06-27 03:20:08 | |
11587 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11588 | + | |
11589 | +2017-06-27 03:20:08 | |
11590 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11591 | + | |
11592 | +2017-06-27 03:20:08 | |
11593 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11594 | + | |
11595 | +2017-06-27 03:20:08 | |
11596 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11597 | + | |
11598 | +2017-06-27 03:20:13 | |
11599 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11600 | + | |
11601 | +2017-06-27 03:20:14 | |
11602 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11603 | + | |
11604 | +2017-06-27 03:20:14 | |
11605 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"b054c10b990b44c3759af0e4c17db8f2","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504814516} | |
11606 | + | |
11607 | +2017-06-27 03:20:15 | |
11608 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:20\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2469,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11609 | + | |
11610 | +2017-06-27 03:20:15 | |
11611 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:20\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2469,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11612 | + | |
11613 | +2017-06-27 03:20:15 | |
11614 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
11615 | + | |
11616 | +2017-06-27 03:20:31 | |
11617 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11618 | + | |
11619 | +2017-06-27 03:20:31 | |
11620 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
11621 | + | |
11622 | +2017-06-27 03:20:31 | |
11623 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
11624 | + | |
11625 | +2017-06-27 03:20:31 | |
11626 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
11627 | + | |
11628 | +2017-06-27 03:20:31 | |
11629 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
11630 | + | |
11631 | +2017-06-27 03:20:31 | |
11632 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11633 | + | |
11634 | +2017-06-27 03:20:31 | |
11635 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
11636 | + | |
11637 | +2017-06-27 03:20:31 | |
11638 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11639 | + | |
11640 | +2017-06-27 03:20:31 | |
11641 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=011EleNe1hEmBu0qo7Pe170dNe1EleNr&state=wx | |
11642 | + | |
11643 | +2017-06-27 03:20:31 | |
11644 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=011EleNe1hEmBu0qo7Pe170dNe1EleNr&state=wx | |
11645 | + | |
11646 | +2017-06-27 03:20:31 | |
11647 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
11648 | + | |
11649 | +2017-06-27 03:20:31 | |
11650 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
11651 | + | |
11652 | +2017-06-27 03:20:31 | |
11653 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=011EleNe1hEmBu0qo7Pe170dNe1EleNr | |
11654 | + | |
11655 | +2017-06-27 03:20:31 | |
11656 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
11657 | + | |
11658 | +2017-06-27 03:20:32 | |
11659 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11660 | + | |
11661 | +2017-06-27 03:20:32 | |
11662 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11663 | + | |
11664 | +2017-06-27 03:20:32 | |
11665 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11666 | + | |
11667 | +2017-06-27 03:20:32 | |
11668 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11669 | + | |
11670 | +2017-06-27 03:20:32 | |
11671 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11672 | + | |
11673 | +2017-06-27 03:20:32 | |
11674 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11675 | + | |
11676 | +2017-06-27 03:20:32 | |
11677 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11678 | + | |
11679 | +2017-06-27 03:20:32 | |
11680 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11681 | + | |
11682 | +2017-06-27 03:20:32 | |
11683 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11684 | + | |
11685 | +2017-06-27 03:20:32 | |
11686 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11687 | + | |
11688 | +2017-06-27 03:20:32 | |
11689 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11690 | + | |
11691 | +2017-06-27 03:20:32 | |
11692 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11693 | + | |
11694 | +2017-06-27 03:20:32 | |
11695 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11696 | + | |
11697 | +2017-06-27 03:20:36 | |
11698 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11699 | + | |
11700 | +2017-06-27 03:20:36 | |
11701 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11702 | + | |
11703 | +2017-06-27 03:20:36 | |
11704 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11705 | + | |
11706 | +2017-06-27 03:20:36 | |
11707 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11708 | + | |
11709 | +2017-06-27 03:20:36 | |
11710 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11711 | + | |
11712 | +2017-06-27 03:20:36 | |
11713 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11714 | + | |
11715 | +2017-06-27 03:20:36 | |
11716 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11717 | + | |
11718 | +2017-06-27 03:20:36 | |
11719 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11720 | + | |
11721 | +2017-06-27 03:20:36 | |
11722 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11723 | + | |
11724 | +2017-06-27 03:20:36 | |
11725 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11726 | + | |
11727 | +2017-06-27 03:20:39 | |
11728 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11729 | + | |
11730 | +2017-06-27 03:20:39 | |
11731 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11732 | + | |
11733 | +2017-06-27 03:20:39 | |
11734 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11735 | + | |
11736 | +2017-06-27 03:20:39 | |
11737 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11738 | + | |
11739 | +2017-06-27 03:20:39 | |
11740 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11741 | + | |
11742 | +2017-06-27 03:20:39 | |
11743 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11744 | + | |
11745 | +2017-06-27 03:20:39 | |
11746 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11747 | + | |
11748 | +2017-06-27 03:20:39 | |
11749 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11750 | + | |
11751 | +2017-06-27 03:20:39 | |
11752 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11753 | + | |
11754 | +2017-06-27 03:20:39 | |
11755 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11756 | + | |
11757 | +2017-06-27 03:20:44 | |
11758 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11759 | + | |
11760 | +2017-06-27 03:20:46 | |
11761 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11762 | + | |
11763 | +2017-06-27 03:20:46 | |
11764 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11765 | + | |
11766 | +2017-06-27 03:20:46 | |
11767 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11768 | + | |
11769 | +2017-06-27 03:20:46 | |
11770 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11771 | + | |
11772 | +2017-06-27 03:20:46 | |
11773 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11774 | + | |
11775 | +2017-06-27 03:20:46 | |
11776 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11777 | + | |
11778 | +2017-06-27 03:20:46 | |
11779 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11780 | + | |
11781 | +2017-06-27 03:20:46 | |
11782 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11783 | + | |
11784 | +2017-06-27 03:20:46 | |
11785 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11786 | + | |
11787 | +2017-06-27 03:20:46 | |
11788 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11789 | + | |
11790 | +2017-06-27 03:20:46 | |
11791 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11792 | + | |
11793 | +2017-06-27 03:20:49 | |
11794 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11795 | + | |
11796 | +2017-06-27 03:20:49 | |
11797 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11798 | + | |
11799 | +2017-06-27 03:20:49 | |
11800 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11801 | + | |
11802 | +2017-06-27 03:20:49 | |
11803 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11804 | + | |
11805 | +2017-06-27 03:20:49 | |
11806 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11807 | + | |
11808 | +2017-06-27 03:20:49 | |
11809 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11810 | + | |
11811 | +2017-06-27 03:20:49 | |
11812 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11813 | + | |
11814 | +2017-06-27 03:20:49 | |
11815 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11816 | + | |
11817 | +2017-06-27 03:20:49 | |
11818 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11819 | + | |
11820 | +2017-06-27 03:20:49 | |
11821 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11822 | + | |
11823 | +2017-06-27 03:20:50 | |
11824 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11825 | + | |
11826 | +2017-06-27 03:20:50 | |
11827 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"e8cf5b40099fe6e1b29fecfa27c878f9","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504850455} | |
11828 | + | |
11829 | +2017-06-27 03:20:51 | |
11830 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:20\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2505,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11831 | + | |
11832 | +2017-06-27 03:20:51 | |
11833 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:20\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2505,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11834 | + | |
11835 | +2017-06-27 03:21:02 | |
11836 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
11837 | + | |
11838 | +2017-06-27 03:21:06 | |
11839 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11840 | + | |
11841 | +2017-06-27 03:21:08 | |
11842 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11843 | + | |
11844 | +2017-06-27 03:21:08 | |
11845 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"92aac9e941ce78197dd18b15480210c4","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504868342} | |
11846 | + | |
11847 | +2017-06-27 03:21:08 | |
11848 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11849 | + | |
11850 | +2017-06-27 03:21:09 | |
11851 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:21\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2523,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11852 | + | |
11853 | +2017-06-27 03:21:09 | |
11854 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:21\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2523,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11855 | + | |
11856 | +2017-06-27 03:21:09 | |
11857 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
11858 | + | |
11859 | +2017-06-27 03:21:09 | |
11860 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11861 | + | |
11862 | +2017-06-27 03:21:09 | |
11863 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"76bc7f83330d30792e21f590362a04fd","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504869656} | |
11864 | + | |
11865 | +2017-06-27 03:21:10 | |
11866 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
11867 | + | |
11868 | +2017-06-27 03:21:10 | |
11869 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"fb29a0568c4e7bb838aa9fdb7d46af3d","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504870644} | |
11870 | + | |
11871 | +2017-06-27 03:21:11 | |
11872 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:21\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2525,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11873 | + | |
11874 | +2017-06-27 03:21:11 | |
11875 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:21\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2525,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11876 | + | |
11877 | +2017-06-27 03:21:11 | |
11878 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
11879 | + | |
11880 | +2017-06-27 03:21:20 | |
11881 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"0\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:21\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":2524,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11882 | + | |
11883 | +2017-06-27 03:21:20 | |
11884 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"0\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:21\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":0,\"unpaid\":0,\"duration\":2524,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
11885 | + | |
11886 | +2017-06-27 03:21:20 | |
11887 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
11888 | + | |
11889 | +2017-06-27 03:21:28 | |
11890 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11891 | + | |
11892 | +2017-06-27 03:21:28 | |
11893 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11894 | + | |
11895 | +2017-06-27 03:21:28 | |
11896 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11897 | + | |
11898 | +2017-06-27 03:21:28 | |
11899 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
11900 | + | |
11901 | +2017-06-27 03:21:28 | |
11902 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11903 | + | |
11904 | +2017-06-27 03:21:28 | |
11905 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11906 | + | |
11907 | +2017-06-27 03:21:28 | |
11908 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11909 | + | |
11910 | +2017-06-27 03:21:28 | |
11911 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11912 | + | |
11913 | +2017-06-27 03:21:28 | |
11914 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11915 | + | |
11916 | +2017-06-27 03:21:28 | |
11917 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11918 | + | |
11919 | +2017-06-27 03:21:29 | |
11920 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11921 | + | |
11922 | +2017-06-27 03:21:29 | |
11923 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11924 | + | |
11925 | +2017-06-27 03:21:29 | |
11926 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11927 | + | |
11928 | +2017-06-27 03:21:29 | |
11929 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11930 | + | |
11931 | +2017-06-27 03:21:29 | |
11932 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11933 | + | |
11934 | +2017-06-27 03:21:29 | |
11935 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11936 | + | |
11937 | +2017-06-27 03:21:29 | |
11938 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11939 | + | |
11940 | +2017-06-27 03:21:29 | |
11941 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11942 | + | |
11943 | +2017-06-27 03:21:29 | |
11944 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11945 | + | |
11946 | +2017-06-27 03:21:29 | |
11947 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11948 | + | |
11949 | +2017-06-27 03:21:33 | |
11950 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11951 | + | |
11952 | +2017-06-27 03:21:33 | |
11953 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11954 | + | |
11955 | +2017-06-27 03:21:33 | |
11956 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11957 | + | |
11958 | +2017-06-27 03:21:33 | |
11959 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11960 | + | |
11961 | +2017-06-27 03:21:33 | |
11962 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11963 | + | |
11964 | +2017-06-27 03:21:33 | |
11965 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11966 | + | |
11967 | +2017-06-27 03:21:33 | |
11968 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
11969 | + | |
11970 | +2017-06-27 03:21:33 | |
11971 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
11972 | + | |
11973 | +2017-06-27 03:21:33 | |
11974 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
11975 | + | |
11976 | +2017-06-27 03:21:33 | |
11977 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
11978 | + | |
11979 | +2017-06-27 03:21:40 | |
11980 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
11981 | + | |
11982 | +2017-06-27 03:21:43 | |
11983 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
11984 | + | |
11985 | +2017-06-27 03:21:43 | |
11986 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11987 | + | |
11988 | +2017-06-27 03:21:43 | |
11989 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11990 | + | |
11991 | +2017-06-27 03:21:43 | |
11992 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
11993 | + | |
11994 | +2017-06-27 03:21:43 | |
11995 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
11996 | + | |
11997 | +2017-06-27 03:21:43 | |
11998 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
11999 | + | |
12000 | +2017-06-27 03:21:43 | |
12001 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12002 | + | |
12003 | +2017-06-27 03:21:43 | |
12004 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12005 | + | |
12006 | +2017-06-27 03:21:43 | |
12007 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12008 | + | |
12009 | +2017-06-27 03:21:43 | |
12010 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12011 | + | |
12012 | +2017-06-27 03:21:46 | |
12013 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
12014 | + | |
12015 | +2017-06-27 03:21:46 | |
12016 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"6e1d20d76466a8408cd2df48050d69fc","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504906856} | |
12017 | + | |
12018 | +2017-06-27 03:21:48 | |
12019 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:21\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2562,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12020 | + | |
12021 | +2017-06-27 03:21:48 | |
12022 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:21\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2562,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12023 | + | |
12024 | +2017-06-27 03:22:12 | |
12025 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
12026 | + | |
12027 | +2017-06-27 03:22:17 | |
12028 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
12029 | + | |
12030 | +2017-06-27 03:22:18 | |
12031 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
12032 | + | |
12033 | +2017-06-27 03:22:18 | |
12034 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"c9ba8345f09478e6c686a44043ce6a36","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498504938224} | |
12035 | + | |
12036 | +2017-06-27 03:22:19 | |
12037 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:22\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2593,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12038 | + | |
12039 | +2017-06-27 03:22:19 | |
12040 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:22\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2593,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12041 | + | |
12042 | +2017-06-27 03:22:19 | |
12043 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
12044 | + | |
12045 | +2017-06-27 03:23:15 | |
12046 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12047 | + | |
12048 | +2017-06-27 03:23:15 | |
12049 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
12050 | + | |
12051 | +2017-06-27 03:23:15 | |
12052 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
12053 | + | |
12054 | +2017-06-27 03:23:15 | |
12055 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12056 | + | |
12057 | +2017-06-27 03:23:15 | |
12058 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12059 | + | |
12060 | +2017-06-27 03:23:15 | |
12061 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12062 | + | |
12063 | +2017-06-27 03:23:15 | |
12064 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
12065 | + | |
12066 | +2017-06-27 03:23:16 | |
12067 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12068 | + | |
12069 | +2017-06-27 03:23:16 | |
12070 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=011vybFJ1fqYw80jddGJ15FaFJ1vybFE&state=wx | |
12071 | + | |
12072 | +2017-06-27 03:23:16 | |
12073 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=011vybFJ1fqYw80jddGJ15FaFJ1vybFE&state=wx | |
12074 | + | |
12075 | +2017-06-27 03:23:16 | |
12076 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12077 | + | |
12078 | +2017-06-27 03:23:16 | |
12079 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12080 | + | |
12081 | +2017-06-27 03:23:16 | |
12082 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=011vybFJ1fqYw80jddGJ15FaFJ1vybFE | |
12083 | + | |
12084 | +2017-06-27 03:23:16 | |
12085 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
12086 | + | |
12087 | +2017-06-27 03:23:16 | |
12088 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12089 | + | |
12090 | +2017-06-27 03:23:16 | |
12091 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12092 | + | |
12093 | +2017-06-27 03:23:16 | |
12094 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12095 | + | |
12096 | +2017-06-27 03:23:17 | |
12097 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12098 | + | |
12099 | +2017-06-27 03:23:17 | |
12100 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12101 | + | |
12102 | +2017-06-27 03:23:17 | |
12103 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12104 | + | |
12105 | +2017-06-27 03:23:17 | |
12106 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12107 | + | |
12108 | +2017-06-27 03:23:17 | |
12109 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12110 | + | |
12111 | +2017-06-27 03:23:17 | |
12112 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12113 | + | |
12114 | +2017-06-27 03:23:17 | |
12115 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12116 | + | |
12117 | +2017-06-27 03:23:17 | |
12118 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12119 | + | |
12120 | +2017-06-27 03:23:17 | |
12121 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12122 | + | |
12123 | +2017-06-27 03:23:17 | |
12124 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12125 | + | |
12126 | +2017-06-27 03:23:20 | |
12127 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12128 | + | |
12129 | +2017-06-27 03:23:20 | |
12130 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12131 | + | |
12132 | +2017-06-27 03:23:20 | |
12133 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12134 | + | |
12135 | +2017-06-27 03:23:20 | |
12136 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12137 | + | |
12138 | +2017-06-27 03:23:20 | |
12139 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12140 | + | |
12141 | +2017-06-27 03:23:20 | |
12142 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12143 | + | |
12144 | +2017-06-27 03:23:20 | |
12145 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12146 | + | |
12147 | +2017-06-27 03:23:20 | |
12148 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12149 | + | |
12150 | +2017-06-27 03:23:20 | |
12151 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12152 | + | |
12153 | +2017-06-27 03:23:20 | |
12154 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12155 | + | |
12156 | +2017-06-27 03:23:24 | |
12157 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
12158 | + | |
12159 | +2017-06-27 03:23:24 | |
12160 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
12161 | + | |
12162 | +2017-06-27 03:23:24 | |
12163 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"91c2792b2b55a83d6debf8991589ff65","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498505004621} | |
12164 | + | |
12165 | +2017-06-27 03:23:24 | |
12166 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12167 | + | |
12168 | +2017-06-27 03:23:24 | |
12169 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
12170 | + | |
12171 | +2017-06-27 03:23:24 | |
12172 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
12173 | + | |
12174 | +2017-06-27 03:23:24 | |
12175 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12176 | + | |
12177 | +2017-06-27 03:23:24 | |
12178 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12179 | + | |
12180 | +2017-06-27 03:23:24 | |
12181 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12182 | + | |
12183 | +2017-06-27 03:23:24 | |
12184 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
12185 | + | |
12186 | +2017-06-27 03:23:26 | |
12187 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:23\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2659,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12188 | + | |
12189 | +2017-06-27 03:23:26 | |
12190 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:23\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2659,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12191 | + | |
12192 | +2017-06-27 03:23:26 | |
12193 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
12194 | + | |
12195 | +2017-06-27 03:23:37 | |
12196 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12197 | + | |
12198 | +2017-06-27 03:23:37 | |
12199 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
12200 | + | |
12201 | +2017-06-27 03:23:37 | |
12202 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
12203 | + | |
12204 | +2017-06-27 03:23:37 | |
12205 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12206 | + | |
12207 | +2017-06-27 03:23:37 | |
12208 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12209 | + | |
12210 | +2017-06-27 03:23:37 | |
12211 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12212 | + | |
12213 | +2017-06-27 03:23:37 | |
12214 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
12215 | + | |
12216 | +2017-06-27 03:24:12 | |
12217 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12218 | + | |
12219 | +2017-06-27 03:24:12 | |
12220 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
12221 | + | |
12222 | +2017-06-27 03:24:12 | |
12223 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
12224 | + | |
12225 | +2017-06-27 03:24:12 | |
12226 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12227 | + | |
12228 | +2017-06-27 03:24:12 | |
12229 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12230 | + | |
12231 | +2017-06-27 03:24:12 | |
12232 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12233 | + | |
12234 | +2017-06-27 03:24:12 | |
12235 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
12236 | + | |
12237 | +2017-06-27 03:24:12 | |
12238 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12239 | + | |
12240 | +2017-06-27 03:24:12 | |
12241 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=011Owax82aeE8Q0o9ou82Wv4x82Owaxa&state=wx | |
12242 | + | |
12243 | +2017-06-27 03:24:12 | |
12244 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=011Owax82aeE8Q0o9ou82Wv4x82Owaxa&state=wx | |
12245 | + | |
12246 | +2017-06-27 03:24:12 | |
12247 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12248 | + | |
12249 | +2017-06-27 03:24:12 | |
12250 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12251 | + | |
12252 | +2017-06-27 03:24:12 | |
12253 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=011Owax82aeE8Q0o9ou82Wv4x82Owaxa | |
12254 | + | |
12255 | +2017-06-27 03:24:12 | |
12256 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
12257 | + | |
12258 | +2017-06-27 03:24:13 | |
12259 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12260 | + | |
12261 | +2017-06-27 03:24:13 | |
12262 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12263 | + | |
12264 | +2017-06-27 03:24:13 | |
12265 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12266 | + | |
12267 | +2017-06-27 03:24:13 | |
12268 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12269 | + | |
12270 | +2017-06-27 03:24:13 | |
12271 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12272 | + | |
12273 | +2017-06-27 03:24:13 | |
12274 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12275 | + | |
12276 | +2017-06-27 03:24:13 | |
12277 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12278 | + | |
12279 | +2017-06-27 03:24:13 | |
12280 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12281 | + | |
12282 | +2017-06-27 03:24:13 | |
12283 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12284 | + | |
12285 | +2017-06-27 03:24:13 | |
12286 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12287 | + | |
12288 | +2017-06-27 03:24:13 | |
12289 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12290 | + | |
12291 | +2017-06-27 03:24:13 | |
12292 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12293 | + | |
12294 | +2017-06-27 03:24:13 | |
12295 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12296 | + | |
12297 | +2017-06-27 03:24:53 | |
12298 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12299 | + | |
12300 | +2017-06-27 03:24:53 | |
12301 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=021XcNgF1yQC840pGFgF1qpHgF1XcNgO&state=wx | |
12302 | + | |
12303 | +2017-06-27 03:24:53 | |
12304 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=021XcNgF1yQC840pGFgF1qpHgF1XcNgO&state=wx | |
12305 | + | |
12306 | +2017-06-27 03:24:53 | |
12307 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12308 | + | |
12309 | +2017-06-27 03:24:53 | |
12310 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12311 | + | |
12312 | +2017-06-27 03:24:53 | |
12313 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=021XcNgF1yQC840pGFgF1qpHgF1XcNgO | |
12314 | + | |
12315 | +2017-06-27 03:24:53 | |
12316 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
12317 | + | |
12318 | +2017-06-27 03:24:54 | |
12319 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12320 | + | |
12321 | +2017-06-27 03:24:54 | |
12322 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12323 | + | |
12324 | +2017-06-27 03:24:54 | |
12325 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12326 | + | |
12327 | +2017-06-27 03:24:54 | |
12328 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12329 | + | |
12330 | +2017-06-27 03:24:54 | |
12331 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12332 | + | |
12333 | +2017-06-27 03:24:54 | |
12334 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12335 | + | |
12336 | +2017-06-27 03:24:54 | |
12337 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12338 | + | |
12339 | +2017-06-27 03:24:54 | |
12340 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12341 | + | |
12342 | +2017-06-27 03:24:54 | |
12343 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12344 | + | |
12345 | +2017-06-27 03:24:54 | |
12346 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12347 | + | |
12348 | +2017-06-27 03:24:54 | |
12349 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12350 | + | |
12351 | +2017-06-27 03:24:54 | |
12352 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12353 | + | |
12354 | +2017-06-27 03:24:54 | |
12355 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12356 | + | |
12357 | +2017-06-27 03:25:14 | |
12358 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12359 | + | |
12360 | +2017-06-27 03:25:14 | |
12361 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
12362 | + | |
12363 | +2017-06-27 03:25:14 | |
12364 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
12365 | + | |
12366 | +2017-06-27 03:25:14 | |
12367 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12368 | + | |
12369 | +2017-06-27 03:25:14 | |
12370 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12371 | + | |
12372 | +2017-06-27 03:25:14 | |
12373 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12374 | + | |
12375 | +2017-06-27 03:25:14 | |
12376 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
12377 | + | |
12378 | +2017-06-27 03:25:23 | |
12379 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12380 | + | |
12381 | +2017-06-27 03:25:23 | |
12382 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12383 | + | |
12384 | +2017-06-27 03:25:23 | |
12385 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12386 | + | |
12387 | +2017-06-27 03:25:23 | |
12388 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12389 | + | |
12390 | +2017-06-27 03:25:23 | |
12391 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12392 | + | |
12393 | +2017-06-27 03:25:23 | |
12394 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12395 | + | |
12396 | +2017-06-27 03:25:23 | |
12397 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12398 | + | |
12399 | +2017-06-27 03:25:23 | |
12400 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12401 | + | |
12402 | +2017-06-27 03:25:23 | |
12403 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12404 | + | |
12405 | +2017-06-27 03:25:23 | |
12406 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12407 | + | |
12408 | +2017-06-27 03:25:25 | |
12409 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
12410 | + | |
12411 | +2017-06-27 03:25:26 | |
12412 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
12413 | + | |
12414 | +2017-06-27 03:25:26 | |
12415 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"3ce1ff600b4c335a6e635b9516d6e567","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498505126177} | |
12416 | + | |
12417 | +2017-06-27 03:25:27 | |
12418 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:25\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2781,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12419 | + | |
12420 | +2017-06-27 03:25:27 | |
12421 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:25\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2781,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12422 | + | |
12423 | +2017-06-27 03:25:27 | |
12424 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
12425 | + | |
12426 | +2017-06-27 03:26:29 | |
12427 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12428 | + | |
12429 | +2017-06-27 03:26:29 | |
12430 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
12431 | + | |
12432 | +2017-06-27 03:26:29 | |
12433 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
12434 | + | |
12435 | +2017-06-27 03:26:29 | |
12436 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12437 | + | |
12438 | +2017-06-27 03:26:29 | |
12439 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12440 | + | |
12441 | +2017-06-27 03:26:29 | |
12442 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12443 | + | |
12444 | +2017-06-27 03:26:29 | |
12445 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
12446 | + | |
12447 | +2017-06-27 03:26:30 | |
12448 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12449 | + | |
12450 | +2017-06-27 03:26:30 | |
12451 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=031L2L6028LkbX0PIU202wc2702L2L6h&state=wx | |
12452 | + | |
12453 | +2017-06-27 03:26:30 | |
12454 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=031L2L6028LkbX0PIU202wc2702L2L6h&state=wx | |
12455 | + | |
12456 | +2017-06-27 03:26:30 | |
12457 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12458 | + | |
12459 | +2017-06-27 03:26:30 | |
12460 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12461 | + | |
12462 | +2017-06-27 03:26:30 | |
12463 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=031L2L6028LkbX0PIU202wc2702L2L6h | |
12464 | + | |
12465 | +2017-06-27 03:26:30 | |
12466 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
12467 | + | |
12468 | +2017-06-27 03:26:30 | |
12469 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12470 | + | |
12471 | +2017-06-27 03:26:30 | |
12472 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12473 | + | |
12474 | +2017-06-27 03:26:30 | |
12475 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12476 | + | |
12477 | +2017-06-27 03:26:31 | |
12478 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12479 | + | |
12480 | +2017-06-27 03:26:31 | |
12481 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12482 | + | |
12483 | +2017-06-27 03:26:31 | |
12484 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12485 | + | |
12486 | +2017-06-27 03:26:31 | |
12487 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12488 | + | |
12489 | +2017-06-27 03:26:31 | |
12490 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12491 | + | |
12492 | +2017-06-27 03:26:31 | |
12493 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12494 | + | |
12495 | +2017-06-27 03:26:31 | |
12496 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12497 | + | |
12498 | +2017-06-27 03:26:31 | |
12499 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12500 | + | |
12501 | +2017-06-27 03:26:31 | |
12502 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12503 | + | |
12504 | +2017-06-27 03:26:31 | |
12505 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12506 | + | |
12507 | +2017-06-27 03:26:54 | |
12508 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12509 | + | |
12510 | +2017-06-27 03:26:54 | |
12511 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
12512 | + | |
12513 | +2017-06-27 03:26:54 | |
12514 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
12515 | + | |
12516 | +2017-06-27 03:26:54 | |
12517 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12518 | + | |
12519 | +2017-06-27 03:26:54 | |
12520 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12521 | + | |
12522 | +2017-06-27 03:26:54 | |
12523 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12524 | + | |
12525 | +2017-06-27 03:26:54 | |
12526 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
12527 | + | |
12528 | +2017-06-27 03:26:55 | |
12529 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12530 | + | |
12531 | +2017-06-27 03:26:55 | |
12532 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=031QBW7i2N4nqF0WA58i2bID7i2QBW72&state=wx | |
12533 | + | |
12534 | +2017-06-27 03:26:55 | |
12535 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=031QBW7i2N4nqF0WA58i2bID7i2QBW72&state=wx | |
12536 | + | |
12537 | +2017-06-27 03:26:55 | |
12538 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12539 | + | |
12540 | +2017-06-27 03:26:55 | |
12541 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12542 | + | |
12543 | +2017-06-27 03:26:55 | |
12544 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=031QBW7i2N4nqF0WA58i2bID7i2QBW72 | |
12545 | + | |
12546 | +2017-06-27 03:26:55 | |
12547 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
12548 | + | |
12549 | +2017-06-27 03:26:55 | |
12550 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12551 | + | |
12552 | +2017-06-27 03:26:55 | |
12553 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12554 | + | |
12555 | +2017-06-27 03:26:55 | |
12556 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12557 | + | |
12558 | +2017-06-27 03:26:56 | |
12559 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12560 | + | |
12561 | +2017-06-27 03:26:56 | |
12562 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12563 | + | |
12564 | +2017-06-27 03:26:56 | |
12565 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12566 | + | |
12567 | +2017-06-27 03:26:56 | |
12568 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12569 | + | |
12570 | +2017-06-27 03:26:56 | |
12571 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12572 | + | |
12573 | +2017-06-27 03:26:56 | |
12574 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12575 | + | |
12576 | +2017-06-27 03:26:56 | |
12577 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12578 | + | |
12579 | +2017-06-27 03:26:56 | |
12580 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12581 | + | |
12582 | +2017-06-27 03:26:56 | |
12583 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12584 | + | |
12585 | +2017-06-27 03:26:56 | |
12586 | +[INFO]-[Thread: qtp1800890735-25]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12587 | + | |
12588 | +2017-06-27 03:26:59 | |
12589 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12590 | + | |
12591 | +2017-06-27 03:26:59 | |
12592 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12593 | + | |
12594 | +2017-06-27 03:26:59 | |
12595 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12596 | + | |
12597 | +2017-06-27 03:26:59 | |
12598 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12599 | + | |
12600 | +2017-06-27 03:26:59 | |
12601 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12602 | + | |
12603 | +2017-06-27 03:26:59 | |
12604 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12605 | + | |
12606 | +2017-06-27 03:26:59 | |
12607 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12608 | + | |
12609 | +2017-06-27 03:26:59 | |
12610 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12611 | + | |
12612 | +2017-06-27 03:26:59 | |
12613 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12614 | + | |
12615 | +2017-06-27 03:26:59 | |
12616 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12617 | + | |
12618 | +2017-06-27 03:27:02 | |
12619 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
12620 | + | |
12621 | +2017-06-27 03:27:02 | |
12622 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
12623 | + | |
12624 | +2017-06-27 03:27:02 | |
12625 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"d88351fb5496150b50cf3e9037395f9a","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498505222975} | |
12626 | + | |
12627 | +2017-06-27 03:27:04 | |
12628 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:27\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2878,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12629 | + | |
12630 | +2017-06-27 03:27:04 | |
12631 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:27\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2878,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12632 | + | |
12633 | +2017-06-27 03:27:04 | |
12634 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1.00,"orderPayedFee":1.00,"orderTotalFee":1.00,"parkId":"1179"},"msg":"成功"} | |
12635 | + | |
12636 | +2017-06-27 03:27:04 | |
12637 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12638 | + | |
12639 | +2017-06-27 03:27:04 | |
12640 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg&carNum=%E8%92%99D3B717 | |
12641 | + | |
12642 | +2017-06-27 03:27:04 | |
12643 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryOrderInfoView?openId=otP1mxK09lwhyW47--vctfw7MIGg&carNum=%E8%92%99D3B717 | |
12644 | + | |
12645 | +2017-06-27 03:27:04 | |
12646 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12647 | + | |
12648 | +2017-06-27 03:27:04 | |
12649 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12650 | + | |
12651 | +2017-06-27 03:27:04 | |
12652 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12653 | + | |
12654 | +2017-06-27 03:27:04 | |
12655 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12656 | + | |
12657 | +2017-06-27 03:27:04 | |
12658 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12659 | + | |
12660 | +2017-06-27 03:27:04 | |
12661 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12662 | + | |
12663 | +2017-06-27 03:27:04 | |
12664 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12665 | + | |
12666 | +2017-06-27 03:27:05 | |
12667 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12668 | + | |
12669 | +2017-06-27 03:27:05 | |
12670 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12671 | + | |
12672 | +2017-06-27 03:27:05 | |
12673 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryParkOrderForNotPay?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12674 | + | |
12675 | +2017-06-27 03:27:05 | |
12676 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12677 | + | |
12678 | +2017-06-27 03:27:05 | |
12679 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12680 | + | |
12681 | +2017-06-27 03:27:05 | |
12682 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12683 | + | |
12684 | +2017-06-27 03:27:05 | |
12685 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12686 | + | |
12687 | +2017-06-27 03:27:05 | |
12688 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12689 | + | |
12690 | +2017-06-27 03:27:05 | |
12691 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12692 | + | |
12693 | +2017-06-27 03:27:05 | |
12694 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12695 | + | |
12696 | +2017-06-27 03:27:05 | |
12697 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.queryParkOrderForNotPay()]: 开始查询待支付的停车订单WeixinPayController.queryParkOrderForNotPay()方法. | |
12698 | + | |
12699 | +2017-06-27 03:27:05 | |
12700 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.OrderService.queryParkOrderForNotPay()]: 开始查询待支付单信息,carNum=蒙D3B717 | |
12701 | + | |
12702 | +2017-06-27 03:27:05 | |
12703 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
12704 | + | |
12705 | +2017-06-27 03:27:05 | |
12706 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"cc88eda77b3f3ac8cc637cfbc4c496ee","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498505225244} | |
12707 | + | |
12708 | +2017-06-27 03:27:06 | |
12709 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:27\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2880,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12710 | + | |
12711 | +2017-06-27 03:27:06 | |
12712 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:27\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":2880,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12713 | + | |
12714 | +2017-06-27 03:27:06 | |
12715 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.service.OrderService.queryParkOrderForNotPay()]: 结束查询待支付单信息 | |
12716 | + | |
12717 | +2017-06-27 03:27:14 | |
12718 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12719 | + | |
12720 | +2017-06-27 03:27:14 | |
12721 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg&carNum=%E8%92%99D3B717 | |
12722 | + | |
12723 | +2017-06-27 03:27:14 | |
12724 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryOrderInfoView?openId=otP1mxK09lwhyW47--vctfw7MIGg&carNum=%E8%92%99D3B717 | |
12725 | + | |
12726 | +2017-06-27 03:27:14 | |
12727 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12728 | + | |
12729 | +2017-06-27 03:27:14 | |
12730 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12731 | + | |
12732 | +2017-06-27 03:27:14 | |
12733 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12734 | + | |
12735 | +2017-06-27 03:27:14 | |
12736 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12737 | + | |
12738 | +2017-06-27 03:27:14 | |
12739 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12740 | + | |
12741 | +2017-06-27 03:27:14 | |
12742 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12743 | + | |
12744 | +2017-06-27 03:27:14 | |
12745 | +[INFO]-[Thread: qtp1800890735-27]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12746 | + | |
12747 | +2017-06-27 03:27:14 | |
12748 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12749 | + | |
12750 | +2017-06-27 03:27:14 | |
12751 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12752 | + | |
12753 | +2017-06-27 03:27:14 | |
12754 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/getJSPayParam?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12755 | + | |
12756 | +2017-06-27 03:27:14 | |
12757 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12758 | + | |
12759 | +2017-06-27 03:27:14 | |
12760 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12761 | + | |
12762 | +2017-06-27 03:27:14 | |
12763 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12764 | + | |
12765 | +2017-06-27 03:27:14 | |
12766 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12767 | + | |
12768 | +2017-06-27 03:27:14 | |
12769 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12770 | + | |
12771 | +2017-06-27 03:27:14 | |
12772 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12773 | + | |
12774 | +2017-06-27 03:27:14 | |
12775 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12776 | + | |
12777 | +2017-06-27 03:27:14 | |
12778 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.controller.WeixinPayController.getJSPayParam()]: 开始获取公众号支付JS支付参数: orderId=1006; openId=otP1mxK09lwhyW47--vctfw7MIGg; payOrderId=null | |
12779 | + | |
12780 | +2017-06-27 03:27:16 | |
12781 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12782 | + | |
12783 | +2017-06-27 03:27:16 | |
12784 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg&carNum=%E8%92%99D3B717 | |
12785 | + | |
12786 | +2017-06-27 03:27:16 | |
12787 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryOrderInfoView?openId=otP1mxK09lwhyW47--vctfw7MIGg&carNum=%E8%92%99D3B717 | |
12788 | + | |
12789 | +2017-06-27 03:27:16 | |
12790 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12791 | + | |
12792 | +2017-06-27 03:27:16 | |
12793 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12794 | + | |
12795 | +2017-06-27 03:27:16 | |
12796 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12797 | + | |
12798 | +2017-06-27 03:27:16 | |
12799 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12800 | + | |
12801 | +2017-06-27 03:27:16 | |
12802 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12803 | + | |
12804 | +2017-06-27 03:27:16 | |
12805 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12806 | + | |
12807 | +2017-06-27 03:27:16 | |
12808 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12809 | + | |
12810 | +2017-06-27 03:27:16 | |
12811 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12812 | + | |
12813 | +2017-06-27 03:27:16 | |
12814 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1 | |
12815 | + | |
12816 | +2017-06-27 03:27:16 | |
12817 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryParkOrderForNotPay?1=1 | |
12818 | + | |
12819 | +2017-06-27 03:27:16 | |
12820 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12821 | + | |
12822 | +2017-06-27 03:27:16 | |
12823 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12824 | + | |
12825 | +2017-06-27 03:27:16 | |
12826 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12827 | + | |
12828 | +2017-06-27 03:27:16 | |
12829 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
12830 | + | |
12831 | +2017-06-27 03:27:16 | |
12832 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.getBizResult()]: BindInterceptor ajax返回的数据为: ajaxResult={"code":"用户未绑定","data":"https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx077cae81383034aa&redirect_uri=http://dwmyqq.natappfree.cc/pay/queryParkOrderForNotPay?1=1&response_type=code&scope=snsapi_base&state=wx#wechat_redirect","msg":"成功"} | |
12833 | + | |
12834 | +2017-06-27 03:33:28 | |
12835 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12836 | + | |
12837 | +2017-06-27 03:33:28 | |
12838 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=null | |
12839 | + | |
12840 | +2017-06-27 03:33:28 | |
12841 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1 | |
12842 | + | |
12843 | +2017-06-27 03:33:28 | |
12844 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12845 | + | |
12846 | +2017-06-27 03:33:28 | |
12847 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12848 | + | |
12849 | +2017-06-27 03:33:28 | |
12850 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12851 | + | |
12852 | +2017-06-27 03:33:28 | |
12853 | +[INFO]-[Thread: qtp1800890735-26]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 3、openId code 均为空 | |
12854 | + | |
12855 | +2017-06-27 03:33:33 | |
12856 | +[WARN]-[Thread: qtp1800890735-28]-[com.jfinal.core.ActionHandler.handle()]: 404 Action Not Found: / | |
12857 | + | |
12858 | +2017-06-27 03:33:33 | |
12859 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12860 | + | |
12861 | +2017-06-27 03:33:33 | |
12862 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=1=1&code=041jBwz32jx8BK0vFhx32axdz32jBwzr&state=wx | |
12863 | + | |
12864 | +2017-06-27 03:33:33 | |
12865 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/selectCarView?1=1&code=041jBwz32jx8BK0vFhx32axdz32jBwzr&state=wx | |
12866 | + | |
12867 | +2017-06-27 03:33:33 | |
12868 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12869 | + | |
12870 | +2017-06-27 03:33:33 | |
12871 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=null | |
12872 | + | |
12873 | +2017-06-27 03:33:33 | |
12874 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=041jBwz32jx8BK0vFhx32axdz32jBwzr | |
12875 | + | |
12876 | +2017-06-27 03:33:33 | |
12877 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 2、openId 为空,code 不为空 | |
12878 | + | |
12879 | +2017-06-27 03:33:33 | |
12880 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12881 | + | |
12882 | +2017-06-27 03:33:33 | |
12883 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12884 | + | |
12885 | +2017-06-27 03:33:33 | |
12886 | +[INFO]-[Thread: qtp1800890735-24]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12887 | + | |
12888 | +2017-06-27 03:33:34 | |
12889 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12890 | + | |
12891 | +2017-06-27 03:33:34 | |
12892 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12893 | + | |
12894 | +2017-06-27 03:33:34 | |
12895 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryHistoryCarNum?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12896 | + | |
12897 | +2017-06-27 03:33:34 | |
12898 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12899 | + | |
12900 | +2017-06-27 03:33:34 | |
12901 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12902 | + | |
12903 | +2017-06-27 03:33:34 | |
12904 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12905 | + | |
12906 | +2017-06-27 03:33:34 | |
12907 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12908 | + | |
12909 | +2017-06-27 03:33:34 | |
12910 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12911 | + | |
12912 | +2017-06-27 03:33:34 | |
12913 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12914 | + | |
12915 | +2017-06-27 03:33:34 | |
12916 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12917 | + | |
12918 | +2017-06-27 03:33:39 | |
12919 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12920 | + | |
12921 | +2017-06-27 03:33:39 | |
12922 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12923 | + | |
12924 | +2017-06-27 03:33:39 | |
12925 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/parkOrderForNotPayExist?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12926 | + | |
12927 | +2017-06-27 03:33:39 | |
12928 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
12929 | + | |
12930 | +2017-06-27 03:33:39 | |
12931 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12932 | + | |
12933 | +2017-06-27 03:33:39 | |
12934 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12935 | + | |
12936 | +2017-06-27 03:33:39 | |
12937 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12938 | + | |
12939 | +2017-06-27 03:33:39 | |
12940 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12941 | + | |
12942 | +2017-06-27 03:33:39 | |
12943 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12944 | + | |
12945 | +2017-06-27 03:33:39 | |
12946 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12947 | + | |
12948 | +2017-06-27 03:33:44 | |
12949 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 开始校验输入车牌是否存在待核算订单..入参=蒙D3B717 | |
12950 | + | |
12951 | +2017-06-27 03:33:45 | |
12952 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
12953 | + | |
12954 | +2017-06-27 03:33:45 | |
12955 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"91d53df3b42041b8b642997389576500","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498505625211} | |
12956 | + | |
12957 | +2017-06-27 03:33:46 | |
12958 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:33\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":3280,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12959 | + | |
12960 | +2017-06-27 03:33:46 | |
12961 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:33\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":3280,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
12962 | + | |
12963 | +2017-06-27 03:33:46 | |
12964 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.controller.WeixinPayController.parkOrderForNotPayExist()]: 结束校验输入车牌是否存在待核算订单..结果={"code":"8888","data":{"carNumber":"蒙D3B717","id":4734,"orderId":"1006","orderNotPayFee":1000.00,"orderPayedFee":0.00,"orderTotalFee":1000.00,"parkId":"1179"},"msg":"成功"} | |
12965 | + | |
12966 | +2017-06-27 03:33:46 | |
12967 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12968 | + | |
12969 | +2017-06-27 03:33:46 | |
12970 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg&carNum=%E8%92%99D3B717 | |
12971 | + | |
12972 | +2017-06-27 03:33:46 | |
12973 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryOrderInfoView?openId=otP1mxK09lwhyW47--vctfw7MIGg&carNum=%E8%92%99D3B717 | |
12974 | + | |
12975 | +2017-06-27 03:33:46 | |
12976 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=false | |
12977 | + | |
12978 | +2017-06-27 03:33:46 | |
12979 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
12980 | + | |
12981 | +2017-06-27 03:33:46 | |
12982 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
12983 | + | |
12984 | +2017-06-27 03:33:46 | |
12985 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
12986 | + | |
12987 | +2017-06-27 03:33:46 | |
12988 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
12989 | + | |
12990 | +2017-06-27 03:33:46 | |
12991 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
12992 | + | |
12993 | +2017-06-27 03:33:46 | |
12994 | +[INFO]-[Thread: qtp1800890735-28]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
12995 | + | |
12996 | +2017-06-27 03:33:47 | |
12997 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== start === | |
12998 | + | |
12999 | +2017-06-27 03:33:47 | |
13000 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求参数为: queryString=openId=otP1mxK09lwhyW47--vctfw7MIGg | |
13001 | + | |
13002 | +2017-06-27 03:33:47 | |
13003 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 拦截的请求URL为: reqUrl=http://dwmyqq.natappfree.cc/pay/queryParkOrderForNotPay?openId=otP1mxK09lwhyW47--vctfw7MIGg | |
13004 | + | |
13005 | +2017-06-27 03:33:47 | |
13006 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 是否为ajax请求 isAjax=true | |
13007 | + | |
13008 | +2017-06-27 03:33:47 | |
13009 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的openId为: openId=otP1mxK09lwhyW47--vctfw7MIGg | |
13010 | + | |
13011 | +2017-06-27 03:33:47 | |
13012 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 获取到的code为: code=null | |
13013 | + | |
13014 | +2017-06-27 03:33:47 | |
13015 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: BindInterceptor 1、openId不为空 | |
13016 | + | |
13017 | +2017-06-27 03:33:47 | |
13018 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 | |
13019 | + | |
13020 | +2017-06-27 03:33:47 | |
13021 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.setWXser()]: BindInterceptor 设置微信用户信息 wxUser={"custId":"322095456651972608","openId":"otP1mxK09lwhyW47--vctfw7MIGg"} | |
13022 | + | |
13023 | +2017-06-27 03:33:47 | |
13024 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.commo.interceptor.BindInterceptor.intercept()]: =====用户绑定业务拦截== end === | |
13025 | + | |
13026 | +2017-06-27 03:33:47 | |
13027 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.controller.WeixinPayController.queryParkOrderForNotPay()]: 开始查询待支付的停车订单WeixinPayController.queryParkOrderForNotPay()方法. | |
13028 | + | |
13029 | +2017-06-27 03:33:47 | |
13030 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.OrderService.queryParkOrderForNotPay()]: 开始查询待支付单信息,carNum=蒙D3B717 | |
13031 | + | |
13032 | +2017-06-27 03:33:47 | |
13033 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: 开始调用查询费用接口,入参={carNum,parkCode}={蒙D3B717,1179} | |
13034 | + | |
13035 | +2017-06-27 03:33:47 | |
13036 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用入参:{"vpl_number":"蒙D3B717","appid":"avakrky0gk1m7n00","sign":"e699591d4cb39fd76608f9cc199419ee","park_code":"cb248a453c64385cf5d5bdb673cc681b","timestamp":1498505627379} | |
13037 | + | |
13038 | +2017-06-27 03:33:48 | |
13039 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: irain 查询停车费用返回:"{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:33\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":3282,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
13040 | + | |
13041 | +2017-06-27 03:33:48 | |
13042 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.IRainQueryService.billQuery()]: 结束调用查询费用接口,结果="{\"status\":1,\"code\":\"1\",\"message\":\"获取订单列表成功\",\"data\":{\"id\":\"6213\",\"state\":0,\"deposit_payment\":\"\",\"park\":{\"type_value\":2,\"name\":\"赤峰万达心连心广场\",\"address\":\"宝山路\",\"code\":\"9240000002\",\"discount_info\":\"\"},\"in\":{\"time\":\"2017-06-27 02:39\",\"channel\":\"\",\"picture\":\"http://img.parkingwang.com/9240000002/6213_1.jpg\"},\"out\":{\"time\":\"2017-06-27 03:33\"},\"number\":\"蒙D3B717\",\"show_number\":\"蒙D3B717\",\"charge\":{\"due\":1000,\"unpaid\":1000,\"duration\":3282,\"prepaid\":0,\"discount_amount\":0,\"paid\":0},\"coupon\":{\"total\":0,\"records\":[]},\"payment\":{\"online_pay\":1,\"cash\":1,\"quickpay\":0,\"unionpay\":1,\"alipay\":1,\"weixin\":1,\"wallet\":1},\"show_qr\":0,\"in_parking_space\":0,\"leave_location\":\"\"}}\n" | |
13043 | + | |
13044 | +2017-06-27 03:33:48 | |
13045 | +[INFO]-[Thread: qtp1800890735-36]-[com.rnt.service.OrderService.queryParkOrderForNotPay()]: 结束查询待支付单信息 | ... | ... |
src/main/java/com/jfinal/weixin/sdk/api/MenuApi.java
... | ... | @@ -121,12 +121,12 @@ public class MenuApi { |
121 | 121 | "{"+ |
122 | 122 | "\"type\":\"view\","+ |
123 | 123 | "\"name\":\"支付\","+ |
124 | - "\"url\":\"http://atao.s1.natapp.cc/pay/selectCarView\""+ | |
124 | + "\"url\":\"http://dwmyqq.natappfree.cc/pay/selectCarView\""+ | |
125 | 125 | "},"+ |
126 | 126 | "{"+ |
127 | 127 | "\"type\":\"view\","+ |
128 | 128 | "\"name\":\"月卡\","+ |
129 | - "\"url\":\"http://atao.s1.natapp.cc/park/parkListView\""+ | |
129 | + "\"url\":\"http://dwmyqq.natappfree.cc/park/parkListView\""+ | |
130 | 130 | "},"+ |
131 | 131 | "{"+ |
132 | 132 | "\"name\":\"关于我们\","+ | ... | ... |
src/main/java/com/rnt/controller/WeixinPayController.java
... | ... | @@ -56,6 +56,7 @@ import com.rnt.vo.ParkLotCardVO; |
56 | 56 | import com.xiaoleilu.hutool.date.DateField; |
57 | 57 | import com.xiaoleilu.hutool.date.DateUtil; |
58 | 58 | import org.beetl.sql.core.kit.StringKit; |
59 | +import org.springframework.beans.BeanUtils; | |
59 | 60 | |
60 | 61 | /** |
61 | 62 | * 感谢 *半杯* 童鞋联调支付API |
... | ... | @@ -1130,11 +1131,10 @@ public class WeixinPayController extends Controller { |
1130 | 1131 | * 检查输入的车牌号是否存订单(带核算/待支付/已完成).<br/> |
1131 | 1132 | */ |
1132 | 1133 | public void parkOrderForNotPayExist(){ |
1133 | - BizResult<OrderVO> result = new BizResult<OrderVO>(); | |
1134 | + BizResult<Order> result = new BizResult<Order>(); | |
1134 | 1135 | String carNum = this.getPara("carNum"); |
1135 | 1136 | logger.info("开始校验输入车牌是否存在待核算订单..入参="+carNum); |
1136 | 1137 | String rs =""; |
1137 | - OrderVO OrderVO = new OrderVO(); | |
1138 | 1138 | try{ |
1139 | 1139 | if(StringKit.isNotBlank(carNum)){ |
1140 | 1140 | OrderService orderService = Duang.duang(OrderService.class); |
... | ... | @@ -1142,7 +1142,7 @@ public class WeixinPayController extends Controller { |
1142 | 1142 | /**查询待核算支付单信息.*/ |
1143 | 1143 | Order order = orderService.findOrderByCarNum(carNum); |
1144 | 1144 | if(order != null && StringKit.isNotBlank(order.getOrderId())){ |
1145 | - result.setData(OrderVO); | |
1145 | + result.setData(order); | |
1146 | 1146 | /**调用艾润查询费用接口.*/ |
1147 | 1147 | rs = iRainQueryService.billQuery(carNum, order.getParkId()); |
1148 | 1148 | }else{ |
... | ... | @@ -1166,7 +1166,7 @@ public class WeixinPayController extends Controller { |
1166 | 1166 | }catch(Exception e){ |
1167 | 1167 | e.printStackTrace(); |
1168 | 1168 | } |
1169 | - logger.info("结束校验输入车牌是否存在待核算订单..入参="+carNum); | |
1169 | + logger.info("结束校验输入车牌是否存在待核算订单..结果="+JSONObject.toJSONString(result)); | |
1170 | 1170 | this.renderJson(result); |
1171 | 1171 | |
1172 | 1172 | } | ... | ... |
src/main/resources/a_little_config.txt
... | ... | @@ -3,17 +3,17 @@ devMode = true |
3 | 3 | |
4 | 4 | ######## park库 |
5 | 5 | |
6 | -park.druid.url=jdbc:mysql://61.177.139.228:13906/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
7 | -park.druid.username=zteits | |
8 | -park.druid.password=Zteits;123456 | |
6 | +#park.druid.url=jdbc:mysql://61.177.139.228:13906/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
7 | +#park.druid.username=zteits | |
8 | +#park.druid.password=Zteits;123456 | |
9 | 9 | |
10 | 10 | #park.druid.url=jdbc:mysql://127.0.0.1:3306/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true |
11 | 11 | #park.druid.username=root |
12 | 12 | #park.druid.password=Admin!@# |
13 | 13 | |
14 | -#park.druid.url=jdbc:mysql://192.168.1.167:3306/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
15 | -#park.druid.username=root | |
16 | -#park.druid.password=root | |
14 | +park.druid.url=jdbc:mysql://192.168.1.167:3306/zteits-park?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
15 | +park.druid.username=root | |
16 | +park.druid.password=root | |
17 | 17 | park.druid.initialSize=1 |
18 | 18 | park.druid.minIdle=1 |
19 | 19 | park.druid.maxActive=20 |
... | ... | @@ -32,13 +32,13 @@ park.druid.testOnWhileIdle=true |
32 | 32 | #zf.druid.password=root |
33 | 33 | |
34 | 34 | |
35 | -zf.druid.url=jdbc:mysql://61.177.139.228:13906/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
36 | -zf.druid.username=zteits | |
37 | -zf.druid.password=Zteits;123456 | |
35 | +#zf.druid.url=jdbc:mysql://61.177.139.228:13906/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
36 | +#zf.druid.username=zteits | |
37 | +#zf.druid.password=Zteits;123456 | |
38 | 38 | |
39 | -#zf.druid.url=jdbc:mysql://192.168.1.167:3306/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
40 | -#zf.druid.username=root | |
41 | -#zf.druid.password=root | |
39 | +zf.druid.url=jdbc:mysql://192.168.1.167:3306/zteits-zf?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true | |
40 | +zf.druid.username=root | |
41 | +zf.druid.password=root | |
42 | 42 | |
43 | 43 | zf.druid.initialSize=1 |
44 | 44 | zf.druid.minIdle=1 |
... | ... | @@ -62,22 +62,22 @@ redis.port=6379 |
62 | 62 | token=mytoken |
63 | 63 | |
64 | 64 | # 测试用的账号 |
65 | +appId=wx077cae81383034aa | |
66 | +appSecret=d4624c36b6795d1d99dcf0547af5443d | |
67 | + | |
65 | 68 | #appId=wx271a27f6ad9b8704 |
66 | 69 | #appSecret=1aee0b25571ffcbb1f6d3e52d5054c79 |
67 | 70 | |
68 | -appId=wx271a27f6ad9b8704 | |
69 | -appSecret=1aee0b25571ffcbb1f6d3e52d5054c79 | |
70 | - | |
71 | 71 | #是否对消息进行加密,是否对消息进行加密,对应于微信平台的消息加解密方式,false支持明文模式及兼容模式,true支持安全模式及兼容模式 |
72 | 72 | #encryptMessage=true |
73 | 73 | #encodingAesKey=yourEncodingAesKey |
74 | 74 | |
75 | 75 | #路径配置 |
76 | -#app.host=http://p6esgw.natappfree.cc | |
77 | -#app.staticHost=http://p6esgw.natappfree.cc/static | |
76 | +#app.host=http://dwmyqq.natappfree.cc | |
77 | +#app.staticHost=http://dwmyqq.natappfree.cc/static | |
78 | 78 | |
79 | -app.host=http://atao.s1.natapp.cc | |
80 | -app.staticHost=http://atao.s1.natapp.cc/static | |
79 | +app.host=http://dwmyqq.natappfree.cc | |
80 | +app.staticHost=http://dwmyqq.natappfree.cc/static | |
81 | 81 | |
82 | 82 | #weixin pay |
83 | 83 | #是否支持信用卡支付 | ... | ... |
src/main/webapp/WEB-INF/pages/select.html
... | ... | @@ -180,7 +180,7 @@ $('#view_now').on('click',function () { |
180 | 180 | $.alert("亲!查询待支付订单失败,请重试!"); |
181 | 181 | }else{ |
182 | 182 | var orderVO = data.data; |
183 | - if(orderVO.orderId != null && orderVO.orderId !=''){ | |
183 | + if(orderVO.order_id != null && orderVO.order_id !=''){ | |
184 | 184 | window.location.href= mUrl.queryOrderInfoView +"&carNum="+val; |
185 | 185 | }else{ |
186 | 186 | window.location.href= mUrl.queryOrderCheckErrorView+"&carNum="+val; | ... | ... |
src/main/webapp/static/js/url.js
1 | 1 | var mUrl = mUrl || {}; |
2 | -var webPath = 'http://p6esgw.natappfree.cc'; | |
3 | -var webPath = 'http://atao.s1.natapp.cc'; | |
2 | +//var webPath = 'http://p6esgw.natappfree.cc'; | |
3 | +var webPath = 'http://dwmyqq.natappfree.cc'; | |
4 | 4 | mUrl.getCommonParam = function () { |
5 | 5 | //获取公共参数 |
6 | 6 | var openId = mUrl.getOpenId(); | ... | ... |