api模板更新
Some checks failed
Tests / PHP 8.2 (push) Has been cancelled
Tests / PHP 8.3 (push) Has been cancelled
Tests / PHP 8.4 (push) Has been cancelled

This commit is contained in:
2025-05-19 14:04:19 +08:00
parent bc5bb19a14
commit 9f77221bdf

View File

@@ -9,6 +9,13 @@ export async function getupperCamelCaseListApi(data: any) {
return requestClient.get<any>(`${prefix}list`, { params: data });
}
/**
* 获取模板名称下拉列表
*/
export async function getupperCamelCaseOptionApi() {
return requestClient.get<any>(`${prefix}option`);
}
/**
* 获取模板名称详情
* @param id