wechatpay-go
wechatpay-go copied to clipboard
【Feature Request】希望新增支付回调对grpc-gateway的支持
- Go 版本:1.22.1
- wechatpay-go 版本:v0.2.20
官方实例中的回调接口解密函数
func (h *Handler) ParseNotifyRequest(ctx context.Context, request *http.Request, content interface{}) (*Request, error)
其中需要传入一个*http.Request
实例,但是使用grpc-gateway时,无法获取*http.Request
实例