增加进件功能
This commit is contained in:
@@ -15,6 +15,17 @@ export function getShopInfo(data, urlType = 'account') {
|
||||
})
|
||||
}
|
||||
|
||||
export function adminShopList(data, urlType = 'account') {
|
||||
return request({
|
||||
url: `${urlType}/admin/shopInfo`,
|
||||
method: "get",
|
||||
data: {
|
||||
...data
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 修改店铺详情
|
||||
* @returns
|
||||
|
||||
Reference in New Issue
Block a user