このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
J1147
/
ai-on-wechat
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
fix: empty content issue
master
lanvent
1年前
親
279f0f0234
コミット
dcb9d7fc2a
1個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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))
書き込み
プレビュー
読み込み中…
キャンセル
保存