获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
自己解决了,封贴了,原来调用这个下单接口的时候,要使用APIv2密钥,不能使用APIv3密钥
微信支付调用JSAPI 统一下单接口,返回的是html代码?接口:https://api.mch.weixin.qq.com/pay/unifiedorder 微信支付签名:EFD477E4B13CA17370FD906D73B486E9 调用的接口返回结果:StatusCode: 200, ReasonPhrase: 'OK', Version: 1.1, Content: System.Net.Http.StreamContent, Headers: { Connection: keep-alive Keep-Alive: timeout=8 X-Content-Type-Options: nosniff Request-ID: 08E5D4D5B20610E20318ECB3C0552090EC1428A0A903-270283348 Request-ID: 08E5D4D5B20610C50318F3D28C5820C7AD07289CDF04-0 Cache-Control: must-revalidate, no-cache Date: Tue, 28 May 2024 05:23:49 GMT Server: nginx Content-Length: 126 Content-Type: text/plain } 这个是什么原因造成的呢
05-28