Commit 3722d3fa by huluobin

fix

parent fa4716a7
...@@ -64,7 +64,7 @@ public class MvcInterceptorConfig extends WebMvcConfigurationSupport { ...@@ -64,7 +64,7 @@ public class MvcInterceptorConfig extends WebMvcConfigurationSupport {
.excludePathPatterns("/technician/phone/bindPhone_t") .excludePathPatterns("/technician/phone/bindPhone_t")
.excludePathPatterns("/technician/phone/getBindCode") .excludePathPatterns("/technician/phone/getBindCode")
.excludePathPatterns("/technician/xcx/upload") .excludePathPatterns("/technician/xcx/upload")
// .excludePathPatterns("/technician/xcx/getUserInfo_t") .excludePathPatterns("/technician/xcx/getUserInfo_t")
.excludePathPatterns("/technician/xcx/choseStore") .excludePathPatterns("/technician/xcx/choseStore")
.excludePathPatterns("/technician/xcx/getTechnicianShopList") .excludePathPatterns("/technician/xcx/getTechnicianShopList")
; ;
......
...@@ -147,7 +147,6 @@ public class XcxController { ...@@ -147,7 +147,6 @@ public class XcxController {
@GetMapping("/technician/xcx/getUserInfo_t") @GetMapping("/technician/xcx/getUserInfo_t")
public JsonResult<StoreTechnician> getTechnician(String token) { public JsonResult<StoreTechnician> getTechnician(String token) {
log.info("根据token:" + token + ",查询用户信息."); log.info("根据token:" + token + ",查询用户信息.");
return JsonResult.success(SessionUtils.getStoreTechnician()); return JsonResult.success(SessionUtils.getStoreTechnician());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment