初始化

This commit is contained in:
hezhidong
2024-11-05 17:43:01 +08:00
parent 2a10e37c10
commit 4e1140419a
97 changed files with 8700 additions and 89 deletions
+14
View File
@@ -0,0 +1,14 @@
import request from "./index";
export function getShop(){
return request({
url: '/shop',
method: 'get'
})
}
export function getKind(){
return request({
url: '/hotkind',
method: 'get'
})
}