Files

7 lines
162 B
TypeScript
Raw Permalink Normal View History

2023-08-30 17:27:21 +08:00
import httpClient from "../utils/request";
export const getDict = (dictType: string) =>
httpClient.request({
url: `/mini-app/dict/type/${dictType}`,
});