This commit is contained in:
quantulr
2023-08-30 17:27:21 +08:00
commit 0288146b0d
85 changed files with 26508 additions and 0 deletions

6
miniprogram/api/dict.ts Normal file
View File

@ -0,0 +1,6 @@
import httpClient from "../utils/request";
export const getDict = (dictType: string) =>
httpClient.request({
url: `/mini-app/dict/type/${dictType}`,
});