Skip to content

Commit d15584d

Browse files
authored
Merge pull request #631 from stormeyes/patch-1
注释对应的链接地址和接口名称写错了
2 parents 6395c90 + 9024b6d commit d15584d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/work/accountService/customer/client.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ func NewClient(app kernel.ApplicationInterface) (*Client, error) {
2424
}, nil
2525
}
2626

27-
// 读取消息
28-
// https://developer.work.weixin.qq.com/document/path/94670
27+
// 获取客户基础信息
28+
// https://developer.work.weixin.qq.com/document/path/96429
2929
func (comp *Client) BatchGet(ctx context.Context, externalUserIDList []string, needEnterSessionContext int8) (*response.ResponseCustomerBatchGet, error) {
3030

3131
result := &response.ResponseCustomerBatchGet{}

0 commit comments

Comments
 (0)