| | |
| | | boolean wxCgi = requestURI.contains("cgi");
|
| | | boolean isShop = requestURI.contains("isShop");
|
| | | boolean listadvertisement = requestURI.contains("listadvertisement");
|
| | | boolean pageworkguide = !requestURI.contains("workguide/pageworkguide");
|
| | | boolean detailworkguide = !requestURI.contains("workguide/detailworkguide");
|
| | | boolean pagedynamic = !requestURI.contains("partybuilding/pagedynamic");
|
| | | boolean infodynamic = !requestURI.contains("partybuilding/infodynamic");
|
| | | // boolean pageworkguide = !requestURI.contains("workguide/pageworkguide");
|
| | | // boolean detailworkguide = !requestURI.contains("workguide/detailworkguide");
|
| | | // boolean pagedynamic = !requestURI.contains("partybuilding/pagedynamic");
|
| | | // boolean infodynamic = !requestURI.contains("partybuilding/infodynamic");
|
| | | SafeboxRequestWrapper safeboxRequestWrapper = new SafeboxRequestWrapper(request);
|
| | | if (login||doc||css||js||ui||swagger||ico||docs||error||refreshToken||useragreement||wxPay
|
| | | ||wxCgi||isShop||listadvertisement||pageworkguide||detailworkguide||pagedynamic||infodynamic) {
|
| | | ||wxCgi||isShop||listadvertisement) {
|
| | | //什么也不做
|
| | | } else {
|
| | | // 获取请求头中JWT的Token
|