Browse Source

add annotation

Jerry 7 năm trước cách đây
mục cha
commit
4bf287a2b1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()