积分接口联调
This commit is contained in:
@@ -10,6 +10,6 @@ enum URL {
|
||||
|
||||
export const getCategoryList = () => get<CategoryBean>({ url: URL.categoryList });
|
||||
|
||||
export const getGoodsList = (params: any) => post<GoodsBean>({ url: URL.goodsList, data: params });
|
||||
export const getGoodsList = (params: any) => get<GoodsBean>({ url: URL.goodsList, data: params });
|
||||
|
||||
export const getGoodsDetail = (goodsId: string) => get<GoodsBean>({ url: URL.goodsDetail + `?goodsId=${goodsId}` });
|
||||
|
Reference in New Issue
Block a user