Commit 701baba7 authored by unset's avatar unset

用户信息修改

parent 21fa01a5
......@@ -26,4 +26,9 @@ public class IndustryApplicationInfoController extends BaseController<IndustryAp
return baseBiz.getAllIndexShow();
}
@GetMapping(value = "/app/unauth/detail")
public ObjectRestResponse detail(Integer id) {
return ObjectRestResponse.succ(baseBiz.selectById(id));
}
}
\ No newline at end of file
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