add page chk login
This commit is contained in:
@@ -393,6 +393,13 @@ router
|
||||
return n();
|
||||
})
|
||||
})
|
||||
.post('/chklogin', (req,res,n) => {
|
||||
if(!tool.checkPermission(req)) return n('ERR9001');
|
||||
res.api_res = {
|
||||
record: []
|
||||
}
|
||||
n();
|
||||
})
|
||||
.all('*', rt.send);
|
||||
|
||||
module.exports = router;
|
||||
Reference in New Issue
Block a user