Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Dec 16, 2024
1 parent fa4fda4 commit 6fe2b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wechat/v3/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ func NewClientV3(mchid, serialNo, apiV3Key, privateKey string) (client *ClientV3
return client, nil
}

// SetRequestIdFunc 设置自定义请求头 Request-Id 处理方法
func (c *ClientV3) SetRequestIdFunc(requestIdFunc xhttp.RequestIdHandler) {
if requestIdFunc != nil {
c.requestIdFunc = requestIdFunc
Expand Down

0 comments on commit 6fe2b99

Please sign in to comment.