Commit 21fa01a5 authored by unset's avatar unset

用户信息修改

parent c6af1692
......@@ -26,4 +26,8 @@ public class NewsInfoController extends BaseController<NewsInfoBiz, NewsInfo> {
return baseBiz.getAll();
}
@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