このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
Patrick
/
wechat_hitxy
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
safe guard empty message will not produce "BUG" message, it's legit
master
Patrick Peng Sun
8年前
親
f077b71fb2
コミット
b0f2d7fc3c
1個のファイルの変更
、
3行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+3
-0
wechatMsg.go
+ 3
- 0
wechatMsg.go
ファイルの表示
@@ -35,6 +35,9 @@ func (m *InWechatMsg) replyXML(xml string) {
}
func (m *InWechatMsg) replyText(s string) {
if s == "" && m.replied == true {
return //skip safeguard empty message
}
str, _ := BuildTextMsg(m.header.FromUserName, s)
m.replyXML(str)
}
書き込み
プレビュー
読み込み中…
キャンセル
保存