MCPcopy
hub / github.com/zhinianboke/xianyu-auto-reply / get

Function get

frontend/src/utils/request.ts:135–141  ·  view source on GitHub ↗
(
  url: string,
  config?: AxiosRequestConfig
)

Source from the content-addressed store, hash-verified

133
134// 封装 GET 请求
135export const get = async <T = unknown>(
136 url: string,
137 config?: AxiosRequestConfig
138): Promise<T> => {
139 const response = await request.get<T>(url, config)
140 return response.data
141}
142
143// 封装 POST 请求
144export const post = async <T = unknown>(

Callers 15

getPublishAddressesFunction · 0.90
getPersonalAddressesFunction · 0.90
getAutoReplyLogsFunction · 0.90
getFeedbackStatsFunction · 0.90
getFeedbacksFunction · 0.90
getFeedbackDetailFunction · 0.90
getCardsFunction · 0.90
getCardItemIdsFunction · 0.90
getDeliveryBlockRulesFunction · 0.90
getAIReplySettingsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected