mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-09 11:07:35 +08:00
✨ feat: 添加统计服务
This commit is contained in:
@@ -15,6 +15,6 @@ export interface Donor {
|
||||
* 获取捐赠列表
|
||||
*/
|
||||
export const getDonationList = async (): Promise<Donor[]> => {
|
||||
const { data } = await axios.get('http://110.42.251.190:8766/api/donations');
|
||||
const { data } = await axios.get('http://donate.alger.fun/api/donations');
|
||||
return data;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user