Commit dd131e26 by 墨竹

refactor:跳过登录

parent 7f808b9a
...@@ -442,6 +442,7 @@ public class WxEnterpriseInfoController extends WebBaseController { ...@@ -442,6 +442,7 @@ public class WxEnterpriseInfoController extends WebBaseController {
} }
@RequestMapping("get-staff-info") @RequestMapping("get-staff-info")
@IgnoreLogin
public HaobanResponse getStaffInfo(String phoneNumber) { public HaobanResponse getStaffInfo(String phoneNumber) {
if (StringUtils.isBlank(phoneNumber)) { if (StringUtils.isBlank(phoneNumber)) {
return resultResponse(HaoBanErrCode.ERR_2); return resultResponse(HaoBanErrCode.ERR_2);
......
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