@@ -1,9 +1,9 @@
import { ResultInfo } from './interface'
/**
- * 获取
- * @param map
- * @param type
- * @returns
+ * 获取请求接口时候成功或者失败信息
+ * @param map 提示信息数据集合
+ * @param type 数据集合 的key
+ * @returns [成功信息, 失败信息]
*/
export function getRequestResultInfo(map: Map<number, ResultInfo>, type: number): ResultInfo {
if (map.has(type)) {