1) 增加计划导出功能
This commit is contained in:
parent
4315561afd
commit
cd35c6fa8a
|
@ -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
Loading…
Reference in New Issue