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

Function getProduct

service/home.js:9–17  ·  view source on GitHub ↗
(type, page)

Source from the content-addressed store, hash-verified

7}
8
9export function getProduct(type, page) {
10 return request({
11 url: '/home/data',
12 data: {
13 type,
14 page
15 }
16 })
17}

Callers 1

_getProductDataFunction · 0.90

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected