cyanray / mirai-cpp

本项目为 mirai-api-http 的 C++ 封装,方便使用 C++ 开发基于 mirai-api-http 插件。
GNU Affero General Public License v3.0
148 stars 38 forks source link

修复: 上传图片未检查文件是否成功打开 #31

Closed cyanray closed 3 years ago

cyanray commented 3 years ago
if (!ifs.is_open()) 
    throw std::runtime_error("打开文件失败,请确认路径是否正确并检查文件是否存在");