We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
调用batches_transfer,有的时候能成功返回,有的时候返回下面这个,如何解? { status: undefined, errRaw: { errno: -54, code: 'ECONNRESET', syscall: 'read' }, error: undefined } superagent: double callback bug
The text was updated successfully, but these errors were encountered:
batches_transfer 是不是多了一个回调地址参数:notify_url?https://pay.weixin.qq.com/docs/merchant/apis/batch-transfer-to-balance/transfer-batch-callback-notice.html
Sorry, something went wrong.
你没有接交易回调吗?
No branches or pull requests
调用batches_transfer,有的时候能成功返回,有的时候返回下面这个,如何解?
{
status: undefined,
errRaw: { errno: -54, code: 'ECONNRESET', syscall: 'read' },
error: undefined
}
superagent: double callback bug
The text was updated successfully, but these errors were encountered: