We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
官方实例中的回调接口解密函数
func (h *Handler) ParseNotifyRequest(ctx context.Context, request *http.Request, content interface{}) (*Request, error)
其中需要传入一个*http.Request实例,但是使用grpc-gateway时,无法获取*http.Request实例
*http.Request
The text was updated successfully, but these errors were encountered:
xy-peng
No branches or pull requests
官方实例中的回调接口解密函数
其中需要传入一个
*http.Request
实例,但是使用grpc-gateway时,无法获取*http.Request
实例The text was updated successfully, but these errors were encountered: