Jerry 7 лет назад
Родитель
Сommit
4bf287a2b1
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      wechat_notify.go

+ 1 - 0
wechat_notify.go

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