MCPcopy
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
18export function getCategoryDetail(miniWallkey, type) {
19 return request({
20 url: '/subcategory/detail',
21 data: {
22 miniWallkey,
23 type
24 }
25 })
26}

Callers 1

_getRealCategoryDetailFunction · 0.90

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected