MCPcopy
hub / github.com/InkTimeRecord/TTime / findNewByInfo

Function findNewByInfo

src/renderer/src/api/user.ts:19–25  ·  view source on GitHub ↗
(data: any)

Source from the content-addressed store, hash-verified

17 * 获取最新服务配置
18 */
19export function findNewByInfo(data: any): Promise<AxiosResponse> {
20 return request({
21 url: 'translate/translateServiceInfo/findNewByInfo',
22 method: HttpMethodType.GET,
23 params: data
24 })
25}
26
27/**
28 * 指定ID对应的记录重新构建最新版本

Callers 2

initNewServiceInfoFunction · 0.90
loadNewServiceInfoFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected