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