♻️ update emoji function

This commit is contained in:
landaiqing
2024-10-01 17:21:19 +08:00
parent f358e0d26a
commit 20d78afe80
306 changed files with 872 additions and 236 deletions

View File

@@ -1,21 +1,5 @@
import {service} from "@/utils/alova/service.ts";
/**
* 获取用户设备信息
*/
export const getUserDevice = (userId: string) => {
return service.Get('/api/oauth/get_device',
{
params: {
user_id: userId,
},
meta: {
ignoreToken: true,
}
}
);
};
/**
* 生成客户端id
*/