ShenKeeeew

Results 2 issues of ShenKeeeew

使用被动回复接口时,抛出异常,比较奇怪的是有时出错,有时正常,是不是网络问题的锅? 代码如下: `@itchatmp.msg_register(itchatmp.content.LINK)` `def linx_reply(msg):` ` if u'红包' in msg['Title']:` ` red_dict[msg['FromUserName']] = msg['Url']` ` #下面方法为向某网站api接口请求数据` ` conunt_left = connect_mtdhb.update_counts()` ` return u'系统可用红包点数为 ' + str(conunt_left) + ',请输入红包密令'` 异常日志如下: `Traceback...