Authing/authing-js-sdk

多次删除同一个用户或者删除一个不存在的用户

Closed this issue · 1 comments

Log

2018/05/01 17:52:24 >>>>>>>>>request body
2018/05/01 17:52:24 {"query":"mutation($ids:[String!]!$operator:String!$registerInClient:String!){removeUsers(ids: $ids, registerInClient: $registerInClient, operator: $operator){_id,email,unionid}}","variables":{"ids":["5ae3d830f0db4b000117a95f"],"operator":"","registerInClient":"5adb75e03055230001023b26"}}

2018/05/01 17:52:24 >>>>>>>>>response body
2018/05/01 17:52:24 {"data":{"removeUsers":[]}}

总是返回成功,没有errors?

已增加了错误代码2210

执行了错误的删除操作,可能原因是意图删除不存在的用户,或删除过程中出现了其它错误