Skip to content

Commit 6fe2b99

Browse files
committed
add comment
1 parent fa4fda4 commit 6fe2b99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: wechat/v3/client.go

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ func NewClientV3(mchid, serialNo, apiV3Key, privateKey string) (client *ClientV3
6060
return client, nil
6161
}
6262

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

0 commit comments

Comments
 (0)