Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coderwhy/HYMiniMall
/ getSubcategory
Function
getSubcategory
service/category.js:9–16 ·
view source on GitHub ↗
(maitKey)
Source
from the content-addressed store, hash-verified
7
}
8
9
export
function
getSubcategory(maitKey) {
10
return
request({
11
url:
'/subcategory'
,
12
data: {
13
maitKey
14
}
15
})
16
}
17
18
export
function
getCategoryDetail(miniWallkey,
type
) {
19
return
request({
Callers
1
_getSubcategory
Function · 0.90
Calls
1
request
Function · 0.85
Tested by
no test coverage detected