接口变更

This commit is contained in:
BAKEYi 2026-06-02 15:25:06 +08:00
parent 85fbbd0990
commit 55fd66f872
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@
console.log('开始获取用户信息...'); console.log('开始获取用户信息...');
const type = 3; const type = 3;
request.post('/user/getuser', { request.post('/sj/getuser', {
type type
}).then(result => { }).then(result => {
console.log('接口返回完整数据:', result); console.log('接口返回完整数据:', result);