Skip to content

Commit

Permalink
修复 删除客户群进群方式配置的 返回值 (silenceper#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuannanxan committed Nov 16, 2022
1 parent a0da775 commit 5f0cb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions work/externalcontact/join_way.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package externalcontact

import (
"fmt"

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

Expand Down Expand Up @@ -133,7 +133,7 @@ func (r *Client) UpdateJoinWay(req *UpdateJoinWayRequest) (*util.CommonError, er

// DelJoinWay 删除客户群进群方式配置
// @see https://developer.work.weixin.qq.com/document/path/92229
func (r *Client) DelJoinWay(req *JoinWayConfigRequest) (any, error) {
func (r *Client) DelJoinWay(req *JoinWayConfigRequest) (*util.CommonError, error) {
var (
accessToken string
err error
Expand Down

0 comments on commit 5f0cb36

Please sign in to comment.