feat: license模块调整

This commit is contained in:
caiyuchao
2025-07-02 16:20:56 +08:00
parent 01bada138c
commit 7d46e24db7
6 changed files with 137 additions and 82 deletions

View File

@@ -26,7 +26,7 @@ export function getCustomerPage(params: PageParam) {
);
}
/** 查询客户分页 */
/** 查询客户列表 */
export function getCustomerList() {
return requestClient.get<CustomerApi.Customer[]>('/license/customer/list');
}