Commit a347e227 by huluobin

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

parent 47206bec
......@@ -102,7 +102,7 @@ public class PhoneLoginController {
@ResponseBody
@ApiOperation(value = "获取验证码,用于绑定手机号码")
@PostMapping("/technician/getBindCode")
@PostMapping("/technician//phone/getBindCode")
public JsonResult<String> techGetBindCode(@RequestParam String phone) {
if (!CheckUtil.isPhone(phone)) {
......@@ -123,7 +123,7 @@ public class PhoneLoginController {
private final StoreManageMapper storeManageMapper;
@ApiOperation(value = "美甲师根据验证码绑定手机号码")
@PostMapping("/technician/bindPhone_t")
@PostMapping("/technician/phone/bindPhone_t")
public JsonResult<Void> bindPhone_t(@RequestHeader String token,
@RequestParam String phone,
@RequestParam String code,
......
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