module.exports = { "GET /admin-api/system/tenant/get-id-by-name": { data: 1, success: true, code: 0, }, "POST /admin-api/system/auth/login": { data: null, success: true, code: 0, }, "POST /api/login/outLogin": { data: {}, success: true }, "POST /api/login/account": { status: "ok", type: "account", currentAuthority: "admin", }, };