1) 增加计划导出功能

This commit is contained in:
zhangds 2022-08-10 17:21:51 +08:00
parent 4315561afd
commit cd35c6fa8a
2 changed files with 393 additions and 349 deletions

View File

@ -888,4 +888,8 @@ export const batchSend = (data) => {
return req("post", baseurl + `/keys/batchSend`, data);
};
export const exportKey = (data) => {
return req("get", baseurl + "/key/export", data);
};
export { req };

File diff suppressed because it is too large Load Diff