修复部分方法丢失问题

This commit is contained in:
YeMingfei666 2024-11-29 13:53:00 +08:00
parent 23546c7b27
commit 735afd564c
1 changed files with 3 additions and 0 deletions

View File

@ -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) {