We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092c97a commit f185f61Copy full SHA for f185f61
src/work/externalContact/contactWay/client.go
@@ -24,7 +24,7 @@ func NewClient(app kernel.ApplicationInterface) (*Client, error) {
24
}
25
26
// 配置客户联系「联系我」方式.
27
-// https://developer.work.weixin.qq.com/document/path/92572
+// https://developer.work.weixin.qq.com/document/path/92228
28
func (comp *Client) Add(ctx context.Context, options *request2.RequestAddContactWay) (*response3.ResponseAddContactWay, error) {
29
30
result := &response3.ResponseAddContactWay{}
0 commit comments