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

Function getCategory

service/category.js:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import request from './network.js'
2
3export function getCategory() {
4 return request({
5 url: '/category'
6 })
7}
8
9export function getSubcategory(maitKey) {
10 return request({

Callers 1

_getCategoryFunction · 0.90

Calls 1

requestFunction · 0.85

Tested by

no test coverage detected