From 735afd564c9af41513d20daff7c994a6087c3b65 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Fri, 29 Nov 2024 13:53:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E4=B8=A2=E5=A4=B1=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/yskApi/goods.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/http/yskApi/goods.js b/http/yskApi/goods.js index 18e1587..5fa897f 100644 --- a/http/yskApi/goods.js +++ b/http/yskApi/goods.js @@ -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) {