Skip to content

Commit

Permalink
fix:修复升级服务请求路由错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
NICEXAI committed Jul 29, 2021
1 parent 7a72874 commit 35c9b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

const (
//获取配置的专员与客户群
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"
// 为客户升级为专员或客户群服务
upgradeService = "https://qyapi.weixin.qq.com/cgi-bin/kf/customer/upgrade_service?access_token=%s"
//为客户取消推荐
Expand Down

0 comments on commit 35c9b83

Please sign in to comment.