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