Merge branch 'master' of https://e.coding.net/g-cphe0354/cashier/cashier-web into ymf
This commit is contained in:
@@ -49,7 +49,13 @@ const AuthAPI = {
|
||||
data,
|
||||
});
|
||||
},
|
||||
|
||||
// 商品详情
|
||||
getDetail(id: number) {
|
||||
return request<any, Responseres>({
|
||||
url: `${baseURL}/${id}`,
|
||||
method: "get",
|
||||
});
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user