11#ifndef NOS_SERVICE_INTERFACE_H
12#define NOS_SERVICE_INTERFACE_H
INENosService()=default
构造函数
virtual ~INENosService()=default
析构函数
virtual void uploadResource(const std::string &path, const NENosServiceCallback &cb)=0
上传文件
NECallback< const std::string & > NENosServiceCallback
virtual void setNosDownloadFilePath(const std::string &path)=0
设置默认下载路径
std::function< void(int, const std::string &, const TResultParam &...)> NECallback
通用回调