我使用的是托管在任何位置的虚拟服务器(该虚拟机安装了Windows server 2012 Datacenter R2 ),但不是域控制器。现在我安装了Team Foundation Server 2015 RC (它是发布的候选版本,但我认为我在其他版本中也会遇到类似的问题),并且URL是使用计算机名称填充的。
例如,如果我的域是abc.de,我的主机名是vmd12345,则填充的urls如下所示:
从visual studio访问存储库不是问题,但当我执行某些操作(例如查看构建日志)时,web应用程序会尝试请求vmd12345,这实际上是在服务器之外无法访问的。我试图使用TFS管理控制台
为小程序授权时,回调提示以下信息
错误提示{"https:\/\/api.weixin.qq.com\/wxa\/modify_domain":"61007-api is unauthorized to component hint: [SgBdRa09098051!],appid:wxc07dbxxxxxxxxx","https:\/\/api.weixin.qq.com\/wxa\/setwebviewdomain":"61007-api is unauthorized to component hint: [Kj2_wa091080
例如:获取域名列表,使用modify_domain这个接口返回:
{"errcode":61007,"errmsg":"api is unauthorized to component hint: [vKg3Sa04011540]"}
现在这个接口都是可以正常返回的,就其他接口都不行
https://api.weixin.qq.com/cgi-bin/component/api_get_authorizer_info