创建微信支付分订单,接口回复订单风险金名称不符合要求,请问名称规则是什么?
https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/payscore/chapter3_1.shtml
JSONObject risk_fund = new JSONObject();
risk_fund.put("name", "ESTIMATE_ORDER_COST");
risk_fund.put("amount", 9900);
jsonObject.put("risk_fund", risk_fund);
jsonObject.put("notify_url", "https://test.com/");
返回值
{"code":"PARAM_ERROR","message":"订单风险金名称不符合要求"}
看文档用火狐,谷歌,千万不能用IE...