PDA 改为UNIAPP

master
cez 2022-06-24 15:22:13 +08:00
parent c2835cce9a
commit 8f38ab6832
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ public class ApiController {
public ResponseMessage<?> rfid_save(@PathVariable("username") String username, public ResponseMessage<?> rfid_save(@PathVariable("username") String username,
@RequestBody wmientity wmientityin, @RequestBody wmientity wmientityin,
HttpServletRequest request) { HttpServletRequest request) {
return wmomController.rfid_save(username, wmientityin, request); return wmomController.rfid_save(username, wmientityin, request);
} }
@RequestMapping(value = "/login", method = RequestMethod.POST) @RequestMapping(value = "/login", method = RequestMethod.POST)