- 投诉单列表API获取的数据为空?
投诉单列表API(https://api.mch.weixin.qq.com/v3/merchant-service/complaints),接口正常对接成功,但是没有数据,我想要获取数据,使用的用户怎么在微信app上投诉呢
2021-04-16 - 项目部署在内网非80端口的,如何申请网页授权?
项目部署在内网非80端口的,没办法,申请不了80端口,然后我就把内网的ip映射到公网,再通过URL重写代理到80端口的域名,再绑定到微信。现在问题是申请授权的时候,就是不对。 string url = OAuthApi.GetAuthorizeUrl(WXAPPID, “http://kanban3.szxinao.com/Wap/Login“,"userauth", Senparc.Weixin.MP.OAuthScope.snsapi_userinfo); filterContext.Result = new RedirectResulturl); 我把url打印出来,明明链接是对的:https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx9ce5d86ba0f6ac45&redirect_uri=http%3A%2F%2Fkanban3.szxinao.com%2FWap%2FCLYW&response_type=code&scope=snsapi_userinfo&state=userauth&connect_redirect=1#wechat_redirect 但是去微信或者浏览器访问就变成了这个链接:http://kanban3.szxinao.com/connect/oauth2/authorize?appid=wx9ce5d86ba0f6ac45&redirect_uri=http%3A%2F%2Fkanban3.szxinao.com%2FWap%2FLogin&response_type=code&scope=snsapi_userinfo&state=userauth&connect_redirect=1#wechat_redirect 请教下有遇到过类似的吗?又或者内网非80端口怎么申请网页授权
2020-08-05