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
现在发送都是整个组都发送,有没有可以实现使用工号id来发送的
The text was updated successfully, but these errors were encountered:
@bluetom520
Sorry, something went wrong.
比如工号
可以的,我有个函数,你把工号填进去 data = ding.send_message(toparty=toparty, agentid=agentid, messages=messages) 这一句改为 data = ding.send_message(userid=‘123456’, agentid=agentid, messages=messages)
No branches or pull requests
现在发送都是整个组都发送,有没有可以实现使用工号id来发送的
The text was updated successfully, but these errors were encountered: