咖啡饮品提交

This commit is contained in:
duan
2025-03-11 14:56:37 +08:00
parent c1917c5fa3
commit d4240c4012
28 changed files with 1666 additions and 286 deletions

View File

@@ -19,4 +19,12 @@ export const APIhome = (data) => {
toast: false
})
}
// 获取咖啡
export const userdict = (data) => {
return request({
url: '/account/user/dict',
method: 'GET',
data: data,
toast: false
})
}