MCPcopy
hub / github.com/coderwhy/HYMiniMall / getDetail

Function getDetail

service/detail.js:3–10  ·  view source on GitHub ↗
(iid)

Source from the content-addressed store, hash-verified

1import request from './network.js'
2
3export function getDetail(iid) {
4 return request({
5 url: '/detail',
6 data: {
7 iid
8 }
9 })
10}
11
12export function getRecommends() {
13 return request({

Callers 1

_getDetailDataFunction · 0.90

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected