def music_player(msg):
if msg['ToUserName'] != 'filehelper':
return
if msg['Text'] == u'??':
itchat.send(u'??macbook????', 'filehelper')
if msg['Text'] == u'??':
itchat.send(u'????', 'filehelper')
else:
itchat.send(u'????????', 'filehelper')
#itchat.send(interact_select_song(msg['Text']), 'filehelper')
评论列表
文章目录