MCPcopy
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
9export function getSubcategory(maitKey) {
10 return request({
11 url: '/subcategory',
12 data: {
13 maitKey
14 }
15 })
16}
17
18export function getCategoryDetail(miniWallkey, type) {
19 return request({

Callers 1

_getSubcategoryFunction · 0.90

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected