这个导入进去,正确填写参数就可以调试了,https://github.com/wechatpay-apiv3/wechatpay-postman-script
总是报签名错误,哪位专家老师给看看整体签名也用腾讯那个在线工具验证了,没问题。 【响应数据】:<xml><return_code><![CDATA[FAIL]]></return_code> <return_msg><![CDATA[签名错误,请检查后再试]]></return_msg> </xml> 报文如下(appid和商户id还有notify_url做了遮盖,其他不变。): <xml> <appid>wxxxxxxxxxxxxx</appid> <mch_id>xxxxxxxxxxx</mch_id> <nonce_str>1741310932867</nonce_str> <sign>EC5BDCED96792EE153BF41FF7A8D2162</sign> <body>小程序商品购买</body> <attach><![CDATA[pay_product]]></attach> <out_trade_no>1897606458141310976</out_trade_no> <total_fee>100</total_fee> <spbill_create_ip>127.0.0.1</spbill_create_ip> <notify_url>xxxxxxxxxxxxxxxxx</notify_url>
03-07要用2025年新版本接口
商家转账到零钱调用的接口是https://api.mch.weixin.qq.com/v3/transfer/batches,用的是C# coreapi,请求接口过程也没有提示签名错误,返回的结果是{ "code": "NO_AUTH", "message": "当前商户号接入升级版本功能,暂不支持使用升级前功能,请在产品中心-商家转账-前往功能查看接口文档", "detail": null },不明白是什么原因
03-07