wechat_work_webhook_py icon indicating copy to clipboard operation
wechat_work_webhook_py copied to clipboard

不能@多个人

Open jennyjane opened this issue 4 years ago • 2 comments

如,wechat.text('test',['a','b',''c]),只能@a,后面的b c没有@到

jennyjane avatar Jul 25 '21 10:07 jennyjane

我测试没有问题。 只是需要写对被 @ 对象的 userid 。 userid 可以在企业微信网页版后台的通讯录看到 image

如果不能确认 userid,可以使用第三个参数,传被 @ 对象的手机号

wechat.text('test',[],['123','123'])

mqzhang avatar Aug 22 '21 11:08 mqzhang