Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coderwhy/HYMiniMall
/ getCategoryDetail
Function
getCategoryDetail
service/category.js:18–26 ·
view source on GitHub ↗
(miniWallkey, type)
Source
from the content-addressed store, hash-verified
16
}
17
18
export
function
getCategoryDetail(miniWallkey,
type
) {
19
return
request({
20
url:
'/subcategory/detail'
,
21
data: {
22
miniWallkey,
23
type
24
}
25
})
26
}
Callers
1
_getRealCategoryDetail
Function · 0.90
Calls
1
request
Function · 0.85
Tested by
no test coverage detected