feat: 接口调试

This commit is contained in:
zoujing
2025-07-21 18:08:45 +08:00
parent eef75457c8
commit 8a040896a7
7 changed files with 28 additions and 18 deletions

View File

@@ -1,9 +1,7 @@
import request from "../base/request";
function login(args) {
return request.post('/auth/oauth2/token', args, {
noToken: true,
});
return request.post('/auth/oauth2/token', args);
}
export { login }