add:照明系统接口与逻辑补充

This commit is contained in:
chenpingsen
2024-07-26 15:15:32 +08:00
parent 744aae1bba
commit e14bd35fac
3 changed files with 140 additions and 118 deletions

View File

@@ -40,7 +40,7 @@ export const dict = async ({
};
/**
* 获取所有枚举(无需传参)
* 获取所有枚举(参数为数组,可以不传参)
*/
export const getAllEnum = async ({
api = `${BASE_URL}/operation/enum/getAllEnum`,