Tencent/APIJSON

[问题] 删除不存在的数据会报错

Open

#759 opened on Sep 14, 2024

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (17,967 stars) (2,229 forks)batch import
Document 文档Question 使用问题help wanted

Description

Description

image image 图一为删除不存在的数据。 图二为删除存在的数据。 我希望删除不存在的数据的返回结果,和查询不存在的数据的返回结果类似,即 ok:true,code:200,count:0,id不显示 请问应该如何修改?

Contributor guide