钉钉对接,企业接入反馈52013错误
Re钉钉对接,企业接入反馈52013错误
今天用go语言的demo测试也是如此!也是开了https反向代理
解决方法:
https冒号//github.com/BOBYou/openapi-demo-golang/blob/master/demo/ding_server/server.go
把
url := 'http://' + r.Host + r.RequestURI
改为
url := 'https://' + r.Host + r.RequestURI
赞0
踩0