小程序
小游戏
企业微信
微信支付
扫描小程序码分享
微信支付 - 电商收付通 - 合单小程序下单API, 一直返回【SYSTEM_ERROR】系统繁忙,求问是为什么
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
一般为参数错误
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
{ "combine_appid": "wxaxxxxx1a55", "combine_mchid": "1643xxx", "combine_out_trade_no": "P10150", "sub_orders": [{ "mchid": "1648251039", "attach": "xxxxx", "amount": { "total_amount": 1224, "currency": "CNY" }, "out_trade_no": "10368", "sub_mchid": "1648251039", "description": "平台商品", "settle_info": { "profit_sharing": true, "subsidy_amount": 0 } }], "combine_payer_info": { "openid": "o4msxxbZ-Qxxxg3tL_WvEqk" }, "time_start": "2023-07-28T17:19:45+08:00", "time_expire": "2023-07-28T17:24:45+08:00", "notify_url": "https://www.xxxxx.com.cn/admin/xxxx/notify.php" } l来看看我的问题出在哪里?
破案了,原来是金额字段 total_amount没有转换为int类型
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
一般为参数错误
{ "combine_appid": "wxaxxxxx1a55", "combine_mchid": "1643xxx", "combine_out_trade_no": "P10150", "sub_orders": [{ "mchid": "1648251039", "attach": "xxxxx", "amount": { "total_amount": 1224, "currency": "CNY" }, "out_trade_no": "10368", "sub_mchid": "1648251039", "description": "平台商品", "settle_info": { "profit_sharing": true, "subsidy_amount": 0 } }], "combine_payer_info": { "openid": "o4msxxbZ-Qxxxg3tL_WvEqk" }, "time_start": "2023-07-28T17:19:45+08:00", "time_expire": "2023-07-28T17:24:45+08:00", "notify_url": "https://www.xxxxx.com.cn/admin/xxxx/notify.php" } l来看看我的问题出在哪里?
破案了,原来是金额字段 total_amount没有转换为int类型