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