feat: license模块调整
This commit is contained in:
@@ -26,7 +26,7 @@ export function getCustomerPage(params: PageParam) {
|
||||
);
|
||||
}
|
||||
|
||||
/** 查询客户分页 */
|
||||
/** 查询客户列表 */
|
||||
export function getCustomerList() {
|
||||
return requestClient.get<CustomerApi.Customer[]>('/license/customer/list');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user