PDA 改为UNIAPP
parent
c2835cce9a
commit
8f38ab6832
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue