소스 검색

add annotation

Jerry 7 년 전
부모
커밋
4bf287a2b1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      wechat_notify.go

+ 1 - 0
wechat_notify.go

@@ -11,6 +11,7 @@ import (
 	"net/http"
 	"net/http"
 )
 )
 
 
+//解析支付完成后的回调信息
 func ParseNotifyResult(req *http.Request) (notifyRsp *WeChatNotifyRequest, err error) {
 func ParseNotifyResult(req *http.Request) (notifyRsp *WeChatNotifyRequest, err error) {
 	notifyRsp = new(WeChatNotifyRequest)
 	notifyRsp = new(WeChatNotifyRequest)
 	defer req.Body.Close()
 	defer req.Body.Close()