Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
import
request from
'./network.js'
2
3
export
function
getDetail(iid) {
4
return
request({
5
url:
'/detail'
,
6
data: {
7
iid
8
}
9
})
10
}
11
12
export
function
getRecommends() {
13
return
request({
Callers
1
_getDetailData
Function · 0.90
Calls
1
request
Function · 0.85
Tested by
no test coverage detected