接口: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 }
这个是什么原因造成的呢
自己解决了,封贴了,原来调用这个下单接口的时候,要使用APIv2密钥,不能使用APIv3密钥
检查自己的代码吧