/** * 调用服务 * @param spaceid 系统参数spaceid * @param type 服务类型 * @param msg 参数 */ export default function service(type: string, msg: unknown): Promise;