APP权限

master
cez 2022-08-18 08:32:30 +08:00
parent daa820f74f
commit 6cf935bfa7
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ public class ApiController {
* @return * @return
*/ */
@RequestMapping(value = "/appfunctionList", method = RequestMethod.GET) @RequestMapping(value = "/appfunctionList/{username}", method = RequestMethod.GET)
public ResponseMessage<?> appfunctionList(@PathVariable("username") String username, public ResponseMessage<?> appfunctionList(@PathVariable("username") String username,
HttpServletRequest request) { HttpServletRequest request) {
//根据用户名获取APP用户 //根据用户名获取APP用户