付款到银行卡返回参数
{
"return_code":"SUCCESS",
"return_msg":"参数错误,请检查参数",
"result_code":"FAIL",
"err_code":"PARAM_ERROR",
"err_code_des":"参数错误:amount字段必填,必须大于0或者小于等于2亿。"
}
解决方法:
付款金额(amount字段的值):(支付总额,不含手续费) 注:大于0的整数
参考地址:https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=24_2
作者:Ams