Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/coderwhy/LearnMiniProgram
/ getGoodsData
Function
getGoodsData
service/home.js:9–17 ·
view source on GitHub ↗
(type, page)
Source
from the content-addressed store, hash-verified
7
}
8
9
export
function
getGoodsData(
type
, page) {
10
return
request({
11
url:
'/home/data'
,
12
data: {
13
type
,
14
page
15
}
16
})
17
}
Callers
1
_getGoodsData
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected