project-mirai / mirai-api-http

Mirai HTTP API (console) plugin
GNU Affero General Public License v3.0
1.66k stars 343 forks source link

[功能请求] 在状态码中保留原错误信息 #519

Open 0f-0b opened 2 years ago

0f-0b commented 2 years ago

例如群不存在时 /file/list 返回的数据是 {"code":5,"msg":"指定对象不存在"},据此难以判断出错原因(#510)。如果返回 {"code":5,"msg":"指定对象不存在:group <群号>"} 就能一目了然。