Skip to content

Commit 35c9b83

Browse files
committed
fix:修复升级服务请求路由错误的问题
1 parent 7a72874 commit 35c9b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
const (
1010
//获取配置的专员与客户群
11-
upgradeServiceConfigAddr = " https://qyapi.weixin.qq.com/cgi-bin/kf/customer/get_upgrade_service_config?access_token=%s"
11+
upgradeServiceConfigAddr = "https://qyapi.weixin.qq.com/cgi-bin/kf/customer/get_upgrade_service_config?access_token=%s"
1212
// 为客户升级为专员或客户群服务
1313
upgradeService = "https://qyapi.weixin.qq.com/cgi-bin/kf/customer/upgrade_service?access_token=%s"
1414
//为客户取消推荐

0 commit comments

Comments
 (0)