初始化
This commit is contained in:
@@ -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'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user