- card/invoice/insert接口报72082 PDF_CHECK_ERROR?
如题,用户授权的时候填写的开票信息,与发票上的付款方核对是一致的。发票号等等也核对过是一致的。 发票PDF没问题,验证过程: 调用上传接口后,返回了s_media_id,用getpdf接口获取发票PDF路径,下载后能导入微信卡包(这一步验证很费发票,哪怕删除掉,再调用insert就提示billing_no重复了) 请问有没老师遇到过的,能指教一下?
04-09 - 网页授权获取code,Redirect带不回参数
在网页授权,第一步:获取code,请求的URL为: https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8b4052fd6c49xxxx&redirect_uri=https%3A%2F%2Fcrm.uni-trend.com.cn%2Fwxcrm%2Finit.html&response_type=code&scope=snsapi_base&state=ms#wechat_redirect 返回Redirect URL,带不上code参数 [图片] 但如果在redirect_uri中加入%0A,返回可带上参数,但浏览器无法解析 https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx8b4052fd6c49xxxx&redirect_uri=https%3A%2F%2Fcrm.uni-trend.com.cn%2Fwxcrm%2Finit.html%0A&response_type=code&scope=snsapi_base&state=ms#wechat_redirect [图片] 我是根据教程操作的,请问是URL编写的问题吗? 盼复,谢谢。
2024-09-11