Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kelvinji2009 opened this issue May 1, 2018 · 1 comment
Closed

Comments

@kelvinji2009
Copy link

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?

@leinue
Copy link
Member

leinue commented May 1, 2018

已增加了错误代码2210

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

@leinue leinue closed this as completed May 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants