This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
J1147
/
ai-on-wechat
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
fix: empty content issue
master
lanvent
1 년 전
부모
279f0f0234
커밋
dcb9d7fc2a
1개의 변경된 파일
과
3개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
channel/wechat/wechat_channel.py
+ 3
- 0
channel/wechat/wechat_channel.py
파일 보기
@@ -244,6 +244,9 @@ class WechatChannel(Channel):
# 处理消息 TODO: 如果wechaty解耦,此处逻辑可以放置到父类
def handle(self, context):
if not context.content:
return
reply = Reply()
logger.debug('[WX] ready to handle context: {}'.format(context))
Write
Preview
Loading…
취소
저장