绿满眶商城微信小程序-uniapp
zxl
5 天以前 4c0c7752dc996baba58f33aa101a7385752061a3
api/goods.js
@@ -358,3 +358,14 @@
  })
}
/**
 * 根据skuid获取模板
 */
export function getTemplate(skuId) {
  return http.request({
    url: `/store/store/getTemplate/${skuId}`,
    method: Method.GET,
  })
}