Commit 605aaf0b by huluobin

美甲师登陆流程修改 线程变量保存登陆Seesion

parent 0b213877
...@@ -162,7 +162,6 @@ public class XcxController { ...@@ -162,7 +162,6 @@ public class XcxController {
@ApiOperation(value = "美甲师选择多门店的账号") @ApiOperation(value = "美甲师选择多门店的账号")
@PostMapping("/technician/xcx/choseStore") @PostMapping("/technician/xcx/choseStore")
public JsonResult<Void> choseStore(@RequestParam(name = "token") String token, public JsonResult<Void> choseStore(@RequestParam(name = "token") String token,
@RequestParam(name = "technicianId") Integer technicianId,
@RequestParam Integer departmentId) { @RequestParam Integer departmentId) {
log.info("美甲师选择多门店的账号"); log.info("美甲师选择多门店的账号");
GogirlToken gogirlToken = gogirlTokenService.getByToken(token); GogirlToken gogirlToken = gogirlTokenService.getByToken(token);
......
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