namespace YooAsset { public interface IWechatQueryServices { /// /// 查询是否为微信缓存的资源文件 /// /// 包裹名称 /// 文件名称(包含文件的后缀格式) /// 文件哈希值 /// 返回查询结果 bool Query(string packageName, string fileName, string fileCRC); } }