摘要: import itchat, requests, json def get_response(msg):#应答程序 url = 'http://www.tuling123.com/openapi/api/v2'#图灵机器人接口地址 send_msg = {#发送给图灵机器人的消息格式(json),参考api文档 "reqType": 0,#文本格式 ... 阅读全文
posted @ 2019-07-09 17:04 抹不掉的轻狂 阅读(447) 评论(0) 推荐(0)