Commit b2a9fa67 authored by Java-刘 彧阳's avatar Java-刘 彧阳

根据用户手机号查用户id接口增加

parent 463c78ff
......@@ -467,7 +467,7 @@ public class InnerController implements IBaseController {
@RequestMapping("/user/findByPhones")
public JsonResult getUseridByPhones(@RequestParam("userPhones")String userPhones){
public JsonResult getUserIdByPhones(@RequestParam("userPhones")String userPhones){
//todo now
if(StringUtils.isBlank(userPhones)){
return JsonResult.buildErrorStateResult("传入用户手机号不可为空",null);
......
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