/** * @param url 请求地址 * @param type 服务类型 * @param msg 参数 * @param cache 是否缓存 * @param force_update_cache 是否即时刷新缓存 */ export default function service(type: string, msg: any, cache: boolean, force_update_cache: boolean): Promise;