feat: 取客户最大sn
This commit is contained in:
@@ -63,4 +63,9 @@ async function isCustomerNameExists(
|
||||
});
|
||||
}
|
||||
|
||||
export { isCustomerNameExists };
|
||||
/** 查询当前最大sn */
|
||||
async function getMaxSn() {
|
||||
return requestClient.get<boolean>('/license/customer/max-sn');
|
||||
}
|
||||
|
||||
export { getMaxSn, isCustomerNameExists };
|
||||
|
||||
Reference in New Issue
Block a user