修复部分方法丢失问题
This commit is contained in:
parent
23546c7b27
commit
735afd564c
|
|
@ -119,6 +119,9 @@ export const $productSpec=new $API('/api/tbProductSpec',http.req)
|
|||
|
||||
|
||||
// v2 api start
|
||||
export function $tbProductList(data) {
|
||||
return http.req('/api/tbProduct/list', {...data,shopId:uni.getStorageSync('shopId')}, 'get')
|
||||
}
|
||||
|
||||
/* 商品列表 V2 */
|
||||
export function $tbProductV2(data) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue