wechat_work_webhook_py
wechat_work_webhook_py copied to clipboard
不能@多个人
如,wechat.text('test',['a','b',''c]),只能@a,后面的b c没有@到
我测试没有问题。 只是需要写对被 @ 对象的 userid 。
userid 可以在企业微信网页版后台的通讯录看到

如果不能确认 userid,可以使用第三个参数,传被 @ 对象的手机号
wechat.text('test',[],['123','123'])