2025-06-19 17:33:18 +08:00

8 lines
160 B
TypeScript

import { getAction } from './base';
/**
* 获取加密字符串
* @returns
*/
export const getEncryptedString = () => getAction('/sys/getEncryptedString');