This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
Patrick
/
wechat_hitxy
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
safe guard empty message will not produce "BUG" message, it's legit
master
Patrick Peng Sun
8 년 전
부모
f077b71fb2
커밋
b0f2d7fc3c
1개의 변경된 파일
과
3개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
}
Write
Preview
Loading…
취소
저장