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 7a72874 commit 35c9b83Copy full SHA for 35c9b83
upgrade.go
@@ -8,7 +8,7 @@ import (
8
9
const (
10
//获取配置的专员与客户群
11
- upgradeServiceConfigAddr = " https://qyapi.weixin.qq.com/cgi-bin/kf/customer/get_upgrade_service_config?access_token=%s"
+ upgradeServiceConfigAddr = "https://qyapi.weixin.qq.com/cgi-bin/kf/customer/get_upgrade_service_config?access_token=%s"
12
// 为客户升级为专员或客户群服务
13
upgradeService = "https://qyapi.weixin.qq.com/cgi-bin/kf/customer/upgrade_service?access_token=%s"
14
//为客户取消推荐
0 commit comments