Skip to content

Commit

Permalink
企业微信客户群进群方式配置 fix ci (silenceper#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuannanxan committed Nov 16, 2022
1 parent 0dcb7db commit a0da775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions work/externalcontact/groupchat.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package externalcontact

import (
"fmt"

"github.com/silenceper/wechat/v2/util"
)

// OpengIDToChatIDURL .
// OpengIDToChatIDURL 客户群opengid转换URL
const OpengIDToChatIDURL = "https://qyapi.weixin.qq.com/cgi-bin/externalcontact/opengid_to_chatid"

type (
Expand Down Expand Up @@ -124,7 +124,7 @@ type (
)

// OpengIDToChatID 客户群opengid转换
// @see https://developer.work.weixin.qq.com/document/path/94822
// @see https://developer.work.weixin.qq.com/document/path/94828
func (r *Client) OpengIDToChatID(req *OpengIDToChatIDRequest) (*OpengIDToChatIDResponse, error) {
accessToken, err := r.GetAccessToken()
if err != nil {
Expand Down

0 comments on commit a0da775

Please sign in to comment.