/** * 调用服务 * @param url 请求地址 * @param type 服务类型 * @param msg 参数 */ export default function service(url: string, type: string, msg: any): Promise;