MCPcopy Create free account
hub / github.com/VienLi/CcView / getDesign

Function getDesign

src/api/design.ts:11–17  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

9}
10// 获取设计
11export function getDesign(id: string): Promise<BaseResult> {
12 return axiosInstance.get(`/api/design/getDesign`, {
13 params: {
14 id
15 }
16 });
17}

Callers 1

index.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected