小程序
小游戏
企业微信
微信支付
扫描小程序码分享
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
麻烦提供下请求参数和返回参数
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
我用的微信支付JAVA SDK, 我也遇到这个问题, 不知道沙箱环境统一下单接口格式究竟是怎样的.文档说和正式环境参数一样, 实际沙箱环境就是不通. 你们沙箱环境究竟行不行?
以下请求中敏感参数为安全起见换成xxxx,实际测试中使用的为正确的参数.
API: https://api.mch.weixin.qq.com/sandboxnew/pay/unifiedorder
request:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xml>
<nonce_str>15ba5c33c612487bb9a46eb69ee2f115</nonce_str>
<openid>oUpF8uMuAJO_M2pxb1Q9zNjWeS6o</openid>
<sign>B7D11B977BB56184FC8AAC2E67157E9A</sign>
<body>xxx</body>
<notify_url>xxxx</notify_url>
<mch_id>xxxx</mch_id>
<spbill_create_ip>127.0.0.1</spbill_create_ip>
<out_trade_no>123456</out_trade_no>
<device_info>WEB</device_info>
<product_id>654321</product_id>
<total_fee>1</total_fee>
<appid>xxxxxx</appid>
<trade_type>JSAPI</trade_type>
<sign_type>MD5</sign_type>
</xml>
Response:
<xml> <return_code><![CDATA[FAIL]]></return_code> <retmsg><![CDATA[输入请求参数xml格式错误]]></retmsg> <retcode><![CDATA[1]]></retcode></xml>
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
麻烦提供下请求参数和返回参数
我用的微信支付JAVA SDK, 我也遇到这个问题, 不知道沙箱环境统一下单接口格式究竟是怎样的.文档说和正式环境参数一样, 实际沙箱环境就是不通. 你们沙箱环境究竟行不行?
以下请求中敏感参数为安全起见换成xxxx,实际测试中使用的为正确的参数.
API: https://api.mch.weixin.qq.com/sandboxnew/pay/unifiedorder
request:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<xml>
<nonce_str>15ba5c33c612487bb9a46eb69ee2f115</nonce_str>
<openid>oUpF8uMuAJO_M2pxb1Q9zNjWeS6o</openid>
<sign>B7D11B977BB56184FC8AAC2E67157E9A</sign>
<body>xxx</body>
<notify_url>xxxx</notify_url>
<mch_id>xxxx</mch_id>
<spbill_create_ip>127.0.0.1</spbill_create_ip>
<out_trade_no>123456</out_trade_no>
<device_info>WEB</device_info>
<product_id>654321</product_id>
<total_fee>1</total_fee>
<appid>xxxxxx</appid>
<trade_type>JSAPI</trade_type>
<sign_type>MD5</sign_type>
</xml>
Response:
<xml> <return_code><![CDATA[FAIL]]></return_code> <retmsg><![CDATA[输入请求参数xml格式错误]]></retmsg> <retcode><![CDATA[1]]></retcode></xml>